COLOR #F5E69D

HEX: #F5E69D
RGB: (245,230,157)

Color info

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

RGB color model

#F5E69D color RGB value is (245,230,157).

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

RGB channels and saturation

R 245 of 255 = 96%
G 230 of 255 = 90%
B 157 of 255 = 62%

245
230
157

R + G + B ~ 83%. #F5E69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 230 + 157 = 632 (100%)
R 245 of 632 ~ 38.77%
G 230 of 632 ~ 36.39%
B 157 of 632 ~ 24.84%

%38.77
%36.39
%24.84

CMYK color model

#F5E69D color CMYK value is (0,6,36,4).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 35.92%
  • key color value is 3.92%
CMYK:
(0,6,36,4)
C0M6Y36K4 
(0%,6%,36%,4%)
(0.00/0.06/0.36/0.04)	

CMYK percentages

%0
%6.12
%35.92
%3.92

Codes

Color #F5E69D in popluar color models

F5E69D
RGB245230157
HSL50°81.48%78.82%
HSB/HSV50°35.92%96.08%
CMYK0.00%6.12%35.92%
3.92%

Color #F5E69D in popluar number systems.

HEXF5E69D
Decimal245230157
Binary111101011110011010011101
Octal365346235

Shades and tints

Shades of #F5E69D

#F5E69D
(245,230,157)
#DFD28F
(223,210,143)
#C9BE81
(201,190,129)
#B3AA73
(179,170,115)
#9D9665
(157,150,101)
#878257
(135,130,87)
#716E49
(113,110,73)
#5B5A3B
(91,90,59)
#45462D
(69,70,45)
#2F321F
(47,50,31)
#191E11
(25,30,17)
#000000
(0,0,0)

Tints of #F5E69D

#F5E69D
(245,230,157)
#F5E8A5
(245,232,165)
#F5EAAD
(245,234,173)
#F5ECB5
(245,236,181)
#F5EEBD
(245,238,189)
#F5F0C5
(245,240,197)
#F5F2CD
(245,242,205)
#F5F4D5
(245,244,213)
#F5F6DD
(245,246,221)
#F5F8E5
(245,248,229)
#F5FAED
(245,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E69D; }

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

This text font color is #F5E69D.


Background Color

.myBgColor { background-color: #F5E69D; }

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

This div background color is #F5E69D.


Border color

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

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

This div border color is #F5E69D.


Opacity

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

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

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

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

This text has shadow with #F5E69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E69D on black background.


Color preview on white background

This text has color #F5E69D on white background.



Black color preview on #F5E69D background

This text has black color on #F5E69D background.


White color preview on #F5E69D background

This text has white color on #F5E69D background.