COLOR #F5C59D

HEX: #F5C59D
RGB: (245,197,157)

Color info

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

RGB color model

#F5C59D color RGB value is (245,197,157).

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

RGB channels and saturation

R 245 of 255 = 96%
G 197 of 255 = 77%
B 157 of 255 = 62%

245
197
157

R + G + B ~ 78%. #F5C59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 197 + 157 = 599 (100%)
R 245 of 599 ~ 40.9%
G 197 of 599 ~ 32.89%
B 157 of 599 ~ 26.21%

%40.9
%32.89
%26.21

CMYK color model

#F5C59D color CMYK value is (0,20,36,4).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 35.92%
  • key color value is 3.92%
CMYK:
(0,20,36,4)
C0M20Y36K4 
(0%,20%,36%,4%)
(0.00/0.20/0.36/0.04)	

CMYK percentages

%0
%19.59
%35.92
%3.92

Codes

Color #F5C59D in popluar color models

F5C59D
RGB245197157
HSL27°81.48%78.82%
HSB/HSV27°35.92%96.08%
CMYK0.00%19.59%35.92%
3.92%

Color #F5C59D in popluar number systems.

HEXF5C59D
Decimal245197157
Binary111101011100010110011101
Octal365305235

Shades and tints

Shades of #F5C59D

#F5C59D
(245,197,157)
#DFB48F
(223,180,143)
#C9A381
(201,163,129)
#B39273
(179,146,115)
#9D8165
(157,129,101)
#877057
(135,112,87)
#715F49
(113,95,73)
#5B4E3B
(91,78,59)
#453D2D
(69,61,45)
#2F2C1F
(47,44,31)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #F5C59D

#F5C59D
(245,197,157)
#F5CAA5
(245,202,165)
#F5CFAD
(245,207,173)
#F5D4B5
(245,212,181)
#F5D9BD
(245,217,189)
#F5DEC5
(245,222,197)
#F5E3CD
(245,227,205)
#F5E8D5
(245,232,213)
#F5EDDD
(245,237,221)
#F5F2E5
(245,242,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C59D; }

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

This text font color is #F5C59D.


Background Color

.myBgColor { background-color: #F5C59D; }

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

This div background color is #F5C59D.


Border color

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

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

This div border color is #F5C59D.


Opacity

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

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

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

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

This text has shadow with #F5C59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C59D on black background.


Color preview on white background

This text has color #F5C59D on white background.



Black color preview on #F5C59D background

This text has black color on #F5C59D background.


White color preview on #F5C59D background

This text has white color on #F5C59D background.