COLOR #F5F0AE

HEX: #F5F0AE
RGB: (245,240,174)

Color info

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

RGB color model

#F5F0AE color RGB value is (245,240,174).

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

RGB channels and saturation

R 245 of 255 = 96%
G 240 of 255 = 94%
B 174 of 255 = 68%

245
240
174

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

Portions of RGB colors in percentages

R + G + B =
245 + 240 + 174 = 659 (100%)
R 245 of 659 ~ 37.18%
G 240 of 659 ~ 36.42%
B 174 of 659 ~ 26.4%

%37.18
%36.42
%26.4

CMYK color model

#F5F0AE color CMYK value is (0,2,29,4).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(0,2,29,4)
C0M2Y29K4 
(0%,2%,29%,4%)
(0.00/0.02/0.29/0.04)	

CMYK percentages

%0
%2.04
%28.98
%3.92

Codes

Color #F5F0AE in popluar color models

F5F0AE
RGB245240174
HSL56°78.02%82.16%
HSB/HSV56°28.98%96.08%
CMYK0.00%2.04%28.98%
3.92%

Color #F5F0AE in popluar number systems.

HEXF5F0AE
Decimal245240174
Binary111101011111000010101110
Octal365360256

Shades and tints

Shades of #F5F0AE

#F5F0AE
(245,240,174)
#DFDB9F
(223,219,159)
#C9C690
(201,198,144)
#B3B181
(179,177,129)
#9D9C72
(157,156,114)
#878763
(135,135,99)
#717254
(113,114,84)
#5B5D45
(91,93,69)
#454836
(69,72,54)
#2F3327
(47,51,39)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #F5F0AE

#F5F0AE
(245,240,174)
#F5F1B5
(245,241,181)
#F5F2BC
(245,242,188)
#F5F3C3
(245,243,195)
#F5F4CA
(245,244,202)
#F5F5D1
(245,245,209)
#F5F6D8
(245,246,216)
#F5F7DF
(245,247,223)
#F5F8E6
(245,248,230)
#F5F9ED
(245,249,237)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F0AE; }

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

This text font color is #F5F0AE.


Background Color

.myBgColor { background-color: #F5F0AE; }

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

This div background color is #F5F0AE.


Border color

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

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

This div border color is #F5F0AE.


Opacity

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

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

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

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

This text has shadow with #F5F0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F0AE on black background.


Color preview on white background

This text has color #F5F0AE on white background.



Black color preview on #F5F0AE background

This text has black color on #F5F0AE background.


White color preview on #F5F0AE background

This text has white color on #F5F0AE background.