COLOR #FCD89A

HEX: #FCD89A
RGB: (252,216,154)

Color info

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

RGB color model

#FCD89A color RGB value is (252,216,154).

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

RGB channels and saturation

R 252 of 255 = 99%
G 216 of 255 = 85%
B 154 of 255 = 60%

252
216
154

R + G + B ~ 81%. #FCD89A is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 216 + 154 = 622 (100%)
R 252 of 622 ~ 40.51%
G 216 of 622 ~ 34.73%
B 154 of 622 ~ 24.76%

%40.51
%34.73
%24.76

CMYK color model

#FCD89A color CMYK value is (0,14,39,1).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 38.89%
  • key color value is 1.18%
CMYK:
(0,14,39,1)
C0M14Y39K1 
(0%,14%,39%,1%)
(0.00/0.14/0.39/0.01)	

CMYK percentages

%0
%14.29
%38.89
%1.18

Codes

Color #FCD89A in popluar color models

FCD89A
RGB252216154
HSL38°94.23%79.61%
HSB/HSV38°38.89%98.82%
CMYK0.00%14.29%38.89%
1.18%

Color #FCD89A in popluar number systems.

HEXFCD89A
Decimal252216154
Binary111111001101100010011010
Octal374330232

Shades and tints

Shades of #FCD89A

#FCD89A
(252,216,154)
#E6C58C
(230,197,140)
#D0B27E
(208,178,126)
#BA9F70
(186,159,112)
#A48C62
(164,140,98)
#8E7954
(142,121,84)
#786646
(120,102,70)
#625338
(98,83,56)
#4C402A
(76,64,42)
#362D1C
(54,45,28)
#201A0E
(32,26,14)
#000000
(0,0,0)

Tints of #FCD89A

#FCD89A
(252,216,154)
#FCDBA3
(252,219,163)
#FCDEAC
(252,222,172)
#FCE1B5
(252,225,181)
#FCE4BE
(252,228,190)
#FCE7C7
(252,231,199)
#FCEAD0
(252,234,208)
#FCEDD9
(252,237,217)
#FCF0E2
(252,240,226)
#FCF3EB
(252,243,235)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD89A; }

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

This text font color is #FCD89A.


Background Color

.myBgColor { background-color: #FCD89A; }

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

This div background color is #FCD89A.


Border color

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

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

This div border color is #FCD89A.


Opacity

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

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

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

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

This text has shadow with #FCD89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD89A on black background.


Color preview on white background

This text has color #FCD89A on white background.



Black color preview on #FCD89A background

This text has black color on #FCD89A background.


White color preview on #FCD89A background

This text has white color on #FCD89A background.