COLOR #FCE40D

HEX: #FCE40D
RGB: (252,228,13)

Color info

#FCE40D contains mainly red and green colors. Web safe color of #FCE40D is #FFCC00 (or #FC0).

RGB color model

#FCE40D color RGB value is (252,228,13).

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

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 13 of 255 = 5%

252
228
13

R + G + B ~ 64%. #FCE40D is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 228 + 13 = 493 (100%)
R 252 of 493 ~ 51.12%
G 228 of 493 ~ 46.25%
B 13 of 493 ~ 2.64%

%51.12
%46.25

CMYK color model

#FCE40D color CMYK value is (0,10,95,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 94.84%
  • key color value is 1.18%
CMYK:
(0,10,95,1)
C0M10Y95K1 
(0%,10%,95%,1%)
(0.00/0.10/0.95/0.01)	

CMYK percentages

%0
%9.52
%94.84
%1.18

Codes

Color #FCE40D in popluar color models

FCE40D
RGB25222813
HSL54°97.55%51.96%
HSB/HSV54°94.84%98.82%
CMYK0.00%9.52%94.84%
1.18%

Color #FCE40D in popluar number systems.

HEXFCE40D
Decimal25222813
Binary11111100111001001101
Octal37434415

Shades and tints

Shades of #FCE40D

#FCE40D
(252,228,13)
#E6D00C
(230,208,12)
#D0BC0B
(208,188,11)
#BAA80A
(186,168,10)
#A49409
(164,148,9)
#8E8008
(142,128,8)
#786C07
(120,108,7)
#625806
(98,88,6)
#4C4405
(76,68,5)
#363004
(54,48,4)
#201C03
(32,28,3)
#000000
(0,0,0)

Tints of #FCE40D

#FCE40D
(252,228,13)
#FCE623
(252,230,35)
#FCE839
(252,232,57)
#FCEA4F
(252,234,79)
#FCEC65
(252,236,101)
#FCEE7B
(252,238,123)
#FCF091
(252,240,145)
#FCF2A7
(252,242,167)
#FCF4BD
(252,244,189)
#FCF6D3
(252,246,211)
#FCF8E9
(252,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE40D; }

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

This text font color is #FCE40D.


Background Color

.myBgColor { background-color: #FCE40D; }

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

This div background color is #FCE40D.


Border color

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

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

This div border color is #FCE40D.


Opacity

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

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

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

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

This text has shadow with #FCE40D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE40D on black background.


Color preview on white background

This text has color #FCE40D on white background.



Black color preview on #FCE40D background

This text has black color on #FCE40D background.


White color preview on #FCE40D background

This text has white color on #FCE40D background.