Shades of Golden Glow #FCDC87
Tints of Golden Glow #FCDC87
RGB
CMYK
RGB Variations
Color information
#FCDC87 (or 0xFCDC87) is known color: Golden Glow. HEX triplet: FC, DC and 87. RGB value is (252,220,135). Sum of RGB (Red+Green+Blue) = 252+220+135=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 135 (53.12% from 255 or 22.24% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC87 is #032378. Grayscale: #DCDCDC. Windows color (decimal): -205689 or 8903932. OLE color: 8903932.
HSL color Cylindrical-coordinate representation of color #FCDC87: hue angle of 43.59º 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 #FCDC87 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 135 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.01 |
| HSL | 43.59º | 0.95% | 0.76% | - |
| HSV(B) | 43.59º | 0.46% | 0.99% | - |
| XYZ | 70.11 | 73.63 | 33.44 | - |
| YUV | 219.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 135 | 0 | 0.13 | 0.46 | 0.01 | 43.59 | 0.95 | 0.76 |
| Hex | FC | DC | 87 | 0 | D | 2E | 1 | 2C | 5F | 4C |
| Octal | 374 | 334 | 207 | 0 | 15 | 56 | 1 | 54 | 137 | 114 |
| Binary | 11111100 | 11011100 | 10000111 | 0 | 1101 | 101110 | 1 | 101100 | 1011111 | 1001100 |
Color Harmonies of #FCDC87
Complementary color
Monochromatic Colors of #FCDC87
Black with #FCDC87
Text Example
Text Example
White with #FCDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC87; }
p { color: rgb(252,220,135); }
H1.HeaderClassName
{
color: #FCDC87;
}
.AnyTagClassName
{
color: #FCDC87;
}
</style>
background-color css
<style>
a { background-color: #FCDC87; }
a { background-color: rgb(252,220,135); }
div.DivClassName
{
background-color: #FCDC87;
}
.BgClassName
{
background-color: #FCDC87;
}
</style>
border-color css
<style>
span { border-color: #FCDC87; }
span { border-color: rgb(252,220,135); }
td.TdClassName
{
border-color: #FCDC87;
}
.TagClassName
{
border-color: #FCDC87;
}
</style>