Shades of Golden Glow #FCDB8C
Tints of Golden Glow #FCDB8C
RGB
CMYK
RGB Variations
Color information
#FCDB8C (or 0xFCDB8C) is known color: Golden Glow. HEX triplet: FC, DB and 8C. RGB value is (252,219,140). Sum of RGB (Red+Green+Blue) = 252+219+140=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB8C is #032473. Grayscale: #DCDCDC. Windows color (decimal): -205940 or 9231356. OLE color: 9231356.
HSL color Cylindrical-coordinate representation of color #FCDB8C: hue angle of 42.32º 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 #FCDB8C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 140 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.01 |
| HSL | 42.32º | 0.95% | 0.77% | - |
| HSV(B) | 42.32º | 0.44% | 0.99% | - |
| XYZ | 70.21 | 73.25 | 35.25 | - |
| YUV | 219.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 140 | 0 | 0.13 | 0.44 | 0.01 | 42.32 | 0.95 | 0.77 |
| Hex | FC | DB | 8C | 0 | D | 2C | 1 | 2A | 5F | 4D |
| Octal | 374 | 333 | 214 | 0 | 15 | 54 | 1 | 52 | 137 | 115 |
| Binary | 11111100 | 11011011 | 10001100 | 0 | 1101 | 101100 | 1 | 101010 | 1011111 | 1001101 |
Color Harmonies of #FCDB8C
Complementary color
Monochromatic Colors of #FCDB8C
Black with #FCDB8C
Text Example
Text Example
White with #FCDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB8C; }
p { color: rgb(252,219,140); }
H1.HeaderClassName
{
color: #FCDB8C;
}
.AnyTagClassName
{
color: #FCDB8C;
}
</style>
background-color css
<style>
a { background-color: #FCDB8C; }
a { background-color: rgb(252,219,140); }
div.DivClassName
{
background-color: #FCDB8C;
}
.BgClassName
{
background-color: #FCDB8C;
}
</style>
border-color css
<style>
span { border-color: #FCDB8C; }
span { border-color: rgb(252,219,140); }
td.TdClassName
{
border-color: #FCDB8C;
}
.TagClassName
{
border-color: #FCDB8C;
}
</style>