COLOR #FCEB60

HEX: #FCEB60
RGB: (252,235,96)

Color info

#FCEB60 contains mainly red and green colors. Web safe color of #FCEB60 is #FFFF66 (or #FF6).

RGB color model

#FCEB60 color RGB value is (252,235,96).

  • red value is 252;
  • green value is 235;
  • blue value is 96.
RGB:
(252,235,96)
(99%,92%,38%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 96 of 255 = 38%

252
235
96

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

Portions of RGB colors in percentages

R + G + B =
252 + 235 + 96 = 583 (100%)
R 252 of 583 ~ 43.22%
G 235 of 583 ~ 40.31%
B 96 of 583 ~ 16.47%

%43.22
%40.31
%16.47

CMYK color model

#FCEB60 color CMYK value is (0,7,62,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 61.90%
  • key color value is 1.18%
CMYK:
(0,7,62,1)
C0M7Y62K1 
(0%,7%,62%,1%)
(0.00/0.07/0.62/0.01)	

CMYK percentages

%0
%6.75
%61.9
%1.18

Codes

Color #FCEB60 in popluar color models

FCEB60
RGB25223596
HSL53°96.30%68.24%
HSB/HSV53°61.90%98.82%
CMYK0.00%6.75%61.90%
1.18%

Color #FCEB60 in popluar number systems.

HEXFCEB60
Decimal25223596
Binary11111100111010111100000
Octal374353140

Shades and tints

Shades of #FCEB60

#FCEB60
(252,235,96)
#E6D658
(230,214,88)
#D0C150
(208,193,80)
#BAAC48
(186,172,72)
#A49740
(164,151,64)
#8E8238
(142,130,56)
#786D30
(120,109,48)
#625828
(98,88,40)
#4C4320
(76,67,32)
#362E18
(54,46,24)
#201910
(32,25,16)
#000000
(0,0,0)

Tints of #FCEB60

#FCEB60
(252,235,96)
#FCEC6E
(252,236,110)
#FCED7C
(252,237,124)
#FCEE8A
(252,238,138)
#FCEF98
(252,239,152)
#FCF0A6
(252,240,166)
#FCF1B4
(252,241,180)
#FCF2C2
(252,242,194)
#FCF3D0
(252,243,208)
#FCF4DE
(252,244,222)
#FCF5EC
(252,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEB60 color. Also use rgb(252,235,96) instead hex code.

Text Font Color

.myTextColor { color: #FCEB60; }

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

This text font color is #FCEB60.


Background Color

.myBgColor { background-color: #FCEB60; }

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

This div background color is #FCEB60.


Border color

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

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

This div border color is #FCEB60.


Opacity

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

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

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

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

This text has shadow with #FCEB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEB60 on black background.


Color preview on white background

This text has color #FCEB60 on white background.



Black color preview on #FCEB60 background

This text has black color on #FCEB60 background.


White color preview on #FCEB60 background

This text has white color on #FCEB60 background.