COLOR #F5E9B4

HEX: #F5E9B4
RGB: (245,233,180)

Color info

#F5E9B4 contains mainly red and green colors. Web safe color of #F5E9B4 is #FFFFCC (or #FFC).

RGB color model

#F5E9B4 color RGB value is (245,233,180).

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

RGB channels and saturation

R 245 of 255 = 96%
G 233 of 255 = 91%
B 180 of 255 = 71%

245
233
180

R + G + B ~ 86%. #F5E9B4 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 233 + 180 = 658 (100%)
R 245 of 658 ~ 37.23%
G 233 of 658 ~ 35.41%
B 180 of 658 ~ 27.36%

%37.23
%35.41
%27.36

CMYK color model

#F5E9B4 color CMYK value is (0,5,27,4).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 26.53%
  • key color value is 3.92%
CMYK:
(0,5,27,4)
C0M5Y27K4 
(0%,5%,27%,4%)
(0.00/0.05/0.27/0.04)	

CMYK percentages

%0
%4.9
%26.53
%3.92

Codes

Color #F5E9B4 in popluar color models

F5E9B4
RGB245233180
HSL49°76.47%83.33%
HSB/HSV49°26.53%96.08%
CMYK0.00%4.90%26.53%
3.92%

Color #F5E9B4 in popluar number systems.

HEXF5E9B4
Decimal245233180
Binary111101011110100110110100
Octal365351264

Shades and tints

Shades of #F5E9B4

#F5E9B4
(245,233,180)
#DFD4A4
(223,212,164)
#C9BF94
(201,191,148)
#B3AA84
(179,170,132)
#9D9574
(157,149,116)
#878064
(135,128,100)
#716B54
(113,107,84)
#5B5644
(91,86,68)
#454134
(69,65,52)
#2F2C24
(47,44,36)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #F5E9B4

#F5E9B4
(245,233,180)
#F5EBBA
(245,235,186)
#F5EDC0
(245,237,192)
#F5EFC6
(245,239,198)
#F5F1CC
(245,241,204)
#F5F3D2
(245,243,210)
#F5F5D8
(245,245,216)
#F5F7DE
(245,247,222)
#F5F9E4
(245,249,228)
#F5FBEA
(245,251,234)
#F5FDF0
(245,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E9B4; }

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

This text font color is #F5E9B4.


Background Color

.myBgColor { background-color: #F5E9B4; }

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

This div background color is #F5E9B4.


Border color

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

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

This div border color is #F5E9B4.


Opacity

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

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

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

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

This text has shadow with #F5E9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E9B4 on black background.


Color preview on white background

This text has color #F5E9B4 on white background.



Black color preview on #F5E9B4 background

This text has black color on #F5E9B4 background.


White color preview on #F5E9B4 background

This text has white color on #F5E9B4 background.