#fcd982

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

Shades of Golden Glow #FCD982

Tints of Golden Glow #FCD982

Color information

#FCD982 (or 0xFCD982) is unknown color: approx Golden Glow. HEX triplet: FC, D9 and 82. RGB value is (252,217,130). Sum of RGB (Red+Green+Blue) = 252+217+130=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD982 is #03267D. Grayscale: #D9D9D9. Windows color (decimal): -206462 or 8575484. OLE color: 8575484.

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

Color convert

RGB252217130-
CMYK00.140.480.01
HSL42.79º95.31%74.9%-
HSV(B)42.79º48.41%98.82%-
XYZ68.9971.9331.37-
YUV217.5578.6152.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 130 (51.17% from 255) = 21.70%
R=42.07%
G=36.23%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221713000.140.480.0142.7995.3174.9
HexFCD9820E3012b5f4b
Octal37433120201660153137113
Binary11111100110110011000001001110110000110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcd982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcd982; }

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

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

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

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

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

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

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

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