COLOR #F9DDA0

HEX: #F9DDA0 RGB: (249,221,160)

Color info

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

RGB color model

#F9DDA0 color RGB value is (249,221,160).

RGB: (249,221,160) (98%, 87%, 63%)

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 160 of 255 = 63%

249
221
160

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

Portions of RGB colors in percentages

R + G + B = 249 + 221 + 160 = 630 (100%)
R 249 of 630 ~ 39.52%
G 221 of 630 ~ 35.08%
B 160 of 630 ~ 25.4'%

%39.52
%35.08
%25.4

CMYK color model

#F9DDA0 color CMYK value is (0,11,36,2).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 35.74%
  • key color value is 2.35%

CMYK: (0,11,36,2)
C0M11Y36K2 (0%, 11%, 36%, 2%)
(0.00 / 0.11 / 0.36 / 0.02)

CMYK percentages

%0
%11.24
%35.74
%2.35

Codes

Color #F9DDA0 in popluar color models

F9 DD A0
RGB 249 221 160
HSL 41° 88.12% 80.20%
HSB/HSV 41° 35.74% 97.65%
CMYK 0.00% 11.24% 35.74%
2.35%

Color #F9DDA0 in popluar number systems.

HEX F9 DD A0
Decimal 249 221 160
Binary 11111001 11011101 10100000
Octal 371 335 240

Shades and tints

Shades of #F9DDA0

#F9DDA0
(249,221,160)
#E3C992
(227,201,146)
#CDB584
(205,181,132)
#B7A176
(183,161,118)
#A18D68
(161,141,104)
#8B795A
(139,121,90)
#75654C
(117,101,76)
#5F513E
(95,81,62)
#493D30
(73,61,48)
#332922
(51,41,34)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #F9DDA0

#F9DDA0
(249,221,160)
#F9E0A8
(249,224,168)
#F9E3B0
(249,227,176)
#F9E6B8
(249,230,184)
#F9E9C0
(249,233,192)
#F9ECC8
(249,236,200)
#F9EFD0
(249,239,208)
#F9F2D8
(249,242,216)
#F9F5E0
(249,245,224)
#F9F8E8
(249,248,232)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DDA0; }

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

This text font color is #F9DDA0.

Background Color

.myBgColor { background-color: #F9DDA0; }

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

This div background color is #F9DDA0.

Border color

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

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

This div border color is #F9DDA0.

Opacity

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

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

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

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

This text has shadow with #F9DDA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DDA0.

Preview

Color preview on black background

This text has color #F9DDA0 on black background.


Color preview on white background

This text has color #F9DDA0 on white background.


Black color preview on #F9DDA0 background

This text has black color on #F9DDA0 background.


White color preview on #F9DDA0 background

This text has white color on #F9DDA0 background.


Related colors

Complementary color

Complementary color for #hex is #06225F.


I love getcolorcode.com

Triadic colors

1 #A0F9DD and #DDA0F9 with #F9DDA0 are triadic colors.

2 #A0DDF9 and #DDF9A0 with #F9DDA0 are triadic colors.