COLOR #FCF978

HEX: #FCF978
RGB: (252,249,120)

Color info

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

RGB color model

#FCF978 color RGB value is (252,249,120).

  • red value is 252;
  • green value is 249;
  • blue value is 120.
RGB:
(252,249,120)
(99%,98%,47%)

RGB channels and saturation

R 252 of 255 = 99%
G 249 of 255 = 98%
B 120 of 255 = 47%

252
249
120

R + G + B ~ 81%. #FCF978 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 249 + 120 = 621 (100%)
R 252 of 621 ~ 40.58%
G 249 of 621 ~ 40.1%
B 120 of 621 ~ 19.32%

%40.58
%40.1
%19.32

CMYK color model

#FCF978 color CMYK value is (0,1,52,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 52.38%
  • key color value is 1.18%
CMYK:
(0,1,52,1)
C0M1Y52K1 
(0%,1%,52%,1%)
(0.00/0.01/0.52/0.01)	

CMYK percentages

%0
%1.19
%52.38
%1.18

Codes

Color #FCF978 in popluar color models

FCF978
RGB252249120
HSL59°95.65%72.94%
HSB/HSV59°52.38%98.82%
CMYK0.00%1.19%52.38%
1.18%

Color #FCF978 in popluar number systems.

HEXFCF978
Decimal252249120
Binary11111100111110011111000
Octal374371170

Shades and tints

Shades of #FCF978

#FCF978
(252,249,120)
#E6E36E
(230,227,110)
#D0CD64
(208,205,100)
#BAB75A
(186,183,90)
#A4A150
(164,161,80)
#8E8B46
(142,139,70)
#78753C
(120,117,60)
#625F32
(98,95,50)
#4C4928
(76,73,40)
#36331E
(54,51,30)
#201D14
(32,29,20)
#000000
(0,0,0)

Tints of #FCF978

#FCF978
(252,249,120)
#FCF984
(252,249,132)
#FCF990
(252,249,144)
#FCF99C
(252,249,156)
#FCF9A8
(252,249,168)
#FCF9B4
(252,249,180)
#FCF9C0
(252,249,192)
#FCF9CC
(252,249,204)
#FCF9D8
(252,249,216)
#FCF9E4
(252,249,228)
#FCF9F0
(252,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF978 color. Also use rgb(252,249,120) instead hex code.

Text Font Color

.myTextColor { color: #FCF978; }

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

This text font color is #FCF978.


Background Color

.myBgColor { background-color: #FCF978; }

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

This div background color is #FCF978.


Border color

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

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

This div border color is #FCF978.


Opacity

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

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

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

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

This text has shadow with #FCF978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF978 on black background.


Color preview on white background

This text has color #FCF978 on white background.



Black color preview on #FCF978 background

This text has black color on #FCF978 background.


White color preview on #FCF978 background

This text has white color on #FCF978 background.