COLOR #FCD282

HEX: #FCD282
RGB: (252,210,130)

Color info

#FCD282 contains mainly red and green colors. Web safe color of #FCD282 is #FFCC99 (or #FC9).

RGB color model

#FCD282 color RGB value is (252,210,130).

  • red value is 252;
  • green value is 210;
  • blue value is 130.
RGB:
(252,210,130)
(99%,82%,51%)

RGB channels and saturation

R 252 of 255 = 99%
G 210 of 255 = 82%
B 130 of 255 = 51%

252
210
130

R + G + B ~ 77%. #FCD282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 210 + 130 = 592 (100%)
R 252 of 592 ~ 42.57%
G 210 of 592 ~ 35.47%
B 130 of 592 ~ 21.96%

%42.57
%35.47
%21.96

CMYK color model

#FCD282 color CMYK value is (0,17,48,1).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 48.41%
  • key color value is 1.18%
CMYK:
(0,17,48,1)
C0M17Y48K1 
(0%,17%,48%,1%)
(0.00/0.17/0.48/0.01)	

CMYK percentages

%0
%16.67
%48.41
%1.18

Codes

Color #FCD282 in popluar color models

FCD282
RGB252210130
HSL39°95.31%74.90%
HSB/HSV39°48.41%98.82%
CMYK0.00%16.67%48.41%
1.18%

Color #FCD282 in popluar number systems.

HEXFCD282
Decimal252210130
Binary111111001101001010000010
Octal374322202

Shades and tints

Shades of #FCD282

#FCD282
(252,210,130)
#E6BF77
(230,191,119)
#D0AC6C
(208,172,108)
#BA9961
(186,153,97)
#A48656
(164,134,86)
#8E734B
(142,115,75)
#786040
(120,96,64)
#624D35
(98,77,53)
#4C3A2A
(76,58,42)
#36271F
(54,39,31)
#201414
(32,20,20)
#000000
(0,0,0)

Tints of #FCD282

#FCD282
(252,210,130)
#FCD68D
(252,214,141)
#FCDA98
(252,218,152)
#FCDEA3
(252,222,163)
#FCE2AE
(252,226,174)
#FCE6B9
(252,230,185)
#FCEAC4
(252,234,196)
#FCEECF
(252,238,207)
#FCF2DA
(252,242,218)
#FCF6E5
(252,246,229)
#FCFAF0
(252,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD282 color. Also use rgb(252,210,130) instead hex code.

Text Font Color

.myTextColor { color: #FCD282; }

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

This text font color is #FCD282.


Background Color

.myBgColor { background-color: #FCD282; }

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

This div background color is #FCD282.


Border color

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

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

This div border color is #FCD282.


Opacity

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

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

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

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

This text has shadow with #FCD282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD282 on black background.


Color preview on white background

This text has color #FCD282 on white background.



Black color preview on #FCD282 background

This text has black color on #FCD282 background.


White color preview on #FCD282 background

This text has white color on #FCD282 background.