COLOR #F5DD9F

HEX: #F5DD9F RGB: (245,221,159)

Color info

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

RGB color model

#F5DD9F color RGB value is (245,221,159).

RGB: (245,221,159) (96%, 87%, 62%)

RGB channels and saturation

R 245 of 255 = 96%
G 221 of 255 = 87%
B 159 of 255 = 62%

245
221
159

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

Portions of RGB colors in percentages

R + G + B = 245 + 221 + 159 = 625 (100%)
R 245 of 625 ~ 39.2%
G 221 of 625 ~ 35.36%
B 159 of 625 ~ 25.44'%

%39.2
%35.36
%25.44

CMYK color model

#F5DD9F color CMYK value is (0,10,35,4).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 35.10%
  • key color value is 3.92%

CMYK: (0,10,35,4)
C0M10Y35K4 (0%, 10%, 35%, 4%)
(0.00 / 0.10 / 0.35 / 0.04)

CMYK percentages

%0
%9.8
%35.1
%3.92

Codes

Color #F5DD9F in popluar color models

F5 DD 9F
RGB 245 221 159
HSL 43° 81.13% 79.22%
HSB/HSV 43° 35.10% 96.08%
CMYK 0.00% 9.80% 35.10%
3.92%

Color #F5DD9F in popluar number systems.

HEX F5 DD 9F
Decimal 245 221 159
Binary 11110101 11011101 10011111
Octal 365 335 237

Shades and tints

Shades of #F5DD9F

#F5DD9F
(245,221,159)
#DFC991
(223,201,145)
#C9B583
(201,181,131)
#B3A175
(179,161,117)
#9D8D67
(157,141,103)
#877959
(135,121,89)
#71654B
(113,101,75)
#5B513D
(91,81,61)
#453D2F
(69,61,47)
#2F2921
(47,41,33)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #F5DD9F

#F5DD9F
(245,221,159)
#F5E0A7
(245,224,167)
#F5E3AF
(245,227,175)
#F5E6B7
(245,230,183)
#F5E9BF
(245,233,191)
#F5ECC7
(245,236,199)
#F5EFCF
(245,239,207)
#F5F2D7
(245,242,215)
#F5F5DF
(245,245,223)
#F5F8E7
(245,248,231)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DD9F color. Also use rgb(245,221,159) instead hex code.

Text Font Color

.myTextColor { color: #F5DD9F; }

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

This text font color is #F5DD9F.

Background Color

.myBgColor { background-color: #F5DD9F; }

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

This div background color is #F5DD9F.

Border color

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

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

This div border color is #F5DD9F.

Opacity

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

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

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

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

This text has shadow with #F5DD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DD9F.

Preview

Color preview on black background

This text has color #F5DD9F on black background.


Color preview on white background

This text has color #F5DD9F on white background.


Black color preview on #F5DD9F background

This text has black color on #F5DD9F background.


White color preview on #F5DD9F background

This text has white color on #F5DD9F background.


Related colors

Complementary color

Complementary color for #hex is #0A2260.


I love getcolorcode.com

Triadic colors

1 #9FF5DD and #DD9FF5 with #F5DD9F are triadic colors.

2 #9FDDF5 and #DDF59F with #F5DD9F are triadic colors.