COLOR #F5E6AA

HEX: #F5E6AA
RGB: (245,230,170)

Color info

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

RGB color model

#F5E6AA color RGB value is (245,230,170).

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

RGB channels and saturation

R 245 of 255 = 96%
G 230 of 255 = 90%
B 170 of 255 = 67%

245
230
170

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

Portions of RGB colors in percentages

R + G + B =
245 + 230 + 170 = 645 (100%)
R 245 of 645 ~ 37.98%
G 230 of 645 ~ 35.66%
B 170 of 645 ~ 26.36%

%37.98
%35.66
%26.36

CMYK color model

#F5E6AA color CMYK value is (0,6,31,4).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 30.61%
  • key color value is 3.92%
CMYK:
(0,6,31,4)
C0M6Y31K4 
(0%,6%,31%,4%)
(0.00/0.06/0.31/0.04)	

CMYK percentages

%0
%6.12
%30.61
%3.92

Codes

Color #F5E6AA in popluar color models

F5E6AA
RGB245230170
HSL48°78.95%81.37%
HSB/HSV48°30.61%96.08%
CMYK0.00%6.12%30.61%
3.92%

Color #F5E6AA in popluar number systems.

HEXF5E6AA
Decimal245230170
Binary111101011110011010101010
Octal365346252

Shades and tints

Shades of #F5E6AA

#F5E6AA
(245,230,170)
#DFD29B
(223,210,155)
#C9BE8C
(201,190,140)
#B3AA7D
(179,170,125)
#9D966E
(157,150,110)
#87825F
(135,130,95)
#716E50
(113,110,80)
#5B5A41
(91,90,65)
#454632
(69,70,50)
#2F3223
(47,50,35)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #F5E6AA

#F5E6AA
(245,230,170)
#F5E8B1
(245,232,177)
#F5EAB8
(245,234,184)
#F5ECBF
(245,236,191)
#F5EEC6
(245,238,198)
#F5F0CD
(245,240,205)
#F5F2D4
(245,242,212)
#F5F4DB
(245,244,219)
#F5F6E2
(245,246,226)
#F5F8E9
(245,248,233)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E6AA; }

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

This text font color is #F5E6AA.


Background Color

.myBgColor { background-color: #F5E6AA; }

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

This div background color is #F5E6AA.


Border color

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

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

This div border color is #F5E6AA.


Opacity

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

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

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

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

This text has shadow with #F5E6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E6AA on black background.


Color preview on white background

This text has color #F5E6AA on white background.



Black color preview on #F5E6AA background

This text has black color on #F5E6AA background.


White color preview on #F5E6AA background

This text has white color on #F5E6AA background.