COLOR #F9B090

HEX: #F9B090 RGB: (249,176,144)

Color info

#F9B090 contains mainly red color. Web safe color of #F9B090 is #FF9999 (or #F99).

RGB color model

#F9B090 color RGB value is (249,176,144).

RGB: (249,176,144) (98%, 69%, 56%)

RGB channels and saturation

R 249 of 255 = 98%
G 176 of 255 = 69%
B 144 of 255 = 56%

249
176
144

R + G + B ~ 74%. #F9B090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 176 + 144 = 569 (100%)
R 249 of 569 ~ 43.76%
G 176 of 569 ~ 30.93%
B 144 of 569 ~ 25.31'%

%43.76
%30.93
%25.31

CMYK color model

#F9B090 color CMYK value is (0,29,42,2).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 42.17%
  • key color value is 2.35%

CMYK: (0,29,42,2)
C0M29Y42K2 (0%, 29%, 42%, 2%)
(0.00 / 0.29 / 0.42 / 0.02)

CMYK percentages

%0
%29.32
%42.17
%2.35

Codes

Color #F9B090 in popluar color models

F9 B0 90
RGB 249 176 144
HSL 18° 89.74% 77.06%
HSB/HSV 18° 42.17% 97.65%
CMYK 0.00% 29.32% 42.17%
2.35%

Color #F9B090 in popluar number systems.

HEX F9 B0 90
Decimal 249 176 144
Binary 11111001 10110000 10010000
Octal 371 260 220

Shades and tints

Shades of #F9B090

#F9B090
(249,176,144)
#E3A083
(227,160,131)
#CD9076
(205,144,118)
#B78069
(183,128,105)
#A1705C
(161,112,92)
#8B604F
(139,96,79)
#755042
(117,80,66)
#5F4035
(95,64,53)
#493028
(73,48,40)
#33201B
(51,32,27)
#1D100E
(29,16,14)
#000000
(0,0,0)

Tints of #F9B090

#F9B090
(249,176,144)
#F9B79A
(249,183,154)
#F9BEA4
(249,190,164)
#F9C5AE
(249,197,174)
#F9CCB8
(249,204,184)
#F9D3C2
(249,211,194)
#F9DACC
(249,218,204)
#F9E1D6
(249,225,214)
#F9E8E0
(249,232,224)
#F9EFEA
(249,239,234)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B090 color. Also use rgb(249,176,144) instead hex code.

Text Font Color

.myTextColor { color: #F9B090; }

<p style="color:#F9B090">This sample text font color is #F9B090.</p>

This text font color is #F9B090.

Background Color

.myBgColor { background-color: #F9B090; }

<div style="background-color:#F9B090">Inner text</div>

This div background color is #F9B090.

Border color

.myBorderColor { border: 1px solid #F9B090; }

<div style="border:3px solid #F9B090">Div</div>

This div border color is #F9B090.

Opacity

.myOpacity80 { color: #F9B090; opacity: 0.8; }

<p style="color:#F9B090;opacity:0.8;">80%</p>

Text with #F9B090 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F9B090;}

<p style="text-shadow: 3px 3px 1px #F9B090">Text here.</p>

This text has shadow with #F9B090 color.


.textShadow {text-shadow: 3px 3px 1px #F9B090', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F9B090, 5px 5px 20px red">Text here.</p>

This text has shadow with #F9B090 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9B090, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F9B090, Direction=45, Strength=4)">Text</p>

This text has shadow with #F9B090 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9B090;
-webkit-box-shadow: 1px 1px 3px 2px #F9B090;
box-shadow: 1px 1px 3px 2px #F9B090;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9B090; -webkit-box-shadow: 1px 1px 3px 2px #F9B090; box-shadow:1px 1px 3px 2px #F9B090;">
Div content here
</div>

This div box has shadow with color #F9B090.

Preview

Color preview on black background

This text has color #F9B090 on black background.


Color preview on white background

This text has color #F9B090 on white background.


Black color preview on #F9B090 background

This text has black color on #F9B090 background.


White color preview on #F9B090 background

This text has white color on #F9B090 background.


Related colors

Complementary color

Complementary color for #hex is #064F6F.


I love getcolorcode.com

Triadic colors

1 #90F9B0 and #B090F9 with #F9B090 are triadic colors.

2 #90B0F9 and #B0F990 with #F9B090 are triadic colors.