Shades of Golden Glow #FCDB78
Tints of Golden Glow #FCDB78
RGB
CMYK
RGB Variations
Color information
#FCDB78 (or 0xFCDB78) is known color: Golden Glow. HEX triplet: FC, DB and 78. RGB value is (252,219,120). Sum of RGB (Red+Green+Blue) = 252+219+120=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 120 (47.27% from 255 or 20.30% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB78 is #032487. Grayscale: #DADADA. Windows color (decimal): -205960 or 7920636. OLE color: 7920636.
HSL color Cylindrical-coordinate representation of color #FCDB78: hue angle of 45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCDB78 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 120 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.01 |
| HSL | 45º | 0.96% | 0.73% | - |
| HSV(B) | 45º | 0.52% | 0.99% | - |
| XYZ | 68.87 | 72.71 | 28.17 | - |
| YUV | 217.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 120 | 0 | 0.13 | 0.52 | 0.01 | 45 | 0.96 | 0.73 |
| Hex | FC | DB | 78 | 0 | D | 34 | 1 | 2D | 60 | 49 |
| Octal | 374 | 333 | 170 | 0 | 15 | 64 | 1 | 55 | 140 | 111 |
| Binary | 11111100 | 11011011 | 1111000 | 0 | 1101 | 110100 | 1 | 101101 | 1100000 | 1001001 |
Color Harmonies of #FCDB78
Complementary color
Monochromatic Colors of #FCDB78
Black with #FCDB78
Text Example
Text Example
White with #FCDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB78; }
p { color: rgb(252,219,120); }
H1.HeaderClassName
{
color: #FCDB78;
}
.AnyTagClassName
{
color: #FCDB78;
}
</style>
background-color css
<style>
a { background-color: #FCDB78; }
a { background-color: rgb(252,219,120); }
div.DivClassName
{
background-color: #FCDB78;
}
.BgClassName
{
background-color: #FCDB78;
}
</style>
border-color css
<style>
span { border-color: #FCDB78; }
span { border-color: rgb(252,219,120); }
td.TdClassName
{
border-color: #FCDB78;
}
.TagClassName
{
border-color: #FCDB78;
}
</style>