COLOR #FCF54C

HEX: #FCF54C
RGB: (252,245,76)

Color info

#FCF54C contains mainly red and green colors. Web safe color of #FCF54C is #FFFF33 (or #FF3).

RGB color model

#FCF54C color RGB value is (252,245,76).

  • red value is 252;
  • green value is 245;
  • blue value is 76.
RGB:
(252,245,76)
(99%,96%,30%)

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 76 of 255 = 30%

252
245
76

R + G + B ~ 75%. #FCF54C is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 245 + 76 = 573 (100%)
R 252 of 573 ~ 43.98%
G 245 of 573 ~ 42.76%
B 76 of 573 ~ 13.26%

%43.98
%42.76
%13.26

CMYK color model

#FCF54C color CMYK value is (0,3,70,1).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 69.84%
  • key color value is 1.18%
CMYK:
(0,3,70,1)
C0M3Y70K1 
(0%,3%,70%,1%)
(0.00/0.03/0.70/0.01)	

CMYK percentages

%0
%2.78
%69.84
%1.18

Codes

Color #FCF54C in popluar color models

FCF54C
RGB25224576
HSL58°96.70%64.31%
HSB/HSV58°69.84%98.82%
CMYK0.00%2.78%69.84%
1.18%

Color #FCF54C in popluar number systems.

HEXFCF54C
Decimal25224576
Binary11111100111101011001100
Octal374365114

Shades and tints

Shades of #FCF54C

#FCF54C
(252,245,76)
#E6DF46
(230,223,70)
#D0C940
(208,201,64)
#BAB33A
(186,179,58)
#A49D34
(164,157,52)
#8E872E
(142,135,46)
#787128
(120,113,40)
#625B22
(98,91,34)
#4C451C
(76,69,28)
#362F16
(54,47,22)
#201910
(32,25,16)
#000000
(0,0,0)

Tints of #FCF54C

#FCF54C
(252,245,76)
#FCF55C
(252,245,92)
#FCF56C
(252,245,108)
#FCF57C
(252,245,124)
#FCF58C
(252,245,140)
#FCF59C
(252,245,156)
#FCF5AC
(252,245,172)
#FCF5BC
(252,245,188)
#FCF5CC
(252,245,204)
#FCF5DC
(252,245,220)
#FCF5EC
(252,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF54C color. Also use rgb(252,245,76) instead hex code.

Text Font Color

.myTextColor { color: #FCF54C; }

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

This text font color is #FCF54C.


Background Color

.myBgColor { background-color: #FCF54C; }

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

This div background color is #FCF54C.


Border color

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

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

This div border color is #FCF54C.


Opacity

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

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

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

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

This text has shadow with #FCF54C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF54C on black background.


Color preview on white background

This text has color #FCF54C on white background.



Black color preview on #FCF54C background

This text has black color on #FCF54C background.


White color preview on #FCF54C background

This text has white color on #FCF54C background.