COLOR #F5D89A

HEX: #F5D89A
RGB: (245,216,154)

Color info

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

RGB color model

#F5D89A color RGB value is (245,216,154).

  • red value is 245;
  • green value is 216;
  • blue value is 154.
RGB:
(245,216,154)
(96%,85%,60%)

RGB channels and saturation

R 245 of 255 = 96%
G 216 of 255 = 85%
B 154 of 255 = 60%

245
216
154

R + G + B ~ 80%. #F5D89A is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 216 + 154 = 615 (100%)
R 245 of 615 ~ 39.84%
G 216 of 615 ~ 35.12%
B 154 of 615 ~ 25.04%

%39.84
%35.12
%25.04

CMYK color model

#F5D89A color CMYK value is (0,12,37,4).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 37.14%
  • key color value is 3.92%
CMYK:
(0,12,37,4)
C0M12Y37K4 
(0%,12%,37%,4%)
(0.00/0.12/0.37/0.04)	

CMYK percentages

%0
%11.84
%37.14
%3.92

Codes

Color #F5D89A in popluar color models

F5D89A
RGB245216154
HSL41°81.98%78.24%
HSB/HSV41°37.14%96.08%
CMYK0.00%11.84%37.14%
3.92%

Color #F5D89A in popluar number systems.

HEXF5D89A
Decimal245216154
Binary111101011101100010011010
Octal365330232

Shades and tints

Shades of #F5D89A

#F5D89A
(245,216,154)
#DFC58C
(223,197,140)
#C9B27E
(201,178,126)
#B39F70
(179,159,112)
#9D8C62
(157,140,98)
#877954
(135,121,84)
#716646
(113,102,70)
#5B5338
(91,83,56)
#45402A
(69,64,42)
#2F2D1C
(47,45,28)
#191A0E
(25,26,14)
#000000
(0,0,0)

Tints of #F5D89A

#F5D89A
(245,216,154)
#F5DBA3
(245,219,163)
#F5DEAC
(245,222,172)
#F5E1B5
(245,225,181)
#F5E4BE
(245,228,190)
#F5E7C7
(245,231,199)
#F5EAD0
(245,234,208)
#F5EDD9
(245,237,217)
#F5F0E2
(245,240,226)
#F5F3EB
(245,243,235)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D89A color. Also use rgb(245,216,154) instead hex code.

Text Font Color

.myTextColor { color: #F5D89A; }

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

This text font color is #F5D89A.


Background Color

.myBgColor { background-color: #F5D89A; }

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

This div background color is #F5D89A.


Border color

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

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

This div border color is #F5D89A.


Opacity

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

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

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

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

This text has shadow with #F5D89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D89A on black background.


Color preview on white background

This text has color #F5D89A on white background.



Black color preview on #F5D89A background

This text has black color on #F5D89A background.


White color preview on #F5D89A background

This text has white color on #F5D89A background.