COLOR #FCDF55

HEX: #FCDF55
RGB: (252,223,85)

Color info

#FCDF55 contains mainly red and green colors. Web safe color of #FCDF55 is #FFCC66 (or #FC6).

RGB color model

#FCDF55 color RGB value is (252,223,85).

  • red value is 252;
  • green value is 223;
  • blue value is 85.
RGB:
(252,223,85)
(99%,87%,33%)

RGB channels and saturation

R 252 of 255 = 99%
G 223 of 255 = 87%
B 85 of 255 = 33%

252
223
85

R + G + B ~ 73%. #FCDF55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 223 + 85 = 560 (100%)
R 252 of 560 ~ 45%
G 223 of 560 ~ 39.82%
B 85 of 560 ~ 15.18%

%45
%39.82
%15.18

CMYK color model

#FCDF55 color CMYK value is (0,12,66,1).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 66.27%
  • key color value is 1.18%
CMYK:
(0,12,66,1)
C0M12Y66K1 
(0%,12%,66%,1%)
(0.00/0.12/0.66/0.01)	

CMYK percentages

%0
%11.51
%66.27
%1.18

Codes

Color #FCDF55 in popluar color models

FCDF55
RGB25222385
HSL50°96.53%66.08%
HSB/HSV50°66.27%98.82%
CMYK0.00%11.51%66.27%
1.18%

Color #FCDF55 in popluar number systems.

HEXFCDF55
Decimal25222385
Binary11111100110111111010101
Octal374337125

Shades and tints

Shades of #FCDF55

#FCDF55
(252,223,85)
#E6CB4E
(230,203,78)
#D0B747
(208,183,71)
#BAA340
(186,163,64)
#A48F39
(164,143,57)
#8E7B32
(142,123,50)
#78672B
(120,103,43)
#625324
(98,83,36)
#4C3F1D
(76,63,29)
#362B16
(54,43,22)
#20170F
(32,23,15)
#000000
(0,0,0)

Tints of #FCDF55

#FCDF55
(252,223,85)
#FCE164
(252,225,100)
#FCE373
(252,227,115)
#FCE582
(252,229,130)
#FCE791
(252,231,145)
#FCE9A0
(252,233,160)
#FCEBAF
(252,235,175)
#FCEDBE
(252,237,190)
#FCEFCD
(252,239,205)
#FCF1DC
(252,241,220)
#FCF3EB
(252,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDF55 color. Also use rgb(252,223,85) instead hex code.

Text Font Color

.myTextColor { color: #FCDF55; }

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

This text font color is #FCDF55.


Background Color

.myBgColor { background-color: #FCDF55; }

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

This div background color is #FCDF55.


Border color

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

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

This div border color is #FCDF55.


Opacity

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

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

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

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

This text has shadow with #FCDF55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDF55 on black background.


Color preview on white background

This text has color #FCDF55 on white background.



Black color preview on #FCDF55 background

This text has black color on #FCDF55 background.


White color preview on #FCDF55 background

This text has white color on #FCDF55 background.