COLOR #FCED05

HEX: #FCED05
RGB: (252,237,5)

Color info

#FCED05 contains mainly red and green colors. Web safe color of #FCED05 is #FFFF00 (or #FF0).

RGB color model

#FCED05 color RGB value is (252,237,5).

  • red value is 252;
  • green value is 237;
  • blue value is 5.
RGB:
(252,237,5)
(99%,93%,2%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 5 of 255 = 2%

252
237
5

R + G + B ~ 65%. #FCED05 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 237 + 5 = 494 (100%)
R 252 of 494 ~ 51.01%
G 237 of 494 ~ 47.98%
B 5 of 494 ~ 1.01%

%51.01
%47.98

CMYK color model

#FCED05 color CMYK value is (0,6,98,1).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 98.02%
  • key color value is 1.18%
CMYK:
(0,6,98,1)
C0M6Y98K1 
(0%,6%,98%,1%)
(0.00/0.06/0.98/0.01)	

CMYK percentages

%0
%5.95
%98.02
%1.18

Codes

Color #FCED05 in popluar color models

FCED05
RGB2522375
HSL56°97.63%50.39%
HSB/HSV56°98.02%98.82%
CMYK0.00%5.95%98.02%
1.18%

Color #FCED05 in popluar number systems.

HEXFCED05
Decimal2522375
Binary1111110011101101101
Octal3743555

Shades and tints

Shades of #FCED05

#FCED05
(252,237,5)
#E6D805
(230,216,5)
#D0C305
(208,195,5)
#BAAE05
(186,174,5)
#A49905
(164,153,5)
#8E8405
(142,132,5)
#786F05
(120,111,5)
#625A05
(98,90,5)
#4C4505
(76,69,5)
#363005
(54,48,5)
#201B05
(32,27,5)
#000000
(0,0,0)

Tints of #FCED05

#FCED05
(252,237,5)
#FCEE1B
(252,238,27)
#FCEF31
(252,239,49)
#FCF047
(252,240,71)
#FCF15D
(252,241,93)
#FCF273
(252,242,115)
#FCF389
(252,243,137)
#FCF49F
(252,244,159)
#FCF5B5
(252,245,181)
#FCF6CB
(252,246,203)
#FCF7E1
(252,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCED05 color. Also use rgb(252,237,5) instead hex code.

Text Font Color

.myTextColor { color: #FCED05; }

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

This text font color is #FCED05.


Background Color

.myBgColor { background-color: #FCED05; }

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

This div background color is #FCED05.


Border color

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

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

This div border color is #FCED05.


Opacity

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

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

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

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

This text has shadow with #FCED05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCED05 on black background.


Color preview on white background

This text has color #FCED05 on white background.



Black color preview on #FCED05 background

This text has black color on #FCED05 background.


White color preview on #FCED05 background

This text has white color on #FCED05 background.