COLOR #F5C88D

HEX: #F5C88D
RGB: (245,200,141)

Color info

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

RGB color model

#F5C88D color RGB value is (245,200,141).

  • red value is 245;
  • green value is 200;
  • blue value is 141.
RGB:
(245,200,141)
(96%,78%,55%)

RGB channels and saturation

R 245 of 255 = 96%
G 200 of 255 = 78%
B 141 of 255 = 55%

245
200
141

R + G + B ~ 76%. #F5C88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 200 + 141 = 586 (100%)
R 245 of 586 ~ 41.81%
G 200 of 586 ~ 34.13%
B 141 of 586 ~ 24.06%

%41.81
%34.13
%24.06

CMYK color model

#F5C88D color CMYK value is (0,18,42,4).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 42.45%
  • key color value is 3.92%
CMYK:
(0,18,42,4)
C0M18Y42K4 
(0%,18%,42%,4%)
(0.00/0.18/0.42/0.04)	

CMYK percentages

%0
%18.37
%42.45
%3.92

Codes

Color #F5C88D in popluar color models

F5C88D
RGB245200141
HSL34°83.87%75.69%
HSB/HSV34°42.45%96.08%
CMYK0.00%18.37%42.45%
3.92%

Color #F5C88D in popluar number systems.

HEXF5C88D
Decimal245200141
Binary111101011100100010001101
Octal365310215

Shades and tints

Shades of #F5C88D

#F5C88D
(245,200,141)
#DFB681
(223,182,129)
#C9A475
(201,164,117)
#B39269
(179,146,105)
#9D805D
(157,128,93)
#876E51
(135,110,81)
#715C45
(113,92,69)
#5B4A39
(91,74,57)
#45382D
(69,56,45)
#2F2621
(47,38,33)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #F5C88D

#F5C88D
(245,200,141)
#F5CD97
(245,205,151)
#F5D2A1
(245,210,161)
#F5D7AB
(245,215,171)
#F5DCB5
(245,220,181)
#F5E1BF
(245,225,191)
#F5E6C9
(245,230,201)
#F5EBD3
(245,235,211)
#F5F0DD
(245,240,221)
#F5F5E7
(245,245,231)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C88D color. Also use rgb(245,200,141) instead hex code.

Text Font Color

.myTextColor { color: #F5C88D; }

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

This text font color is #F5C88D.


Background Color

.myBgColor { background-color: #F5C88D; }

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

This div background color is #F5C88D.


Border color

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

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

This div border color is #F5C88D.


Opacity

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

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

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

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

This text has shadow with #F5C88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C88D on black background.


Color preview on white background

This text has color #F5C88D on white background.



Black color preview on #F5C88D background

This text has black color on #F5C88D background.


White color preview on #F5C88D background

This text has white color on #F5C88D background.