COLOR #FCE47F

HEX: #FCE47F
RGB: (252,228,127)

Color info

#FCE47F contains mainly red and green colors. Web safe color of #FCE47F is #FFCC66 (or #FC6).

RGB color model

#FCE47F color RGB value is (252,228,127).

  • red value is 252;
  • green value is 228;
  • blue value is 127.
RGB:
(252,228,127)
(99%,89%,50%)

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 127 of 255 = 50%

252
228
127

R + G + B ~ 79%. #FCE47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 228 + 127 = 607 (100%)
R 252 of 607 ~ 41.52%
G 228 of 607 ~ 37.56%
B 127 of 607 ~ 20.92%

%41.52
%37.56
%20.92

CMYK color model

#FCE47F color CMYK value is (0,10,50,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 49.60%
  • key color value is 1.18%
CMYK:
(0,10,50,1)
C0M10Y50K1 
(0%,10%,50%,1%)
(0.00/0.10/0.50/0.01)	

CMYK percentages

%0
%9.52
%49.6
%1.18

Codes

Color #FCE47F in popluar color models

FCE47F
RGB252228127
HSL48°95.42%74.31%
HSB/HSV48°49.60%98.82%
CMYK0.00%9.52%49.60%
1.18%

Color #FCE47F in popluar number systems.

HEXFCE47F
Decimal252228127
Binary11111100111001001111111
Octal374344177

Shades and tints

Shades of #FCE47F

#FCE47F
(252,228,127)
#E6D074
(230,208,116)
#D0BC69
(208,188,105)
#BAA85E
(186,168,94)
#A49453
(164,148,83)
#8E8048
(142,128,72)
#786C3D
(120,108,61)
#625832
(98,88,50)
#4C4427
(76,68,39)
#36301C
(54,48,28)
#201C11
(32,28,17)
#000000
(0,0,0)

Tints of #FCE47F

#FCE47F
(252,228,127)
#FCE68A
(252,230,138)
#FCE895
(252,232,149)
#FCEAA0
(252,234,160)
#FCECAB
(252,236,171)
#FCEEB6
(252,238,182)
#FCF0C1
(252,240,193)
#FCF2CC
(252,242,204)
#FCF4D7
(252,244,215)
#FCF6E2
(252,246,226)
#FCF8ED
(252,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE47F color. Also use rgb(252,228,127) instead hex code.

Text Font Color

.myTextColor { color: #FCE47F; }

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

This text font color is #FCE47F.


Background Color

.myBgColor { background-color: #FCE47F; }

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

This div background color is #FCE47F.


Border color

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

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

This div border color is #FCE47F.


Opacity

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

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

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

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

This text has shadow with #FCE47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE47F on black background.


Color preview on white background

This text has color #FCE47F on white background.



Black color preview on #FCE47F background

This text has black color on #FCE47F background.


White color preview on #FCE47F background

This text has white color on #FCE47F background.