COLOR #F5F4A0

HEX: #F5F4A0
RGB: (245,244,160)

Color info

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

RGB color model

#F5F4A0 color RGB value is (245,244,160).

  • red value is 245;
  • green value is 244;
  • blue value is 160.
RGB:
(245,244,160)
(96%,96%,63%)

RGB channels and saturation

R 245 of 255 = 96%
G 244 of 255 = 96%
B 160 of 255 = 63%

245
244
160

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

Portions of RGB colors in percentages

R + G + B =
245 + 244 + 160 = 649 (100%)
R 245 of 649 ~ 37.75%
G 244 of 649 ~ 37.6%
B 160 of 649 ~ 24.65%

%37.75
%37.6
%24.65

CMYK color model

#F5F4A0 color CMYK value is (0,0,35,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 34.69%
  • key color value is 3.92%
CMYK:
(0,0,35,4)
C0M0Y35K4 
(0%,0%,35%,4%)
(0.00/0.00/0.35/0.04)	

CMYK percentages

%0
%0.41
%34.69
%3.92

Codes

Color #F5F4A0 in popluar color models

F5F4A0
RGB245244160
HSL59°80.95%79.41%
HSB/HSV59°34.69%96.08%
CMYK0.00%0.41%34.69%
3.92%

Color #F5F4A0 in popluar number systems.

HEXF5F4A0
Decimal245244160
Binary111101011111010010100000
Octal365364240

Shades and tints

Shades of #F5F4A0

#F5F4A0
(245,244,160)
#DFDE92
(223,222,146)
#C9C884
(201,200,132)
#B3B276
(179,178,118)
#9D9C68
(157,156,104)
#87865A
(135,134,90)
#71704C
(113,112,76)
#5B5A3E
(91,90,62)
#454430
(69,68,48)
#2F2E22
(47,46,34)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #F5F4A0

#F5F4A0
(245,244,160)
#F5F5A8
(245,245,168)
#F5F6B0
(245,246,176)
#F5F7B8
(245,247,184)
#F5F8C0
(245,248,192)
#F5F9C8
(245,249,200)
#F5FAD0
(245,250,208)
#F5FBD8
(245,251,216)
#F5FCE0
(245,252,224)
#F5FDE8
(245,253,232)
#F5FEF0
(245,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F4A0 color. Also use rgb(245,244,160) instead hex code.

Text Font Color

.myTextColor { color: #F5F4A0; }

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

This text font color is #F5F4A0.


Background Color

.myBgColor { background-color: #F5F4A0; }

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

This div background color is #F5F4A0.


Border color

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

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

This div border color is #F5F4A0.


Opacity

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

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

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

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

This text has shadow with #F5F4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F4A0 on black background.


Color preview on white background

This text has color #F5F4A0 on white background.



Black color preview on #F5F4A0 background

This text has black color on #F5F4A0 background.


White color preview on #F5F4A0 background

This text has white color on #F5F4A0 background.