COLOR #FCED00

HEX: #FCED00
RGB: (252,237,0)

Color info

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

RGB color model

#FCED00 color RGB value is (252,237,0).

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

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 0 of 255 = 0%

252
237
0

R + G + B ~ 64%. #FCED00 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 237 + 0 = 489 (100%)
R 252 of 489 ~ 51.53%
G 237 of 489 ~ 48.47%
B 0 of 489 ~ 0%

%51.53
%48.47

CMYK color model

#FCED00 color CMYK value is (0,6,100,1).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 100.00%
  • key color value is 1.18%
CMYK:
(0,6,100,1)
C0M6Y100K1 
(0%,6%,100%,1%)
(0.00/0.06/1.00/0.01)	

CMYK percentages

%0
%5.95
%100
%1.18

Codes

Color #FCED00 in popluar color models

FCED00
RGB2522370
HSL56°100.00%49.41%
HSB/HSV56°100.00%98.82%
CMYK0.00%5.95%100.00%
1.18%

Color #FCED00 in popluar number systems.

HEXFCED00
Decimal2522370
Binary11111100111011010
Octal3743550

Shades and tints

Shades of #FCED00

#FCED00
(252,237,0)
#E6D800
(230,216,0)
#D0C300
(208,195,0)
#BAAE00
(186,174,0)
#A49900
(164,153,0)
#8E8400
(142,132,0)
#786F00
(120,111,0)
#625A00
(98,90,0)
#4C4500
(76,69,0)
#363000
(54,48,0)
#201B00
(32,27,0)
#000000
(0,0,0)

Tints of #FCED00

#FCED00
(252,237,0)
#FCEE17
(252,238,23)
#FCEF2E
(252,239,46)
#FCF045
(252,240,69)
#FCF15C
(252,241,92)
#FCF273
(252,242,115)
#FCF38A
(252,243,138)
#FCF4A1
(252,244,161)
#FCF5B8
(252,245,184)
#FCF6CF
(252,246,207)
#FCF7E6
(252,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCED00; }

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

This text font color is #FCED00.


Background Color

.myBgColor { background-color: #FCED00; }

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

This div background color is #FCED00.


Border color

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

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

This div border color is #FCED00.


Opacity

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

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

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

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

This text has shadow with #FCED00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCED00 on black background.


Color preview on white background

This text has color #FCED00 on white background.



Black color preview on #FCED00 background

This text has black color on #FCED00 background.


White color preview on #FCED00 background

This text has white color on #FCED00 background.