COLOR #F5E9AE

HEX: #F5E9AE
RGB: (245,233,174)

Color info

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

RGB color model

#F5E9AE color RGB value is (245,233,174).

  • red value is 245;
  • green value is 233;
  • blue value is 174.
RGB:
(245,233,174)
(96%,91%,68%)

RGB channels and saturation

R 245 of 255 = 96%
G 233 of 255 = 91%
B 174 of 255 = 68%

245
233
174

R + G + B ~ 85%. #F5E9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 233 + 174 = 652 (100%)
R 245 of 652 ~ 37.58%
G 233 of 652 ~ 35.74%
B 174 of 652 ~ 26.69%

%37.58
%35.74
%26.69

CMYK color model

#F5E9AE color CMYK value is (0,5,29,4).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(0,5,29,4)
C0M5Y29K4 
(0%,5%,29%,4%)
(0.00/0.05/0.29/0.04)	

CMYK percentages

%0
%4.9
%28.98
%3.92

Codes

Color #F5E9AE in popluar color models

F5E9AE
RGB245233174
HSL50°78.02%82.16%
HSB/HSV50°28.98%96.08%
CMYK0.00%4.90%28.98%
3.92%

Color #F5E9AE in popluar number systems.

HEXF5E9AE
Decimal245233174
Binary111101011110100110101110
Octal365351256

Shades and tints

Shades of #F5E9AE

#F5E9AE
(245,233,174)
#DFD49F
(223,212,159)
#C9BF90
(201,191,144)
#B3AA81
(179,170,129)
#9D9572
(157,149,114)
#878063
(135,128,99)
#716B54
(113,107,84)
#5B5645
(91,86,69)
#454136
(69,65,54)
#2F2C27
(47,44,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #F5E9AE

#F5E9AE
(245,233,174)
#F5EBB5
(245,235,181)
#F5EDBC
(245,237,188)
#F5EFC3
(245,239,195)
#F5F1CA
(245,241,202)
#F5F3D1
(245,243,209)
#F5F5D8
(245,245,216)
#F5F7DF
(245,247,223)
#F5F9E6
(245,249,230)
#F5FBED
(245,251,237)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E9AE color. Also use rgb(245,233,174) instead hex code.

Text Font Color

.myTextColor { color: #F5E9AE; }

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

This text font color is #F5E9AE.


Background Color

.myBgColor { background-color: #F5E9AE; }

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

This div background color is #F5E9AE.


Border color

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

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

This div border color is #F5E9AE.


Opacity

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

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

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

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

This text has shadow with #F5E9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E9AE on black background.


Color preview on white background

This text has color #F5E9AE on white background.



Black color preview on #F5E9AE background

This text has black color on #F5E9AE background.


White color preview on #F5E9AE background

This text has white color on #F5E9AE background.