#FCD98B

Color #FCD98B Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FCD98B

Tints of Golden Glow #FCD98B

Color information

#FCD98B (or 0xFCD98B) is unknown color: approx Golden Glow. HEX triplet: FC, D9 and 8B. RGB value is (252,217,139). Sum of RGB (Red+Green+Blue) = 252+217+139=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD98B is #032674. Grayscale: #DADADA. Windows color (decimal): -206453 or 9165308. OLE color: 9165308.

HSL color Cylindrical-coordinate representation of color #FCD98B: hue angle of 41.42º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCD98B is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB252217139-
CMYK00.140.450.01
HSL41.42º94.96%76.67%-
HSV(B)41.42º44.84%98.82%-
XYZ69.6272.1934.69-
YUV218.5783.1151.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 139 (54.69% from 255) = 22.86%
R=41.45%
G=35.69%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221713900.140.450.0141.4294.9676.67
HexFCD98B0E2D1295f4d
Octal37433121301655151137115
Binary11111100110110011000101101110101101110100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD98B; }

 p { color: rgb(252,217,139); }

 H1.HeaderClassName
 {
   color: #FCD98B;
 }
 .AnyTagClassName
 {
   color: #FCD98B;
 }
</style>
background-color css

<style>
 a { background-color: #FCD98B; }

 a { background-color: rgb(252,217,139); }

 div.DivClassName
 {
   background-color: #FCD98B;
 }
 .BgClassName
 {
   background-color: #FCD98B;
 }
</style>
border-color css

<style>
 span { border-color: #FCD98B; }

 span { border-color: rgb(252,217,139); }

 td.TdClassName
 {
   border-color: #FCD98B;
 }
 .TagClassName
 {
   border-color: #FCD98B;
 }
</style>