COLOR #FCD532

HEX: #FCD532
RGB: (252,213,50)

Color info

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

RGB color model

#FCD532 color RGB value is (252,213,50).

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

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 50 of 255 = 20%

252
213
50

R + G + B ~ 68%. #FCD532 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 50 = 515 (100%)
R 252 of 515 ~ 48.93%
G 213 of 515 ~ 41.36%
B 50 of 515 ~ 9.71%

%48.93
%41.36
%9.71

CMYK color model

#FCD532 color CMYK value is (0,15,80,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 80.16%
  • key color value is 1.18%
CMYK:
(0,15,80,1)
C0M15Y80K1 
(0%,15%,80%,1%)
(0.00/0.15/0.80/0.01)	

CMYK percentages

%0
%15.48
%80.16
%1.18

Codes

Color #FCD532 in popluar color models

FCD532
RGB25221350
HSL48°97.12%59.22%
HSB/HSV48°80.16%98.82%
CMYK0.00%15.48%80.16%
1.18%

Color #FCD532 in popluar number systems.

HEXFCD532
Decimal25221350
Binary1111110011010101110010
Octal37432562

Shades and tints

Shades of #FCD532

#FCD532
(252,213,50)
#E6C22E
(230,194,46)
#D0AF2A
(208,175,42)
#BA9C26
(186,156,38)
#A48922
(164,137,34)
#8E761E
(142,118,30)
#78631A
(120,99,26)
#625016
(98,80,22)
#4C3D12
(76,61,18)
#362A0E
(54,42,14)
#20170A
(32,23,10)
#000000
(0,0,0)

Tints of #FCD532

#FCD532
(252,213,50)
#FCD844
(252,216,68)
#FCDB56
(252,219,86)
#FCDE68
(252,222,104)
#FCE17A
(252,225,122)
#FCE48C
(252,228,140)
#FCE79E
(252,231,158)
#FCEAB0
(252,234,176)
#FCEDC2
(252,237,194)
#FCF0D4
(252,240,212)
#FCF3E6
(252,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD532; }

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

This text font color is #FCD532.


Background Color

.myBgColor { background-color: #FCD532; }

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

This div background color is #FCD532.


Border color

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

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

This div border color is #FCD532.


Opacity

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

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

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

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

This text has shadow with #FCD532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD532 on black background.


Color preview on white background

This text has color #FCD532 on white background.



Black color preview on #FCD532 background

This text has black color on #FCD532 background.


White color preview on #FCD532 background

This text has white color on #FCD532 background.