COLOR #FCD485

HEX: #FCD485
RGB: (252,212,133)

Color info

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

RGB color model

#FCD485 color RGB value is (252,212,133).

  • red value is 252;
  • green value is 212;
  • blue value is 133.
RGB:
(252,212,133)
(99%,83%,52%)

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 133 of 255 = 52%

252
212
133

R + G + B ~ 78%. #FCD485 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 212 + 133 = 597 (100%)
R 252 of 597 ~ 42.21%
G 212 of 597 ~ 35.51%
B 133 of 597 ~ 22.28%

%42.21
%35.51
%22.28

CMYK color model

#FCD485 color CMYK value is (0,16,47,1).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 47.22%
  • key color value is 1.18%
CMYK:
(0,16,47,1)
C0M16Y47K1 
(0%,16%,47%,1%)
(0.00/0.16/0.47/0.01)	

CMYK percentages

%0
%15.87
%47.22
%1.18

Codes

Color #FCD485 in popluar color models

FCD485
RGB252212133
HSL40°95.20%75.49%
HSB/HSV40°47.22%98.82%
CMYK0.00%15.87%47.22%
1.18%

Color #FCD485 in popluar number systems.

HEXFCD485
Decimal252212133
Binary111111001101010010000101
Octal374324205

Shades and tints

Shades of #FCD485

#FCD485
(252,212,133)
#E6C179
(230,193,121)
#D0AE6D
(208,174,109)
#BA9B61
(186,155,97)
#A48855
(164,136,85)
#8E7549
(142,117,73)
#78623D
(120,98,61)
#624F31
(98,79,49)
#4C3C25
(76,60,37)
#362919
(54,41,25)
#20160D
(32,22,13)
#000000
(0,0,0)

Tints of #FCD485

#FCD485
(252,212,133)
#FCD790
(252,215,144)
#FCDA9B
(252,218,155)
#FCDDA6
(252,221,166)
#FCE0B1
(252,224,177)
#FCE3BC
(252,227,188)
#FCE6C7
(252,230,199)
#FCE9D2
(252,233,210)
#FCECDD
(252,236,221)
#FCEFE8
(252,239,232)
#FCF2F3
(252,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD485 color. Also use rgb(252,212,133) instead hex code.

Text Font Color

.myTextColor { color: #FCD485; }

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

This text font color is #FCD485.


Background Color

.myBgColor { background-color: #FCD485; }

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

This div background color is #FCD485.


Border color

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

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

This div border color is #FCD485.


Opacity

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

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

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

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

This text has shadow with #FCD485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD485 on black background.


Color preview on white background

This text has color #FCD485 on white background.



Black color preview on #FCD485 background

This text has black color on #FCD485 background.


White color preview on #FCD485 background

This text has white color on #FCD485 background.