crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fb9b82 hex color - Pouring Copper - Orange - Warm color - Information

#fb9b82 hex color - Pouring Copper - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #fb9b82 Color Code is also known as Pouring Copper color.

Hex #fb9b82 Color code in RGB color code model is created after adding 98.43% red color, 60.78% green color and 50.98% blue color. Hex #fb9b82 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 48% yellow and 2% black.

Hex #fb9b82 color code is between #ff9988 web safe hex color code and #eeaa77 web safe hex color code. #ff9988 is the nearest web safe color code. You can see here many more shades of #fb9b82 color code.

0 Likes 0 Comments | 15 Views

Color Table

Hex Color Codefb9b82#fb9b82
RGB Decimal251, 155, 130rgb(251, 155, 130)
RGB Percent98%, 61%, 51%rgb(98%, 61%, 51%)
CSS RGBa251, 155, 130,1rgba(251,155,130,1)
CMYK Modelcmyk(0%,38%,48%,2%)
HSL Color Space12,94% ,75%hsl(12,94% ,75%)
HSV Color Space12°, 48%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111001101110000010
Octal373233202
Decimal251155130
Hexfb9b82

Different shades of #fb9b82 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fb9b82
#fdc3b3
Dark Shade of #fb9b82
#f97351
Saturated Shade of #fb9b82
#ff997e
Desaturated Shade of #fb9b82
#f59f88
Grey scale Shade of #fb9b82
#bebebe
Brighten Shade
#ffb49b
Most Readable Shade
#000000

Shades of #fb9b82 color code

Generate more color scales with scales (color stack) generator.

#fb9b82
#df8973
#c37865
#a76756
#8b5648
#6f4439
#53332b
#37221c
#1b110e
#000000

Similar Color like #fb9b82 color

Find visually similar hex color codes nearing to #fb9b82 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fc9c83
#fd9d84
#fe9e85
#ff9f86
#ffa087
#ffa188
#ffa289
#ffa38a
#ffa48b
#ffa58c
#ffa68d
#ffa78e
#ffa88f
#ffa990
#fa9a81
#f99980
#f8987f
#f7977e
#f6967d
#f5957c
#f4947b
#f3937a
#f29279
#f19178
#f09077
#ef8f76
#ee8e75
#ed8d74

Monochromatic Color with #fb9b82

#fb9b82
#261814
#51322a
#7b4c40
#a66756
#d0816c

Tints of #fb9b82 Color

#fb9b82
#fba68f
#fbb19d
#fcbcab
#fcc7b9
#fdd2c7
#fdddd5
#fee8e3
#fef3f1
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fb9b82
#82e2fb

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fb9b82
#82fbd7
#82a6fb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fb8299
#fb8382
#fb9b82
#fbb382
#fbcb82

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fb9b82
#82fb9b
#9b82fb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fb9b82
#a5fb82
#82e2fb
#d782fb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fb9b82
#82e2fb
#82a6fb
#fbd782

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fb9b82 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fb9b82 Color Code Preview on Black Background Color

This is how #fb9b82 Color will look on black background color. Color contrast ratio is 10.11

#fb9b82 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fb9b82">Your Example Paragraph content text in with font color #fb9b82 </p>

Your Example Paragraph content text in with font color #fb9b82

HTML with inline CSS

<div style="color:#fb9b82">Your Paragraph text in with font color #fb9b82 </div>

Your Example Paragraph content text in with font color #fb9b82

#fb9b82 color code is use for CSS Background Color

Background color for the above div is #fb9b82

HTML with inline CSS

<div style="background-color:#fb9b82;"></div>

#fb9b82 color code is use for CSS Border Color

CSS Border color for the above div is #fb9b82

HTML with inline CSS

<div style="border:5px solid #fb9b82;"></div>

CSS Border Left color for the above div is #fb9b82

HTML with inline CSS

<div style="border-left:5px solid #fb9b82;"></div>

CSS Border Right color for the above div is #fb9b82

HTML with inline CSS

<div style="border-right:5px solid #fb9b82;"></div>

CSS Border Bottom color for the above div is #fb9b82

HTML with inline CSS

<div style="border-bottom:5px solid #fb9b82;"></div>

CSS Border Top color for the above div is #fb9b82

HTML with inline CSS

<div style="border-top:5px solid #fb9b82;"></div>

#fb9b82 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fb9b82; } .examplecolorclass {color:#fb9b82; } .examplebordercolor {border:3px solid #fb9b82; }

#fb9b82 Color code Preview on White Background

This is how #fb9b82 Color code will look on white background color. Color contrast ratio is 2.08

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fb9b82; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fb9b82; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.