Shades of Golden Glow #FCD789
Tints of Golden Glow #FCD789
RGB
CMYK
RGB Variations
Color information
#FCD789 (or 0xFCD789) is known color: Golden Glow. HEX triplet: FC, D7 and 89. RGB value is (252,215,137). Sum of RGB (Red+Green+Blue) = 252+215+137=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD789 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD789 is #032876. Grayscale: #D9D9D9. Windows color (decimal): -206967 or 9033724. OLE color: 9033724.
HSL color Cylindrical-coordinate representation of color #FCD789: hue angle of 40.7º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCD789 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 137 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.01 |
| HSL | 40.7º | 0.95% | 0.76% | - |
| HSV(B) | 40.7º | 0.46% | 0.99% | - |
| XYZ | 68.96 | 71.1 | 33.76 | - |
| YUV | 217.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 137 | 0 | 0.15 | 0.46 | 0.01 | 40.7 | 0.95 | 0.76 |
| Hex | FC | D7 | 89 | 0 | F | 2E | 1 | 29 | 5F | 4C |
| Octal | 374 | 327 | 211 | 0 | 17 | 56 | 1 | 51 | 137 | 114 |
| Binary | 11111100 | 11010111 | 10001001 | 0 | 1111 | 101110 | 1 | 101001 | 1011111 | 1001100 |
Color Harmonies of #FCD789
Complementary color
Monochromatic Colors of #FCD789
Black with #FCD789
Text Example
Text Example
White with #FCD789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD789; }
p { color: rgb(252,215,137); }
H1.HeaderClassName
{
color: #FCD789;
}
.AnyTagClassName
{
color: #FCD789;
}
</style>
background-color css
<style>
a { background-color: #FCD789; }
a { background-color: rgb(252,215,137); }
div.DivClassName
{
background-color: #FCD789;
}
.BgClassName
{
background-color: #FCD789;
}
</style>
border-color css
<style>
span { border-color: #FCD789; }
span { border-color: rgb(252,215,137); }
td.TdClassName
{
border-color: #FCD789;
}
.TagClassName
{
border-color: #FCD789;
}
</style>