Shades of Golden Glow #FCD784
Tints of Golden Glow #FCD784
RGB
CMYK
RGB Variations
Color information
#FCD784 (or 0xFCD784) is known color: Golden Glow. HEX triplet: FC, D7 and 84. RGB value is (252,215,132). Sum of RGB (Red+Green+Blue) = 252+215+132=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 132 (51.95% from 255 or 22.04% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD784 is #03287B. Grayscale: #D8D8D8. Windows color (decimal): -206972 or 8706044. OLE color: 8706044.
HSL color Cylindrical-coordinate representation of color #FCD784: hue angle of 41.5º 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 #FCD784 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 132 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.01 |
| HSL | 41.5º | 0.95% | 0.75% | - |
| HSV(B) | 41.5º | 0.48% | 0.99% | - |
| XYZ | 68.61 | 70.96 | 31.91 | - |
| YUV | 216.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 132 | 0 | 0.15 | 0.48 | 0.01 | 41.5 | 0.95 | 0.75 |
| Hex | FC | D7 | 84 | 0 | F | 30 | 1 | 2A | 5F | 4B |
| Octal | 374 | 327 | 204 | 0 | 17 | 60 | 1 | 52 | 137 | 113 |
| Binary | 11111100 | 11010111 | 10000100 | 0 | 1111 | 110000 | 1 | 101010 | 1011111 | 1001011 |
Color Harmonies of #FCD784
Complementary color
Monochromatic Colors of #FCD784
Black with #FCD784
Text Example
Text Example
White with #FCD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD784; }
p { color: rgb(252,215,132); }
H1.HeaderClassName
{
color: #FCD784;
}
.AnyTagClassName
{
color: #FCD784;
}
</style>
background-color css
<style>
a { background-color: #FCD784; }
a { background-color: rgb(252,215,132); }
div.DivClassName
{
background-color: #FCD784;
}
.BgClassName
{
background-color: #FCD784;
}
</style>
border-color css
<style>
span { border-color: #FCD784; }
span { border-color: rgb(252,215,132); }
td.TdClassName
{
border-color: #FCD784;
}
.TagClassName
{
border-color: #FCD784;
}
</style>