COLOR #FCD89F

HEX: #FCD89F
RGB: (252,216,159)

Color info

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

RGB color model

#FCD89F color RGB value is (252,216,159).

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

RGB channels and saturation

R 252 of 255 = 99%
G 216 of 255 = 85%
B 159 of 255 = 62%

252
216
159

R + G + B ~ 82%. #FCD89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 216 + 159 = 627 (100%)
R 252 of 627 ~ 40.19%
G 216 of 627 ~ 34.45%
B 159 of 627 ~ 25.36%

%40.19
%34.45
%25.36

CMYK color model

#FCD89F color CMYK value is (0,14,37,1).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 36.90%
  • key color value is 1.18%
CMYK:
(0,14,37,1)
C0M14Y37K1 
(0%,14%,37%,1%)
(0.00/0.14/0.37/0.01)	

CMYK percentages

%0
%14.29
%36.9
%1.18

Codes

Color #FCD89F in popluar color models

FCD89F
RGB252216159
HSL37°93.94%80.59%
HSB/HSV37°36.90%98.82%
CMYK0.00%14.29%36.90%
1.18%

Color #FCD89F in popluar number systems.

HEXFCD89F
Decimal252216159
Binary111111001101100010011111
Octal374330237

Shades and tints

Shades of #FCD89F

#FCD89F
(252,216,159)
#E6C591
(230,197,145)
#D0B283
(208,178,131)
#BA9F75
(186,159,117)
#A48C67
(164,140,103)
#8E7959
(142,121,89)
#78664B
(120,102,75)
#62533D
(98,83,61)
#4C402F
(76,64,47)
#362D21
(54,45,33)
#201A13
(32,26,19)
#000000
(0,0,0)

Tints of #FCD89F

#FCD89F
(252,216,159)
#FCDBA7
(252,219,167)
#FCDEAF
(252,222,175)
#FCE1B7
(252,225,183)
#FCE4BF
(252,228,191)
#FCE7C7
(252,231,199)
#FCEACF
(252,234,207)
#FCEDD7
(252,237,215)
#FCF0DF
(252,240,223)
#FCF3E7
(252,243,231)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD89F; }

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

This text font color is #FCD89F.


Background Color

.myBgColor { background-color: #FCD89F; }

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

This div background color is #FCD89F.


Border color

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

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

This div border color is #FCD89F.


Opacity

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

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

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

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

This text has shadow with #FCD89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD89F on black background.


Color preview on white background

This text has color #FCD89F on white background.



Black color preview on #FCD89F background

This text has black color on #FCD89F background.


White color preview on #FCD89F background

This text has white color on #FCD89F background.