COLOR #FCD59F

HEX: #FCD59F
RGB: (252,213,159)

Color info

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

RGB color model

#FCD59F color RGB value is (252,213,159).

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

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 159 of 255 = 62%

252
213
159

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

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 159 = 624 (100%)
R 252 of 624 ~ 40.38%
G 213 of 624 ~ 34.13%
B 159 of 624 ~ 25.48%

%40.38
%34.13
%25.48

CMYK color model

#FCD59F color CMYK value is (0,15,37,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 36.90%
  • key color value is 1.18%
CMYK:
(0,15,37,1)
C0M15Y37K1 
(0%,15%,37%,1%)
(0.00/0.15/0.37/0.01)	

CMYK percentages

%0
%15.48
%36.9
%1.18

Codes

Color #FCD59F in popluar color models

FCD59F
RGB252213159
HSL35°93.94%80.59%
HSB/HSV35°36.90%98.82%
CMYK0.00%15.48%36.90%
1.18%

Color #FCD59F in popluar number systems.

HEXFCD59F
Decimal252213159
Binary111111001101010110011111
Octal374325237

Shades and tints

Shades of #FCD59F

#FCD59F
(252,213,159)
#E6C291
(230,194,145)
#D0AF83
(208,175,131)
#BA9C75
(186,156,117)
#A48967
(164,137,103)
#8E7659
(142,118,89)
#78634B
(120,99,75)
#62503D
(98,80,61)
#4C3D2F
(76,61,47)
#362A21
(54,42,33)
#201713
(32,23,19)
#000000
(0,0,0)

Tints of #FCD59F

#FCD59F
(252,213,159)
#FCD8A7
(252,216,167)
#FCDBAF
(252,219,175)
#FCDEB7
(252,222,183)
#FCE1BF
(252,225,191)
#FCE4C7
(252,228,199)
#FCE7CF
(252,231,207)
#FCEAD7
(252,234,215)
#FCEDDF
(252,237,223)
#FCF0E7
(252,240,231)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD59F; }

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

This text font color is #FCD59F.


Background Color

.myBgColor { background-color: #FCD59F; }

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

This div background color is #FCD59F.


Border color

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

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

This div border color is #FCD59F.


Opacity

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

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

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

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

This text has shadow with #FCD59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD59F on black background.


Color preview on white background

This text has color #FCD59F on white background.



Black color preview on #FCD59F background

This text has black color on #FCD59F background.


White color preview on #FCD59F background

This text has white color on #FCD59F background.