COLOR #F5E5AF

HEX: #F5E5AF
RGB: (245,229,175)

Color info

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

RGB color model

#F5E5AF color RGB value is (245,229,175).

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

RGB channels and saturation

R 245 of 255 = 96%
G 229 of 255 = 90%
B 175 of 255 = 69%

245
229
175

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

Portions of RGB colors in percentages

R + G + B =
245 + 229 + 175 = 649 (100%)
R 245 of 649 ~ 37.75%
G 229 of 649 ~ 35.29%
B 175 of 649 ~ 26.96%

%37.75
%35.29
%26.96

CMYK color model

#F5E5AF color CMYK value is (0,7,29,4).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 28.57%
  • key color value is 3.92%
CMYK:
(0,7,29,4)
C0M7Y29K4 
(0%,7%,29%,4%)
(0.00/0.07/0.29/0.04)	

CMYK percentages

%0
%6.53
%28.57
%3.92

Codes

Color #F5E5AF in popluar color models

F5E5AF
RGB245229175
HSL46°77.78%82.35%
HSB/HSV46°28.57%96.08%
CMYK0.00%6.53%28.57%
3.92%

Color #F5E5AF in popluar number systems.

HEXF5E5AF
Decimal245229175
Binary111101011110010110101111
Octal365345257

Shades and tints

Shades of #F5E5AF

#F5E5AF
(245,229,175)
#DFD1A0
(223,209,160)
#C9BD91
(201,189,145)
#B3A982
(179,169,130)
#9D9573
(157,149,115)
#878164
(135,129,100)
#716D55
(113,109,85)
#5B5946
(91,89,70)
#454537
(69,69,55)
#2F3128
(47,49,40)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #F5E5AF

#F5E5AF
(245,229,175)
#F5E7B6
(245,231,182)
#F5E9BD
(245,233,189)
#F5EBC4
(245,235,196)
#F5EDCB
(245,237,203)
#F5EFD2
(245,239,210)
#F5F1D9
(245,241,217)
#F5F3E0
(245,243,224)
#F5F5E7
(245,245,231)
#F5F7EE
(245,247,238)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E5AF; }

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

This text font color is #F5E5AF.


Background Color

.myBgColor { background-color: #F5E5AF; }

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

This div background color is #F5E5AF.


Border color

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

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

This div border color is #F5E5AF.


Opacity

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

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

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

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

This text has shadow with #F5E5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E5AF on black background.


Color preview on white background

This text has color #F5E5AF on white background.



Black color preview on #F5E5AF background

This text has black color on #F5E5AF background.


White color preview on #F5E5AF background

This text has white color on #F5E5AF background.