COLOR #F5DCAF

HEX: #F5DCAF
RGB: (245,220,175)

Color info

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

RGB color model

#F5DCAF color RGB value is (245,220,175).

  • red value is 245;
  • green value is 220;
  • blue value is 175.
RGB:
(245,220,175)
(96%,86%,69%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 175 of 255 = 69%

245
220
175

R + G + B ~ 84%. #F5DCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 220 + 175 = 640 (100%)
R 245 of 640 ~ 38.28%
G 220 of 640 ~ 34.38%
B 175 of 640 ~ 27.34%

%38.28
%34.38
%27.34

CMYK color model

#F5DCAF color CMYK value is (0,10,29,4).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 28.57%
  • key color value is 3.92%
CMYK:
(0,10,29,4)
C0M10Y29K4 
(0%,10%,29%,4%)
(0.00/0.10/0.29/0.04)	

CMYK percentages

%0
%10.2
%28.57
%3.92

Codes

Color #F5DCAF in popluar color models

F5DCAF
RGB245220175
HSL39°77.78%82.35%
HSB/HSV39°28.57%96.08%
CMYK0.00%10.20%28.57%
3.92%

Color #F5DCAF in popluar number systems.

HEXF5DCAF
Decimal245220175
Binary111101011101110010101111
Octal365334257

Shades and tints

Shades of #F5DCAF

#F5DCAF
(245,220,175)
#DFC8A0
(223,200,160)
#C9B491
(201,180,145)
#B3A082
(179,160,130)
#9D8C73
(157,140,115)
#877864
(135,120,100)
#716455
(113,100,85)
#5B5046
(91,80,70)
#453C37
(69,60,55)
#2F2828
(47,40,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #F5DCAF

#F5DCAF
(245,220,175)
#F5DFB6
(245,223,182)
#F5E2BD
(245,226,189)
#F5E5C4
(245,229,196)
#F5E8CB
(245,232,203)
#F5EBD2
(245,235,210)
#F5EED9
(245,238,217)
#F5F1E0
(245,241,224)
#F5F4E7
(245,244,231)
#F5F7EE
(245,247,238)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DCAF color. Also use rgb(245,220,175) instead hex code.

Text Font Color

.myTextColor { color: #F5DCAF; }

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

This text font color is #F5DCAF.


Background Color

.myBgColor { background-color: #F5DCAF; }

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

This div background color is #F5DCAF.


Border color

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

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

This div border color is #F5DCAF.


Opacity

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

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

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

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

This text has shadow with #F5DCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DCAF on black background.


Color preview on white background

This text has color #F5DCAF on white background.



Black color preview on #F5DCAF background

This text has black color on #F5DCAF background.


White color preview on #F5DCAF background

This text has white color on #F5DCAF background.