COLOR #FCE611

HEX: #FCE611
RGB: (252,230,17)

Color info

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

RGB color model

#FCE611 color RGB value is (252,230,17).

  • red value is 252;
  • green value is 230;
  • blue value is 17.
RGB:
(252,230,17)
(99%,90%,7%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 17 of 255 = 7%

252
230
17

R + G + B ~ 65%. #FCE611 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 230 + 17 = 499 (100%)
R 252 of 499 ~ 50.5%
G 230 of 499 ~ 46.09%
B 17 of 499 ~ 3.41%

%50.5
%46.09

CMYK color model

#FCE611 color CMYK value is (0,9,93,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 93.25%
  • key color value is 1.18%
CMYK:
(0,9,93,1)
C0M9Y93K1 
(0%,9%,93%,1%)
(0.00/0.09/0.93/0.01)	

CMYK percentages

%0
%8.73
%93.25
%1.18

Codes

Color #FCE611 in popluar color models

FCE611
RGB25223017
HSL54°97.51%52.75%
HSB/HSV54°93.25%98.82%
CMYK0.00%8.73%93.25%
1.18%

Color #FCE611 in popluar number systems.

HEXFCE611
Decimal25223017
Binary111111001110011010001
Octal37434621

Shades and tints

Shades of #FCE611

#FCE611
(252,230,17)
#E6D210
(230,210,16)
#D0BE0F
(208,190,15)
#BAAA0E
(186,170,14)
#A4960D
(164,150,13)
#8E820C
(142,130,12)
#786E0B
(120,110,11)
#625A0A
(98,90,10)
#4C4609
(76,70,9)
#363208
(54,50,8)
#201E07
(32,30,7)
#000000
(0,0,0)

Tints of #FCE611

#FCE611
(252,230,17)
#FCE826
(252,232,38)
#FCEA3B
(252,234,59)
#FCEC50
(252,236,80)
#FCEE65
(252,238,101)
#FCF07A
(252,240,122)
#FCF28F
(252,242,143)
#FCF4A4
(252,244,164)
#FCF6B9
(252,246,185)
#FCF8CE
(252,248,206)
#FCFAE3
(252,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE611 color. Also use rgb(252,230,17) instead hex code.

Text Font Color

.myTextColor { color: #FCE611; }

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

This text font color is #FCE611.


Background Color

.myBgColor { background-color: #FCE611; }

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

This div background color is #FCE611.


Border color

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

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

This div border color is #FCE611.


Opacity

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

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

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

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

This text has shadow with #FCE611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE611 on black background.


Color preview on white background

This text has color #FCE611 on white background.



Black color preview on #FCE611 background

This text has black color on #FCE611 background.


White color preview on #FCE611 background

This text has white color on #FCE611 background.