COLOR #F5DF9F

HEX: #F5DF9F
RGB: (245,223,159)

Color info

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

RGB color model

#F5DF9F color RGB value is (245,223,159).

  • red value is 245;
  • green value is 223;
  • blue value is 159.
RGB:
(245,223,159)
(96%,87%,62%)

RGB channels and saturation

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

245
223
159

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

Portions of RGB colors in percentages

R + G + B =
245 + 223 + 159 = 627 (100%)
R 245 of 627 ~ 39.07%
G 223 of 627 ~ 35.57%
B 159 of 627 ~ 25.36%

%39.07
%35.57
%25.36

CMYK color model

#F5DF9F color CMYK value is (0,9,35,4).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 35.10%
  • key color value is 3.92%
CMYK:
(0,9,35,4)
C0M9Y35K4 
(0%,9%,35%,4%)
(0.00/0.09/0.35/0.04)	

CMYK percentages

%0
%8.98
%35.1
%3.92

Codes

Color #F5DF9F in popluar color models

F5DF9F
RGB245223159
HSL45°81.13%79.22%
HSB/HSV45°35.10%96.08%
CMYK0.00%8.98%35.10%
3.92%

Color #F5DF9F in popluar number systems.

HEXF5DF9F
Decimal245223159
Binary111101011101111110011111
Octal365337237

Shades and tints

Shades of #F5DF9F

#F5DF9F
(245,223,159)
#DFCB91
(223,203,145)
#C9B783
(201,183,131)
#B3A375
(179,163,117)
#9D8F67
(157,143,103)
#877B59
(135,123,89)
#71674B
(113,103,75)
#5B533D
(91,83,61)
#453F2F
(69,63,47)
#2F2B21
(47,43,33)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #F5DF9F

#F5DF9F
(245,223,159)
#F5E1A7
(245,225,167)
#F5E3AF
(245,227,175)
#F5E5B7
(245,229,183)
#F5E7BF
(245,231,191)
#F5E9C7
(245,233,199)
#F5EBCF
(245,235,207)
#F5EDD7
(245,237,215)
#F5EFDF
(245,239,223)
#F5F1E7
(245,241,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DF9F; }

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

This text font color is #F5DF9F.


Background Color

.myBgColor { background-color: #F5DF9F; }

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

This div background color is #F5DF9F.


Border color

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

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

This div border color is #F5DF9F.


Opacity

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

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

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

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

This text has shadow with #F5DF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DF9F on black background.


Color preview on white background

This text has color #F5DF9F on white background.



Black color preview on #F5DF9F background

This text has black color on #F5DF9F background.


White color preview on #F5DF9F background

This text has white color on #F5DF9F background.