Shades of Golden Glow #FCDB82
Tints of Golden Glow #FCDB82
RGB
CMYK
RGB Variations
Color information
#FCDB82 (or 0xFCDB82) is known color: Golden Glow. HEX triplet: FC, DB and 82. RGB value is (252,219,130). Sum of RGB (Red+Green+Blue) = 252+219+130=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB82 is #03247D. Grayscale: #DBDBDB. Windows color (decimal): -205950 or 8575996. OLE color: 8575996.
HSL color Cylindrical-coordinate representation of color #FCDB82: hue angle of 43.77º 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 #FCDB82 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 130 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 43.77º | 0.95% | 0.75% | - |
| HSV(B) | 43.77º | 0.48% | 0.99% | - |
| XYZ | 69.51 | 72.97 | 31.54 | - |
| YUV | 218.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 130 | 0 | 0.13 | 0.48 | 0.01 | 43.77 | 0.95 | 0.75 |
| Hex | FC | DB | 82 | 0 | D | 30 | 1 | 2C | 5F | 4B |
| Octal | 374 | 333 | 202 | 0 | 15 | 60 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011011 | 10000010 | 0 | 1101 | 110000 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDB82
Complementary color
Monochromatic Colors of #FCDB82
Black with #FCDB82
Text Example
Text Example
White with #FCDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB82; }
p { color: rgb(252,219,130); }
H1.HeaderClassName
{
color: #FCDB82;
}
.AnyTagClassName
{
color: #FCDB82;
}
</style>
background-color css
<style>
a { background-color: #FCDB82; }
a { background-color: rgb(252,219,130); }
div.DivClassName
{
background-color: #FCDB82;
}
.BgClassName
{
background-color: #FCDB82;
}
</style>
border-color css
<style>
span { border-color: #FCDB82; }
span { border-color: rgb(252,219,130); }
td.TdClassName
{
border-color: #FCDB82;
}
.TagClassName
{
border-color: #FCDB82;
}
</style>