COLOR #F9D9A5

HEX: #F9D9A5
RGB: (249,217,165)

Color info

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

RGB color model

#F9D9A5 color RGB value is (249,217,165).

  • red value is 249;
  • green value is 217;
  • blue value is 165.
RGB:
(249,217,165)
(98%,85%,65%)

RGB channels and saturation

R 249 of 255 = 98%
G 217 of 255 = 85%
B 165 of 255 = 65%

249
217
165

R + G + B ~ 83%. #F9D9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 217 + 165 = 631 (100%)
R 249 of 631 ~ 39.46%
G 217 of 631 ~ 34.39%
B 165 of 631 ~ 26.15%

%39.46
%34.39
%26.15

CMYK color model

#F9D9A5 color CMYK value is (0,13,34,2).

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 33.73%
  • key color value is 2.35%
CMYK:
(0,13,34,2)
C0M13Y34K2 
(0%,13%,34%,2%)
(0.00/0.13/0.34/0.02)	

CMYK percentages

%0
%12.85
%33.73
%2.35

Codes

Color #F9D9A5 in popluar color models

F9D9A5
RGB249217165
HSL37°87.50%81.18%
HSB/HSV37°33.73%97.65%
CMYK0.00%12.85%33.73%
2.35%

Color #F9D9A5 in popluar number systems.

HEXF9D9A5
Decimal249217165
Binary111110011101100110100101
Octal371331245

Shades and tints

Shades of #F9D9A5

#F9D9A5
(249,217,165)
#E3C696
(227,198,150)
#CDB387
(205,179,135)
#B7A078
(183,160,120)
#A18D69
(161,141,105)
#8B7A5A
(139,122,90)
#75674B
(117,103,75)
#5F543C
(95,84,60)
#49412D
(73,65,45)
#332E1E
(51,46,30)
#1D1B0F
(29,27,15)
#000000
(0,0,0)

Tints of #F9D9A5

#F9D9A5
(249,217,165)
#F9DCAD
(249,220,173)
#F9DFB5
(249,223,181)
#F9E2BD
(249,226,189)
#F9E5C5
(249,229,197)
#F9E8CD
(249,232,205)
#F9EBD5
(249,235,213)
#F9EEDD
(249,238,221)
#F9F1E5
(249,241,229)
#F9F4ED
(249,244,237)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D9A5 color. Also use rgb(249,217,165) instead hex code.

Text Font Color

.myTextColor { color: #F9D9A5; }

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

This text font color is #F9D9A5.


Background Color

.myBgColor { background-color: #F9D9A5; }

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

This div background color is #F9D9A5.


Border color

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

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

This div border color is #F9D9A5.


Opacity

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

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

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

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

This text has shadow with #F9D9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D9A5 on black background.


Color preview on white background

This text has color #F9D9A5 on white background.



Black color preview on #F9D9A5 background

This text has black color on #F9D9A5 background.


White color preview on #F9D9A5 background

This text has white color on #F9D9A5 background.