COLOR #FCE086

HEX: #FCE086
RGB: (252,224,134)

Color info

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

RGB color model

#FCE086 color RGB value is (252,224,134).

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

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 134 of 255 = 53%

252
224
134

R + G + B ~ 80%. #FCE086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 224 + 134 = 610 (100%)
R 252 of 610 ~ 41.31%
G 224 of 610 ~ 36.72%
B 134 of 610 ~ 21.97%

%41.31
%36.72
%21.97

CMYK color model

#FCE086 color CMYK value is (0,11,47,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 46.83%
  • key color value is 1.18%
CMYK:
(0,11,47,1)
C0M11Y47K1 
(0%,11%,47%,1%)
(0.00/0.11/0.47/0.01)	

CMYK percentages

%0
%11.11
%46.83
%1.18

Codes

Color #FCE086 in popluar color models

FCE086
RGB252224134
HSL46°95.16%75.69%
HSB/HSV46°46.83%98.82%
CMYK0.00%11.11%46.83%
1.18%

Color #FCE086 in popluar number systems.

HEXFCE086
Decimal252224134
Binary111111001110000010000110
Octal374340206

Shades and tints

Shades of #FCE086

#FCE086
(252,224,134)
#E6CC7A
(230,204,122)
#D0B86E
(208,184,110)
#BAA462
(186,164,98)
#A49056
(164,144,86)
#8E7C4A
(142,124,74)
#78683E
(120,104,62)
#625432
(98,84,50)
#4C4026
(76,64,38)
#362C1A
(54,44,26)
#20180E
(32,24,14)
#000000
(0,0,0)

Tints of #FCE086

#FCE086
(252,224,134)
#FCE291
(252,226,145)
#FCE49C
(252,228,156)
#FCE6A7
(252,230,167)
#FCE8B2
(252,232,178)
#FCEABD
(252,234,189)
#FCECC8
(252,236,200)
#FCEED3
(252,238,211)
#FCF0DE
(252,240,222)
#FCF2E9
(252,242,233)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE086; }

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

This text font color is #FCE086.


Background Color

.myBgColor { background-color: #FCE086; }

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

This div background color is #FCE086.


Border color

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

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

This div border color is #FCE086.


Opacity

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

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

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

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

This text has shadow with #FCE086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE086 on black background.


Color preview on white background

This text has color #FCE086 on white background.



Black color preview on #FCE086 background

This text has black color on #FCE086 background.


White color preview on #FCE086 background

This text has white color on #FCE086 background.