Shades of Golden Glow #FCDF88
Tints of Golden Glow #FCDF88
RGB
CMYK
RGB Variations
Color information
#FCDF88 (or 0xFCDF88) is known color: Golden Glow. HEX triplet: FC, DF and 88. RGB value is (252,223,136). Sum of RGB (Red+Green+Blue) = 252+223+136=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 136 (53.52% from 255 or 22.26% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF88 is #032077. Grayscale: #DEDEDE. Windows color (decimal): -204920 or 8970236. OLE color: 8970236.
HSL color Cylindrical-coordinate representation of color #FCDF88: hue angle of 45º 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 #FCDF88 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 136 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.01 |
| HSL | 45º | 0.95% | 0.76% | - |
| HSV(B) | 45º | 0.46% | 0.99% | - |
| XYZ | 70.98 | 75.25 | 34.08 | - |
| YUV | 221.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 136 | 0 | 0.12 | 0.46 | 0.01 | 45 | 0.95 | 0.76 |
| Hex | FC | DF | 88 | 0 | C | 2E | 1 | 2D | 5F | 4C |
| Octal | 374 | 337 | 210 | 0 | 14 | 56 | 1 | 55 | 137 | 114 |
| Binary | 11111100 | 11011111 | 10001000 | 0 | 1100 | 101110 | 1 | 101101 | 1011111 | 1001100 |
Color Harmonies of #FCDF88
Complementary color
Monochromatic Colors of #FCDF88
Black with #FCDF88
Text Example
Text Example
White with #FCDF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF88; }
p { color: rgb(252,223,136); }
H1.HeaderClassName
{
color: #FCDF88;
}
.AnyTagClassName
{
color: #FCDF88;
}
</style>
background-color css
<style>
a { background-color: #FCDF88; }
a { background-color: rgb(252,223,136); }
div.DivClassName
{
background-color: #FCDF88;
}
.BgClassName
{
background-color: #FCDF88;
}
</style>
border-color css
<style>
span { border-color: #FCDF88; }
span { border-color: rgb(252,223,136); }
td.TdClassName
{
border-color: #FCDF88;
}
.TagClassName
{
border-color: #FCDF88;
}
</style>