COLOR #F9CD9F

HEX: #F9CD9F
RGB: (249,205,159)

Color info

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

RGB color model

#F9CD9F color RGB value is (249,205,159).

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

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 159 of 255 = 62%

249
205
159

R + G + B ~ 80%. #F9CD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 205 + 159 = 613 (100%)
R 249 of 613 ~ 40.62%
G 205 of 613 ~ 33.44%
B 159 of 613 ~ 25.94%

%40.62
%33.44
%25.94

CMYK color model

#F9CD9F color CMYK value is (0,18,36,2).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 36.14%
  • key color value is 2.35%
CMYK:
(0,18,36,2)
C0M18Y36K2 
(0%,18%,36%,2%)
(0.00/0.18/0.36/0.02)	

CMYK percentages

%0
%17.67
%36.14
%2.35

Codes

Color #F9CD9F in popluar color models

F9CD9F
RGB249205159
HSL31°88.24%80.00%
HSB/HSV31°36.14%97.65%
CMYK0.00%17.67%36.14%
2.35%

Color #F9CD9F in popluar number systems.

HEXF9CD9F
Decimal249205159
Binary111110011100110110011111
Octal371315237

Shades and tints

Shades of #F9CD9F

#F9CD9F
(249,205,159)
#E3BB91
(227,187,145)
#CDA983
(205,169,131)
#B79775
(183,151,117)
#A18567
(161,133,103)
#8B7359
(139,115,89)
#75614B
(117,97,75)
#5F4F3D
(95,79,61)
#493D2F
(73,61,47)
#332B21
(51,43,33)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #F9CD9F

#F9CD9F
(249,205,159)
#F9D1A7
(249,209,167)
#F9D5AF
(249,213,175)
#F9D9B7
(249,217,183)
#F9DDBF
(249,221,191)
#F9E1C7
(249,225,199)
#F9E5CF
(249,229,207)
#F9E9D7
(249,233,215)
#F9EDDF
(249,237,223)
#F9F1E7
(249,241,231)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CD9F; }

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

This text font color is #F9CD9F.


Background Color

.myBgColor { background-color: #F9CD9F; }

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

This div background color is #F9CD9F.


Border color

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

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

This div border color is #F9CD9F.


Opacity

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

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

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

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

This text has shadow with #F9CD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CD9F on black background.


Color preview on white background

This text has color #F9CD9F on white background.



Black color preview on #F9CD9F background

This text has black color on #F9CD9F background.


White color preview on #F9CD9F background

This text has white color on #F9CD9F background.