Shades of Golden Glow #FCD77D
Tints of Golden Glow #FCD77D
RGB
CMYK
RGB Variations
Color information
#FCD77D (or 0xFCD77D) is known color: Golden Glow. HEX triplet: FC, D7 and 7D. RGB value is (252,215,125). Sum of RGB (Red+Green+Blue) = 252+215+125=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD77D is #032882. Grayscale: #D8D8D8. Windows color (decimal): -206979 or 8247292. OLE color: 8247292.
HSL color Cylindrical-coordinate representation of color #FCD77D: hue angle of 42.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCD77D is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 125 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.01 |
| HSL | 42.52º | 0.95% | 0.74% | - |
| HSV(B) | 42.52º | 0.5% | 0.99% | - |
| XYZ | 68.15 | 70.78 | 29.47 | - |
| YUV | 215.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 125 | 0 | 0.15 | 0.50 | 0.01 | 42.52 | 0.95 | 0.74 |
| Hex | FC | D7 | 7D | 0 | F | 32 | 1 | 2B | 5F | 4A |
| Octal | 374 | 327 | 175 | 0 | 17 | 62 | 1 | 53 | 137 | 112 |
| Binary | 11111100 | 11010111 | 1111101 | 0 | 1111 | 110010 | 1 | 101011 | 1011111 | 1001010 |
Color Harmonies of #FCD77D
Complementary color
Monochromatic Colors of #FCD77D
Black with #FCD77D
Text Example
Text Example
White with #FCD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD77D; }
p { color: rgb(252,215,125); }
H1.HeaderClassName
{
color: #FCD77D;
}
.AnyTagClassName
{
color: #FCD77D;
}
</style>
background-color css
<style>
a { background-color: #FCD77D; }
a { background-color: rgb(252,215,125); }
div.DivClassName
{
background-color: #FCD77D;
}
.BgClassName
{
background-color: #FCD77D;
}
</style>
border-color css
<style>
span { border-color: #FCD77D; }
span { border-color: rgb(252,215,125); }
td.TdClassName
{
border-color: #FCD77D;
}
.TagClassName
{
border-color: #FCD77D;
}
</style>