COLOR #F9D9A1

HEX: #F9D9A1
RGB: (249,217,161)

Color info

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

RGB color model

#F9D9A1 color RGB value is (249,217,161).

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

RGB channels and saturation

R 249 of 255 = 98%
G 217 of 255 = 85%
B 161 of 255 = 63%

249
217
161

R + G + B ~ 82%. #F9D9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 217 + 161 = 627 (100%)
R 249 of 627 ~ 39.71%
G 217 of 627 ~ 34.61%
B 161 of 627 ~ 25.68%

%39.71
%34.61
%25.68

CMYK color model

#F9D9A1 color CMYK value is (0,13,35,2).

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 35.34%
  • key color value is 2.35%
CMYK:
(0,13,35,2)
C0M13Y35K2 
(0%,13%,35%,2%)
(0.00/0.13/0.35/0.02)	

CMYK percentages

%0
%12.85
%35.34
%2.35

Codes

Color #F9D9A1 in popluar color models

F9D9A1
RGB249217161
HSL38°88.00%80.39%
HSB/HSV38°35.34%97.65%
CMYK0.00%12.85%35.34%
2.35%

Color #F9D9A1 in popluar number systems.

HEXF9D9A1
Decimal249217161
Binary111110011101100110100001
Octal371331241

Shades and tints

Shades of #F9D9A1

#F9D9A1
(249,217,161)
#E3C693
(227,198,147)
#CDB385
(205,179,133)
#B7A077
(183,160,119)
#A18D69
(161,141,105)
#8B7A5B
(139,122,91)
#75674D
(117,103,77)
#5F543F
(95,84,63)
#494131
(73,65,49)
#332E23
(51,46,35)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #F9D9A1

#F9D9A1
(249,217,161)
#F9DCA9
(249,220,169)
#F9DFB1
(249,223,177)
#F9E2B9
(249,226,185)
#F9E5C1
(249,229,193)
#F9E8C9
(249,232,201)
#F9EBD1
(249,235,209)
#F9EED9
(249,238,217)
#F9F1E1
(249,241,225)
#F9F4E9
(249,244,233)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D9A1; }

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

This text font color is #F9D9A1.


Background Color

.myBgColor { background-color: #F9D9A1; }

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

This div background color is #F9D9A1.


Border color

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

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

This div border color is #F9D9A1.


Opacity

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

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

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

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

This text has shadow with #F9D9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D9A1 on black background.


Color preview on white background

This text has color #F9D9A1 on white background.



Black color preview on #F9D9A1 background

This text has black color on #F9D9A1 background.


White color preview on #F9D9A1 background

This text has white color on #F9D9A1 background.