COLOR #F9A09C

HEX: #F9A09C
RGB: (249,160,156)

Color info

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

RGB color model

#F9A09C color RGB value is (249,160,156).

  • red value is 249;
  • green value is 160;
  • blue value is 156.
RGB:
(249,160,156)
(98%,63%,61%)

RGB channels and saturation

R 249 of 255 = 98%
G 160 of 255 = 63%
B 156 of 255 = 61%

249
160
156

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

Portions of RGB colors in percentages

R + G + B =
249 + 160 + 156 = 565 (100%)
R 249 of 565 ~ 44.07%
G 160 of 565 ~ 28.32%
B 156 of 565 ~ 27.61%

%44.07
%28.32
%27.61

CMYK color model

#F9A09C color CMYK value is (0,36,37,2).

  • cyan value is 0.00%
  • magenta value is 35.74%
  • yellow value is 37.35%
  • key color value is 2.35%
CMYK:
(0,36,37,2)
C0M36Y37K2 
(0%,36%,37%,2%)
(0.00/0.36/0.37/0.02)	

CMYK percentages

%0
%35.74
%37.35
%2.35

Codes

Color #F9A09C in popluar color models

F9A09C
RGB249160156
HSL88.57%79.41%
HSB/HSV37.35%97.65%
CMYK0.00%35.74%37.35%
2.35%

Color #F9A09C in popluar number systems.

HEXF9A09C
Decimal249160156
Binary111110011010000010011100
Octal371240234

Shades and tints

Shades of #F9A09C

#F9A09C
(249,160,156)
#E3928E
(227,146,142)
#CD8480
(205,132,128)
#B77672
(183,118,114)
#A16864
(161,104,100)
#8B5A56
(139,90,86)
#754C48
(117,76,72)
#5F3E3A
(95,62,58)
#49302C
(73,48,44)
#33221E
(51,34,30)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #F9A09C

#F9A09C
(249,160,156)
#F9A8A5
(249,168,165)
#F9B0AE
(249,176,174)
#F9B8B7
(249,184,183)
#F9C0C0
(249,192,192)
#F9C8C9
(249,200,201)
#F9D0D2
(249,208,210)
#F9D8DB
(249,216,219)
#F9E0E4
(249,224,228)
#F9E8ED
(249,232,237)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A09C color. Also use rgb(249,160,156) instead hex code.

Text Font Color

.myTextColor { color: #F9A09C; }

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

This text font color is #F9A09C.


Background Color

.myBgColor { background-color: #F9A09C; }

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

This div background color is #F9A09C.


Border color

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

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

This div border color is #F9A09C.


Opacity

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

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

Text with #F9A09C 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 #F9A09C;}

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

This text has shadow with #F9A09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A09C on black background.


Color preview on white background

This text has color #F9A09C on white background.



Black color preview on #F9A09C background

This text has black color on #F9A09C background.


White color preview on #F9A09C background

This text has white color on #F9A09C background.