COLOR #FCE068

HEX: #FCE068
RGB: (252,224,104)

Color info

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

RGB color model

#FCE068 color RGB value is (252,224,104).

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

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 104 of 255 = 41%

252
224
104

R + G + B ~ 76%. #FCE068 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 224 + 104 = 580 (100%)
R 252 of 580 ~ 43.45%
G 224 of 580 ~ 38.62%
B 104 of 580 ~ 17.93%

%43.45
%38.62
%17.93

CMYK color model

#FCE068 color CMYK value is (0,11,59,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 58.73%
  • key color value is 1.18%
CMYK:
(0,11,59,1)
C0M11Y59K1 
(0%,11%,59%,1%)
(0.00/0.11/0.59/0.01)	

CMYK percentages

%0
%11.11
%58.73
%1.18

Codes

Color #FCE068 in popluar color models

FCE068
RGB252224104
HSL49°96.10%69.80%
HSB/HSV49°58.73%98.82%
CMYK0.00%11.11%58.73%
1.18%

Color #FCE068 in popluar number systems.

HEXFCE068
Decimal252224104
Binary11111100111000001101000
Octal374340150

Shades and tints

Shades of #FCE068

#FCE068
(252,224,104)
#E6CC5F
(230,204,95)
#D0B856
(208,184,86)
#BAA44D
(186,164,77)
#A49044
(164,144,68)
#8E7C3B
(142,124,59)
#786832
(120,104,50)
#625429
(98,84,41)
#4C4020
(76,64,32)
#362C17
(54,44,23)
#20180E
(32,24,14)
#000000
(0,0,0)

Tints of #FCE068

#FCE068
(252,224,104)
#FCE275
(252,226,117)
#FCE482
(252,228,130)
#FCE68F
(252,230,143)
#FCE89C
(252,232,156)
#FCEAA9
(252,234,169)
#FCECB6
(252,236,182)
#FCEEC3
(252,238,195)
#FCF0D0
(252,240,208)
#FCF2DD
(252,242,221)
#FCF4EA
(252,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE068; }

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

This text font color is #FCE068.


Background Color

.myBgColor { background-color: #FCE068; }

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

This div background color is #FCE068.


Border color

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

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

This div border color is #FCE068.


Opacity

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

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

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

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

This text has shadow with #FCE068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE068 on black background.


Color preview on white background

This text has color #FCE068 on white background.



Black color preview on #FCE068 background

This text has black color on #FCE068 background.


White color preview on #FCE068 background

This text has white color on #FCE068 background.