COLOR #FCF49A

HEX: #FCF49A RGB: (252,244,154)

Color info

#FCF49A contains mainly red and green colors. Web safe color of #FCF49A is #FFFF99 (or #FF9).

RGB color model

#FCF49A color RGB value is (252,244,154).

RGB: (252,244,154) (99%, 96%, 60%)

RGB channels and saturation

R 252 of 255 = 99%
G 244 of 255 = 96%
B 154 of 255 = 60%

252
244
154

R + G + B ~ 85%. #FCF49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 244 + 154 = 650 (100%)
R 252 of 650 ~ 38.77%
G 244 of 650 ~ 37.54%
B 154 of 650 ~ 23.69'%

%38.77
%37.54
%23.69

CMYK color model

#FCF49A color CMYK value is (0,3,39,1).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 38.89%
  • key color value is 1.18%

CMYK: (0,3,39,1)
C0M3Y39K1 (0%, 3%, 39%, 1%)
(0.00 / 0.03 / 0.39 / 0.01)

CMYK percentages

%0
%3.17
%38.89
%1.18

Codes

Color #FCF49A in popluar color models

FC F4 9A
RGB 252 244 154
HSL 55° 94.23% 79.61%
HSB/HSV 55° 38.89% 98.82%
CMYK 0.00% 3.17% 38.89%
1.18%

Color #FCF49A in popluar number systems.

HEX FC F4 9A
Decimal 252 244 154
Binary 11111100 11110100 10011010
Octal 374 364 232

Shades and tints

Shades of #FCF49A

#FCF49A
(252,244,154)
#E6DE8C
(230,222,140)
#D0C87E
(208,200,126)
#BAB270
(186,178,112)
#A49C62
(164,156,98)
#8E8654
(142,134,84)
#787046
(120,112,70)
#625A38
(98,90,56)
#4C442A
(76,68,42)
#362E1C
(54,46,28)
#20180E
(32,24,14)
#000000
(0,0,0)

Tints of #FCF49A

#FCF49A
(252,244,154)
#FCF5A3
(252,245,163)
#FCF6AC
(252,246,172)
#FCF7B5
(252,247,181)
#FCF8BE
(252,248,190)
#FCF9C7
(252,249,199)
#FCFAD0
(252,250,208)
#FCFBD9
(252,251,217)
#FCFCE2
(252,252,226)
#FCFDEB
(252,253,235)
#FCFEF4
(252,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF49A color. Also use rgb(252,244,154) instead hex code.

Text Font Color

.myTextColor { color: #FCF49A; }

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

This text font color is #FCF49A.

Background Color

.myBgColor { background-color: #FCF49A; }

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

This div background color is #FCF49A.

Border color

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

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

This div border color is #FCF49A.

Opacity

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

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

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

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

This text has shadow with #FCF49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF49A.

Preview

Color preview on black background

This text has color #FCF49A on black background.


Color preview on white background

This text has color #FCF49A on white background.


Black color preview on #FCF49A background

This text has black color on #FCF49A background.


White color preview on #FCF49A background

This text has white color on #FCF49A background.


Related colors

Complementary color

Complementary color for #hex is #030B65.


I love getcolorcode.com

Triadic colors

1 #9AFCF4 and #F49AFC with #FCF49A are triadic colors.

2 #9AF4FC and #F4FC9A with #FCF49A are triadic colors.