#FCD980

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

Shades of Golden Glow #FCD980

Tints of Golden Glow #FCD980

Color information

#FCD980 (or 0xFCD980) is unknown color: approx Golden Glow. HEX triplet: FC, D9 and 80. RGB value is (252,217,128). Sum of RGB (Red+Green+Blue) = 252+217+128=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD980 is #03267F. Grayscale: #D9D9D9. Windows color (decimal): -206464 or 8444412. OLE color: 8444412.

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

Color convert

RGB252217128-
CMYK00.140.490.01
HSL43.06º95.38%74.51%-
HSV(B)43.06º49.21%98.82%-
XYZ68.8571.8830.67-
YUV217.3277.6152.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 128 (50.39% from 255) = 21.44%
R=42.21%
G=36.35%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221712800.140.490.0143.0695.3874.51
HexFCD9800E3112b5f4b
Octal37433120001661153137113
Binary11111100110110011000000001110110001110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD980; }

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

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

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

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

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

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

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

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