#FCD882

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

Shades of Golden Glow #FCD882

Tints of Golden Glow #FCD882

Color information

#FCD882 (or 0xFCD882) is unknown color: approx Golden Glow. HEX triplet: FC, D8 and 82. RGB value is (252,216,130). Sum of RGB (Red+Green+Blue) = 252+216+130=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD882 is #03277D. Grayscale: #D9D9D9. Windows color (decimal): -206718 or 8575228. OLE color: 8575228.

HSL color Cylindrical-coordinate representation of color #FCD882: hue angle of 42.3º 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 #FCD882 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252216130-
CMYK00.140.480.01
HSL42.3º95.31%74.9%-
HSV(B)42.3º48.41%98.82%-
XYZ68.7371.4231.28-
YUV216.9678.93152.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 216 (84.77% from 255) = 36.12%
BLUE value IS 130 (51.17% from 255) = 21.74%
R=42.14%
G=36.12%
B=21.74%

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
Decimal25221613000.140.480.0142.395.3174.9
HexFCD8820E3012a5f4b
Octal37433020201660152137113
Binary11111100110110001000001001110110000110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD882; }

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

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

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

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

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

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

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

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