COLOR #F5C5A4

HEX: #F5C5A4
RGB: (245,197,164)

Color info

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

RGB color model

#F5C5A4 color RGB value is (245,197,164).

  • red value is 245;
  • green value is 197;
  • blue value is 164.
RGB:
(245,197,164)
(96%,77%,64%)

RGB channels and saturation

R 245 of 255 = 96%
G 197 of 255 = 77%
B 164 of 255 = 64%

245
197
164

R + G + B ~ 79%. #F5C5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 197 + 164 = 606 (100%)
R 245 of 606 ~ 40.43%
G 197 of 606 ~ 32.51%
B 164 of 606 ~ 27.06%

%40.43
%32.51
%27.06

CMYK color model

#F5C5A4 color CMYK value is (0,20,33,4).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 33.06%
  • key color value is 3.92%
CMYK:
(0,20,33,4)
C0M20Y33K4 
(0%,20%,33%,4%)
(0.00/0.20/0.33/0.04)	

CMYK percentages

%0
%19.59
%33.06
%3.92

Codes

Color #F5C5A4 in popluar color models

F5C5A4
RGB245197164
HSL24°80.20%80.20%
HSB/HSV24°33.06%96.08%
CMYK0.00%19.59%33.06%
3.92%

Color #F5C5A4 in popluar number systems.

HEXF5C5A4
Decimal245197164
Binary111101011100010110100100
Octal365305244

Shades and tints

Shades of #F5C5A4

#F5C5A4
(245,197,164)
#DFB496
(223,180,150)
#C9A388
(201,163,136)
#B3927A
(179,146,122)
#9D816C
(157,129,108)
#87705E
(135,112,94)
#715F50
(113,95,80)
#5B4E42
(91,78,66)
#453D34
(69,61,52)
#2F2C26
(47,44,38)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #F5C5A4

#F5C5A4
(245,197,164)
#F5CAAC
(245,202,172)
#F5CFB4
(245,207,180)
#F5D4BC
(245,212,188)
#F5D9C4
(245,217,196)
#F5DECC
(245,222,204)
#F5E3D4
(245,227,212)
#F5E8DC
(245,232,220)
#F5EDE4
(245,237,228)
#F5F2EC
(245,242,236)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C5A4 color. Also use rgb(245,197,164) instead hex code.

Text Font Color

.myTextColor { color: #F5C5A4; }

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

This text font color is #F5C5A4.


Background Color

.myBgColor { background-color: #F5C5A4; }

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

This div background color is #F5C5A4.


Border color

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

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

This div border color is #F5C5A4.


Opacity

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

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

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

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

This text has shadow with #F5C5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C5A4 on black background.


Color preview on white background

This text has color #F5C5A4 on white background.



Black color preview on #F5C5A4 background

This text has black color on #F5C5A4 background.


White color preview on #F5C5A4 background

This text has white color on #F5C5A4 background.