COLOR #FCDD22

HEX: #FCDD22
RGB: (252,221,34)

Color info

#FCDD22 contains mainly red and green colors. Web safe color of #FCDD22 is #FFCC33 (or #FC3).

RGB color model

#FCDD22 color RGB value is (252,221,34).

  • red value is 252;
  • green value is 221;
  • blue value is 34.
RGB:
(252,221,34)
(99%,87%,13%)

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 34 of 255 = 13%

252
221
34

R + G + B ~ 66%. #FCDD22 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 221 + 34 = 507 (100%)
R 252 of 507 ~ 49.7%
G 221 of 507 ~ 43.59%
B 34 of 507 ~ 6.71%

%49.7
%43.59

CMYK color model

#FCDD22 color CMYK value is (0,12,87,1).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 86.51%
  • key color value is 1.18%
CMYK:
(0,12,87,1)
C0M12Y87K1 
(0%,12%,87%,1%)
(0.00/0.12/0.87/0.01)	

CMYK percentages

%0
%12.3
%86.51
%1.18

Codes

Color #FCDD22 in popluar color models

FCDD22
RGB25222134
HSL51°97.32%56.08%
HSB/HSV51°86.51%98.82%
CMYK0.00%12.30%86.51%
1.18%

Color #FCDD22 in popluar number systems.

HEXFCDD22
Decimal25222134
Binary1111110011011101100010
Octal37433542

Shades and tints

Shades of #FCDD22

#FCDD22
(252,221,34)
#E6C91F
(230,201,31)
#D0B51C
(208,181,28)
#BAA119
(186,161,25)
#A48D16
(164,141,22)
#8E7913
(142,121,19)
#786510
(120,101,16)
#62510D
(98,81,13)
#4C3D0A
(76,61,10)
#362907
(54,41,7)
#201504
(32,21,4)
#000000
(0,0,0)

Tints of #FCDD22

#FCDD22
(252,221,34)
#FCE036
(252,224,54)
#FCE34A
(252,227,74)
#FCE65E
(252,230,94)
#FCE972
(252,233,114)
#FCEC86
(252,236,134)
#FCEF9A
(252,239,154)
#FCF2AE
(252,242,174)
#FCF5C2
(252,245,194)
#FCF8D6
(252,248,214)
#FCFBEA
(252,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDD22 color. Also use rgb(252,221,34) instead hex code.

Text Font Color

.myTextColor { color: #FCDD22; }

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

This text font color is #FCDD22.


Background Color

.myBgColor { background-color: #FCDD22; }

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

This div background color is #FCDD22.


Border color

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

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

This div border color is #FCDD22.


Opacity

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

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

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

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

This text has shadow with #FCDD22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDD22 on black background.


Color preview on white background

This text has color #FCDD22 on white background.



Black color preview on #FCDD22 background

This text has black color on #FCDD22 background.


White color preview on #FCDD22 background

This text has white color on #FCDD22 background.