COLOR #FCE423

HEX: #FCE423
RGB: (252,228,35)

Color info

#FCE423 contains mainly red and green colors. Web safe color of #FCE423 is #FFCC33 (or #FC3).

RGB color model

#FCE423 color RGB value is (252,228,35).

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

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 35 of 255 = 14%

252
228
35

R + G + B ~ 67%. #FCE423 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 228 + 35 = 515 (100%)
R 252 of 515 ~ 48.93%
G 228 of 515 ~ 44.27%
B 35 of 515 ~ 6.8%

%48.93
%44.27

CMYK color model

#FCE423 color CMYK value is (0,10,86,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 86.11%
  • key color value is 1.18%
CMYK:
(0,10,86,1)
C0M10Y86K1 
(0%,10%,86%,1%)
(0.00/0.10/0.86/0.01)	

CMYK percentages

%0
%9.52
%86.11
%1.18

Codes

Color #FCE423 in popluar color models

FCE423
RGB25222835
HSL53°97.31%56.27%
HSB/HSV53°86.11%98.82%
CMYK0.00%9.52%86.11%
1.18%

Color #FCE423 in popluar number systems.

HEXFCE423
Decimal25222835
Binary1111110011100100100011
Octal37434443

Shades and tints

Shades of #FCE423

#FCE423
(252,228,35)
#E6D020
(230,208,32)
#D0BC1D
(208,188,29)
#BAA81A
(186,168,26)
#A49417
(164,148,23)
#8E8014
(142,128,20)
#786C11
(120,108,17)
#62580E
(98,88,14)
#4C440B
(76,68,11)
#363008
(54,48,8)
#201C05
(32,28,5)
#000000
(0,0,0)

Tints of #FCE423

#FCE423
(252,228,35)
#FCE637
(252,230,55)
#FCE84B
(252,232,75)
#FCEA5F
(252,234,95)
#FCEC73
(252,236,115)
#FCEE87
(252,238,135)
#FCF09B
(252,240,155)
#FCF2AF
(252,242,175)
#FCF4C3
(252,244,195)
#FCF6D7
(252,246,215)
#FCF8EB
(252,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE423; }

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

This text font color is #FCE423.


Background Color

.myBgColor { background-color: #FCE423; }

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

This div background color is #FCE423.


Border color

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

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

This div border color is #FCE423.


Opacity

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

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

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

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

This text has shadow with #FCE423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE423 on black background.


Color preview on white background

This text has color #FCE423 on white background.



Black color preview on #FCE423 background

This text has black color on #FCE423 background.


White color preview on #FCE423 background

This text has white color on #FCE423 background.