COLOR #F5E5A6

HEX: #F5E5A6
RGB: (245,229,166)

Color info

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

RGB color model

#F5E5A6 color RGB value is (245,229,166).

  • red value is 245;
  • green value is 229;
  • blue value is 166.
RGB:
(245,229,166)
(96%,90%,65%)

RGB channels and saturation

R 245 of 255 = 96%
G 229 of 255 = 90%
B 166 of 255 = 65%

245
229
166

R + G + B ~ 84%. #F5E5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 229 + 166 = 640 (100%)
R 245 of 640 ~ 38.28%
G 229 of 640 ~ 35.78%
B 166 of 640 ~ 25.94%

%38.28
%35.78
%25.94

CMYK color model

#F5E5A6 color CMYK value is (0,7,32,4).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 32.24%
  • key color value is 3.92%
CMYK:
(0,7,32,4)
C0M7Y32K4 
(0%,7%,32%,4%)
(0.00/0.07/0.32/0.04)	

CMYK percentages

%0
%6.53
%32.24
%3.92

Codes

Color #F5E5A6 in popluar color models

F5E5A6
RGB245229166
HSL48°79.80%80.59%
HSB/HSV48°32.24%96.08%
CMYK0.00%6.53%32.24%
3.92%

Color #F5E5A6 in popluar number systems.

HEXF5E5A6
Decimal245229166
Binary111101011110010110100110
Octal365345246

Shades and tints

Shades of #F5E5A6

#F5E5A6
(245,229,166)
#DFD197
(223,209,151)
#C9BD88
(201,189,136)
#B3A979
(179,169,121)
#9D956A
(157,149,106)
#87815B
(135,129,91)
#716D4C
(113,109,76)
#5B593D
(91,89,61)
#45452E
(69,69,46)
#2F311F
(47,49,31)
#191D10
(25,29,16)
#000000
(0,0,0)

Tints of #F5E5A6

#F5E5A6
(245,229,166)
#F5E7AE
(245,231,174)
#F5E9B6
(245,233,182)
#F5EBBE
(245,235,190)
#F5EDC6
(245,237,198)
#F5EFCE
(245,239,206)
#F5F1D6
(245,241,214)
#F5F3DE
(245,243,222)
#F5F5E6
(245,245,230)
#F5F7EE
(245,247,238)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E5A6 color. Also use rgb(245,229,166) instead hex code.

Text Font Color

.myTextColor { color: #F5E5A6; }

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

This text font color is #F5E5A6.


Background Color

.myBgColor { background-color: #F5E5A6; }

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

This div background color is #F5E5A6.


Border color

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

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

This div border color is #F5E5A6.


Opacity

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

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

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

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

This text has shadow with #F5E5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E5A6 on black background.


Color preview on white background

This text has color #F5E5A6 on white background.



Black color preview on #F5E5A6 background

This text has black color on #F5E5A6 background.


White color preview on #F5E5A6 background

This text has white color on #F5E5A6 background.