Shades of Golden Glow #FCDB87
Tints of Golden Glow #FCDB87
RGB
CMYK
RGB Variations
Color information
#FCDB87 (or 0xFCDB87) is known color: Golden Glow. HEX triplet: FC, DB and 87. RGB value is (252,219,135). Sum of RGB (Red+Green+Blue) = 252+219+135=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB87 is #032478. Grayscale: #DBDBDB. Windows color (decimal): -205945 or 8903676. OLE color: 8903676.
HSL color Cylindrical-coordinate representation of color #FCDB87: hue angle of 43.08º 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 #FCDB87 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 135 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.01 |
| HSL | 43.08º | 0.95% | 0.76% | - |
| HSV(B) | 43.08º | 0.46% | 0.99% | - |
| XYZ | 69.85 | 73.11 | 33.35 | - |
| YUV | 219.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 135 | 0 | 0.13 | 0.46 | 0.01 | 43.08 | 0.95 | 0.76 |
| Hex | FC | DB | 87 | 0 | D | 2E | 1 | 2B | 5F | 4C |
| Octal | 374 | 333 | 207 | 0 | 15 | 56 | 1 | 53 | 137 | 114 |
| Binary | 11111100 | 11011011 | 10000111 | 0 | 1101 | 101110 | 1 | 101011 | 1011111 | 1001100 |
Color Harmonies of #FCDB87
Complementary color
Monochromatic Colors of #FCDB87
Black with #FCDB87
Text Example
Text Example
White with #FCDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB87; }
p { color: rgb(252,219,135); }
H1.HeaderClassName
{
color: #FCDB87;
}
.AnyTagClassName
{
color: #FCDB87;
}
</style>
background-color css
<style>
a { background-color: #FCDB87; }
a { background-color: rgb(252,219,135); }
div.DivClassName
{
background-color: #FCDB87;
}
.BgClassName
{
background-color: #FCDB87;
}
</style>
border-color css
<style>
span { border-color: #FCDB87; }
span { border-color: rgb(252,219,135); }
td.TdClassName
{
border-color: #FCDB87;
}
.TagClassName
{
border-color: #FCDB87;
}
</style>