Shades of Golden Glow #FCD78C
Tints of Golden Glow #FCD78C
RGB
CMYK
RGB Variations
Color information
#FCD78C (or 0xFCD78C) is known color: Golden Glow. HEX triplet: FC, D7 and 8C. RGB value is (252,215,140). Sum of RGB (Red+Green+Blue) = 252+215+140=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD78C is #032873. Grayscale: #D9D9D9. Windows color (decimal): -206964 or 9230332. OLE color: 9230332.
HSL color Cylindrical-coordinate representation of color #FCD78C: hue angle of 40.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCD78C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 140 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 40.18º | 0.95% | 0.77% | - |
| HSV(B) | 40.18º | 0.44% | 0.99% | - |
| XYZ | 69.18 | 71.19 | 34.91 | - |
| YUV | 217.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 140 | 0 | 0.15 | 0.44 | 0.01 | 40.18 | 0.95 | 0.77 |
| Hex | FC | D7 | 8C | 0 | F | 2C | 1 | 28 | 5F | 4D |
| Octal | 374 | 327 | 214 | 0 | 17 | 54 | 1 | 50 | 137 | 115 |
| Binary | 11111100 | 11010111 | 10001100 | 0 | 1111 | 101100 | 1 | 101000 | 1011111 | 1001101 |
Color Harmonies of #FCD78C
Complementary color
Monochromatic Colors of #FCD78C
Black with #FCD78C
Text Example
Text Example
White with #FCD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD78C; }
p { color: rgb(252,215,140); }
H1.HeaderClassName
{
color: #FCD78C;
}
.AnyTagClassName
{
color: #FCD78C;
}
</style>
background-color css
<style>
a { background-color: #FCD78C; }
a { background-color: rgb(252,215,140); }
div.DivClassName
{
background-color: #FCD78C;
}
.BgClassName
{
background-color: #FCD78C;
}
</style>
border-color css
<style>
span { border-color: #FCD78C; }
span { border-color: rgb(252,215,140); }
td.TdClassName
{
border-color: #FCD78C;
}
.TagClassName
{
border-color: #FCD78C;
}
</style>