COLOR #F5E88A

HEX: #F5E88A
RGB: (245,232,138)

Color info

#F5E88A contains mainly red and green colors. Web safe color of #F5E88A is #FFFF99 (or #FF9).

RGB color model

#F5E88A color RGB value is (245,232,138).

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

RGB channels and saturation

R 245 of 255 = 96%
G 232 of 255 = 91%
B 138 of 255 = 54%

245
232
138

R + G + B ~ 80%. #F5E88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 232 + 138 = 615 (100%)
R 245 of 615 ~ 39.84%
G 232 of 615 ~ 37.72%
B 138 of 615 ~ 22.44%

%39.84
%37.72
%22.44

CMYK color model

#F5E88A color CMYK value is (0,5,44,4).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 43.67%
  • key color value is 3.92%
CMYK:
(0,5,44,4)
C0M5Y44K4 
(0%,5%,44%,4%)
(0.00/0.05/0.44/0.04)	

CMYK percentages

%0
%5.31
%43.67
%3.92

Codes

Color #F5E88A in popluar color models

F5E88A
RGB245232138
HSL53°84.25%75.10%
HSB/HSV53°43.67%96.08%
CMYK0.00%5.31%43.67%
3.92%

Color #F5E88A in popluar number systems.

HEXF5E88A
Decimal245232138
Binary111101011110100010001010
Octal365350212

Shades and tints

Shades of #F5E88A

#F5E88A
(245,232,138)
#DFD37E
(223,211,126)
#C9BE72
(201,190,114)
#B3A966
(179,169,102)
#9D945A
(157,148,90)
#877F4E
(135,127,78)
#716A42
(113,106,66)
#5B5536
(91,85,54)
#45402A
(69,64,42)
#2F2B1E
(47,43,30)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #F5E88A

#F5E88A
(245,232,138)
#F5EA94
(245,234,148)
#F5EC9E
(245,236,158)
#F5EEA8
(245,238,168)
#F5F0B2
(245,240,178)
#F5F2BC
(245,242,188)
#F5F4C6
(245,244,198)
#F5F6D0
(245,246,208)
#F5F8DA
(245,248,218)
#F5FAE4
(245,250,228)
#F5FCEE
(245,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E88A; }

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

This text font color is #F5E88A.


Background Color

.myBgColor { background-color: #F5E88A; }

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

This div background color is #F5E88A.


Border color

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

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

This div border color is #F5E88A.


Opacity

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

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

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

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

This text has shadow with #F5E88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E88A on black background.


Color preview on white background

This text has color #F5E88A on white background.



Black color preview on #F5E88A background

This text has black color on #F5E88A background.


White color preview on #F5E88A background

This text has white color on #F5E88A background.