COLOR #FCE586

HEX: #FCE586
RGB: (252,229,134)

Color info

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

RGB color model

#FCE586 color RGB value is (252,229,134).

  • red value is 252;
  • green value is 229;
  • blue value is 134.
RGB:
(252,229,134)
(99%,90%,53%)

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 134 of 255 = 53%

252
229
134

R + G + B ~ 81%. #FCE586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 229 + 134 = 615 (100%)
R 252 of 615 ~ 40.98%
G 229 of 615 ~ 37.24%
B 134 of 615 ~ 21.79%

%40.98
%37.24
%21.79

CMYK color model

#FCE586 color CMYK value is (0,9,47,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 46.83%
  • key color value is 1.18%
CMYK:
(0,9,47,1)
C0M9Y47K1 
(0%,9%,47%,1%)
(0.00/0.09/0.47/0.01)	

CMYK percentages

%0
%9.13
%46.83
%1.18

Codes

Color #FCE586 in popluar color models

FCE586
RGB252229134
HSL48°95.16%75.69%
HSB/HSV48°46.83%98.82%
CMYK0.00%9.13%46.83%
1.18%

Color #FCE586 in popluar number systems.

HEXFCE586
Decimal252229134
Binary111111001110010110000110
Octal374345206

Shades and tints

Shades of #FCE586

#FCE586
(252,229,134)
#E6D17A
(230,209,122)
#D0BD6E
(208,189,110)
#BAA962
(186,169,98)
#A49556
(164,149,86)
#8E814A
(142,129,74)
#786D3E
(120,109,62)
#625932
(98,89,50)
#4C4526
(76,69,38)
#36311A
(54,49,26)
#201D0E
(32,29,14)
#000000
(0,0,0)

Tints of #FCE586

#FCE586
(252,229,134)
#FCE791
(252,231,145)
#FCE99C
(252,233,156)
#FCEBA7
(252,235,167)
#FCEDB2
(252,237,178)
#FCEFBD
(252,239,189)
#FCF1C8
(252,241,200)
#FCF3D3
(252,243,211)
#FCF5DE
(252,245,222)
#FCF7E9
(252,247,233)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE586 color. Also use rgb(252,229,134) instead hex code.

Text Font Color

.myTextColor { color: #FCE586; }

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

This text font color is #FCE586.


Background Color

.myBgColor { background-color: #FCE586; }

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

This div background color is #FCE586.


Border color

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

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

This div border color is #FCE586.


Opacity

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

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

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

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

This text has shadow with #FCE586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE586 on black background.


Color preview on white background

This text has color #FCE586 on white background.



Black color preview on #FCE586 background

This text has black color on #FCE586 background.


White color preview on #FCE586 background

This text has white color on #FCE586 background.