Shades of Golden Glow #FCDC82
Tints of Golden Glow #FCDC82
RGB
CMYK
RGB Variations
Color information
#FCDC82 (or 0xFCDC82) is known color: Golden Glow. HEX triplet: FC, DC and 82. RGB value is (252,220,130). Sum of RGB (Red+Green+Blue) = 252+220+130=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC82 is #03237D. Grayscale: #DBDBDB. Windows color (decimal): -205694 or 8576252. OLE color: 8576252.
HSL color Cylindrical-coordinate representation of color #FCDC82: hue angle of 44.26º 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 #FCDC82 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 130 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 44.26º | 0.95% | 0.75% | - |
| HSV(B) | 44.26º | 0.48% | 0.99% | - |
| XYZ | 69.77 | 73.49 | 31.63 | - |
| YUV | 219.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 130 | 0 | 0.13 | 0.48 | 0.01 | 44.26 | 0.95 | 0.75 |
| Hex | FC | DC | 82 | 0 | D | 30 | 1 | 2C | 5F | 4B |
| Octal | 374 | 334 | 202 | 0 | 15 | 60 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011100 | 10000010 | 0 | 1101 | 110000 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDC82
Complementary color
Monochromatic Colors of #FCDC82
Black with #FCDC82
Text Example
Text Example
White with #FCDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC82; }
p { color: rgb(252,220,130); }
H1.HeaderClassName
{
color: #FCDC82;
}
.AnyTagClassName
{
color: #FCDC82;
}
</style>
background-color css
<style>
a { background-color: #FCDC82; }
a { background-color: rgb(252,220,130); }
div.DivClassName
{
background-color: #FCDC82;
}
.BgClassName
{
background-color: #FCDC82;
}
</style>
border-color css
<style>
span { border-color: #FCDC82; }
span { border-color: rgb(252,220,130); }
td.TdClassName
{
border-color: #FCDC82;
}
.TagClassName
{
border-color: #FCDC82;
}
</style>