COLOR #F5E08A

HEX: #F5E08A
RGB: (245,224,138)

Color info

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

RGB color model

#F5E08A color RGB value is (245,224,138).

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

RGB channels and saturation

R 245 of 255 = 96%
G 224 of 255 = 88%
B 138 of 255 = 54%

245
224
138

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

Portions of RGB colors in percentages

R + G + B =
245 + 224 + 138 = 607 (100%)
R 245 of 607 ~ 40.36%
G 224 of 607 ~ 36.9%
B 138 of 607 ~ 22.73%

%40.36
%36.9
%22.73

CMYK color model

#F5E08A color CMYK value is (0,9,44,4).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 43.67%
  • key color value is 3.92%
CMYK:
(0,9,44,4)
C0M9Y44K4 
(0%,9%,44%,4%)
(0.00/0.09/0.44/0.04)	

CMYK percentages

%0
%8.57
%43.67
%3.92

Codes

Color #F5E08A in popluar color models

F5E08A
RGB245224138
HSL48°84.25%75.10%
HSB/HSV48°43.67%96.08%
CMYK0.00%8.57%43.67%
3.92%

Color #F5E08A in popluar number systems.

HEXF5E08A
Decimal245224138
Binary111101011110000010001010
Octal365340212

Shades and tints

Shades of #F5E08A

#F5E08A
(245,224,138)
#DFCC7E
(223,204,126)
#C9B872
(201,184,114)
#B3A466
(179,164,102)
#9D905A
(157,144,90)
#877C4E
(135,124,78)
#716842
(113,104,66)
#5B5436
(91,84,54)
#45402A
(69,64,42)
#2F2C1E
(47,44,30)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #F5E08A

#F5E08A
(245,224,138)
#F5E294
(245,226,148)
#F5E49E
(245,228,158)
#F5E6A8
(245,230,168)
#F5E8B2
(245,232,178)
#F5EABC
(245,234,188)
#F5ECC6
(245,236,198)
#F5EED0
(245,238,208)
#F5F0DA
(245,240,218)
#F5F2E4
(245,242,228)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E08A; }

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

This text font color is #F5E08A.


Background Color

.myBgColor { background-color: #F5E08A; }

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

This div background color is #F5E08A.


Border color

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

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

This div border color is #F5E08A.


Opacity

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

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

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

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

This text has shadow with #F5E08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E08A on black background.


Color preview on white background

This text has color #F5E08A on white background.



Black color preview on #F5E08A background

This text has black color on #F5E08A background.


White color preview on #F5E08A background

This text has white color on #F5E08A background.