COLOR #F9CD9A

HEX: #F9CD9A
RGB: (249,205,154)

Color info

#F9CD9A contains mainly red and green colors. Web safe color of #F9CD9A is #FFCC99 (or #FC9).

RGB color model

#F9CD9A color RGB value is (249,205,154).

  • red value is 249;
  • green value is 205;
  • blue value is 154.
RGB:
(249,205,154)
(98%,80%,60%)

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 154 of 255 = 60%

249
205
154

R + G + B ~ 79%. #F9CD9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 205 + 154 = 608 (100%)
R 249 of 608 ~ 40.95%
G 205 of 608 ~ 33.72%
B 154 of 608 ~ 25.33%

%40.95
%33.72
%25.33

CMYK color model

#F9CD9A color CMYK value is (0,18,38,2).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 38.15%
  • key color value is 2.35%
CMYK:
(0,18,38,2)
C0M18Y38K2 
(0%,18%,38%,2%)
(0.00/0.18/0.38/0.02)	

CMYK percentages

%0
%17.67
%38.15
%2.35

Codes

Color #F9CD9A in popluar color models

F9CD9A
RGB249205154
HSL32°88.79%79.02%
HSB/HSV32°38.15%97.65%
CMYK0.00%17.67%38.15%
2.35%

Color #F9CD9A in popluar number systems.

HEXF9CD9A
Decimal249205154
Binary111110011100110110011010
Octal371315232

Shades and tints

Shades of #F9CD9A

#F9CD9A
(249,205,154)
#E3BB8C
(227,187,140)
#CDA97E
(205,169,126)
#B79770
(183,151,112)
#A18562
(161,133,98)
#8B7354
(139,115,84)
#756146
(117,97,70)
#5F4F38
(95,79,56)
#493D2A
(73,61,42)
#332B1C
(51,43,28)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #F9CD9A

#F9CD9A
(249,205,154)
#F9D1A3
(249,209,163)
#F9D5AC
(249,213,172)
#F9D9B5
(249,217,181)
#F9DDBE
(249,221,190)
#F9E1C7
(249,225,199)
#F9E5D0
(249,229,208)
#F9E9D9
(249,233,217)
#F9EDE2
(249,237,226)
#F9F1EB
(249,241,235)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CD9A color. Also use rgb(249,205,154) instead hex code.

Text Font Color

.myTextColor { color: #F9CD9A; }

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

This text font color is #F9CD9A.


Background Color

.myBgColor { background-color: #F9CD9A; }

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

This div background color is #F9CD9A.


Border color

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

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

This div border color is #F9CD9A.


Opacity

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

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

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

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

This text has shadow with #F9CD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CD9A on black background.


Color preview on white background

This text has color #F9CD9A on white background.



Black color preview on #F9CD9A background

This text has black color on #F9CD9A background.


White color preview on #F9CD9A background

This text has white color on #F9CD9A background.