COLOR #FCD98A

HEX: #FCD98A
RGB: (252,217,138)

Color info

#FCD98A contains mainly red and green colors. Web safe color of #FCD98A is #FFCC99 (or #FC9).

RGB color model

#FCD98A color RGB value is (252,217,138).

  • red value is 252;
  • green value is 217;
  • blue value is 138.
RGB:
(252,217,138)
(99%,85%,54%)

RGB channels and saturation

R 252 of 255 = 99%
G 217 of 255 = 85%
B 138 of 255 = 54%

252
217
138

R + G + B ~ 79%. #FCD98A is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 217 + 138 = 607 (100%)
R 252 of 607 ~ 41.52%
G 217 of 607 ~ 35.75%
B 138 of 607 ~ 22.73%

%41.52
%35.75
%22.73

CMYK color model

#FCD98A color CMYK value is (0,14,45,1).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 45.24%
  • key color value is 1.18%
CMYK:
(0,14,45,1)
C0M14Y45K1 
(0%,14%,45%,1%)
(0.00/0.14/0.45/0.01)	

CMYK percentages

%0
%13.89
%45.24
%1.18

Codes

Color #FCD98A in popluar color models

FCD98A
RGB252217138
HSL42°95.00%76.47%
HSB/HSV42°45.24%98.82%
CMYK0.00%13.89%45.24%
1.18%

Color #FCD98A in popluar number systems.

HEXFCD98A
Decimal252217138
Binary111111001101100110001010
Octal374331212

Shades and tints

Shades of #FCD98A

#FCD98A
(252,217,138)
#E6C67E
(230,198,126)
#D0B372
(208,179,114)
#BAA066
(186,160,102)
#A48D5A
(164,141,90)
#8E7A4E
(142,122,78)
#786742
(120,103,66)
#625436
(98,84,54)
#4C412A
(76,65,42)
#362E1E
(54,46,30)
#201B12
(32,27,18)
#000000
(0,0,0)

Tints of #FCD98A

#FCD98A
(252,217,138)
#FCDC94
(252,220,148)
#FCDF9E
(252,223,158)
#FCE2A8
(252,226,168)
#FCE5B2
(252,229,178)
#FCE8BC
(252,232,188)
#FCEBC6
(252,235,198)
#FCEED0
(252,238,208)
#FCF1DA
(252,241,218)
#FCF4E4
(252,244,228)
#FCF7EE
(252,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD98A color. Also use rgb(252,217,138) instead hex code.

Text Font Color

.myTextColor { color: #FCD98A; }

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

This text font color is #FCD98A.


Background Color

.myBgColor { background-color: #FCD98A; }

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

This div background color is #FCD98A.


Border color

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

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

This div border color is #FCD98A.


Opacity

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

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

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

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

This text has shadow with #FCD98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD98A on black background.


Color preview on white background

This text has color #FCD98A on white background.



Black color preview on #FCD98A background

This text has black color on #FCD98A background.


White color preview on #FCD98A background

This text has white color on #FCD98A background.