COLOR #F5C88A

HEX: #F5C88A
RGB: (245,200,138)

Color info

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

RGB color model

#F5C88A color RGB value is (245,200,138).

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

RGB channels and saturation

R 245 of 255 = 96%
G 200 of 255 = 78%
B 138 of 255 = 54%

245
200
138

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

Portions of RGB colors in percentages

R + G + B =
245 + 200 + 138 = 583 (100%)
R 245 of 583 ~ 42.02%
G 200 of 583 ~ 34.31%
B 138 of 583 ~ 23.67%

%42.02
%34.31
%23.67

CMYK color model

#F5C88A color CMYK value is (0,18,44,4).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 43.67%
  • key color value is 3.92%
CMYK:
(0,18,44,4)
C0M18Y44K4 
(0%,18%,44%,4%)
(0.00/0.18/0.44/0.04)	

CMYK percentages

%0
%18.37
%43.67
%3.92

Codes

Color #F5C88A in popluar color models

F5C88A
RGB245200138
HSL35°84.25%75.10%
HSB/HSV35°43.67%96.08%
CMYK0.00%18.37%43.67%
3.92%

Color #F5C88A in popluar number systems.

HEXF5C88A
Decimal245200138
Binary111101011100100010001010
Octal365310212

Shades and tints

Shades of #F5C88A

#F5C88A
(245,200,138)
#DFB67E
(223,182,126)
#C9A472
(201,164,114)
#B39266
(179,146,102)
#9D805A
(157,128,90)
#876E4E
(135,110,78)
#715C42
(113,92,66)
#5B4A36
(91,74,54)
#45382A
(69,56,42)
#2F261E
(47,38,30)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #F5C88A

#F5C88A
(245,200,138)
#F5CD94
(245,205,148)
#F5D29E
(245,210,158)
#F5D7A8
(245,215,168)
#F5DCB2
(245,220,178)
#F5E1BC
(245,225,188)
#F5E6C6
(245,230,198)
#F5EBD0
(245,235,208)
#F5F0DA
(245,240,218)
#F5F5E4
(245,245,228)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C88A; }

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

This text font color is #F5C88A.


Background Color

.myBgColor { background-color: #F5C88A; }

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

This div background color is #F5C88A.


Border color

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

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

This div border color is #F5C88A.


Opacity

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

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

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

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

This text has shadow with #F5C88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C88A on black background.


Color preview on white background

This text has color #F5C88A on white background.



Black color preview on #F5C88A background

This text has black color on #F5C88A background.


White color preview on #F5C88A background

This text has white color on #F5C88A background.