Shades of Golden Glow #FCDF86
Tints of Golden Glow #FCDF86
RGB
CMYK
RGB Variations
Color information
#FCDF86 (or 0xFCDF86) is known color: Golden Glow. HEX triplet: FC, DF and 86. RGB value is (252,223,134). Sum of RGB (Red+Green+Blue) = 252+223+134=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF86 is #032079. Grayscale: #DDDDDD. Windows color (decimal): -204922 or 8839164. OLE color: 8839164.
HSL color Cylindrical-coordinate representation of color #FCDF86: hue angle of 45.25º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCDF86 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 134 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.01 |
| HSL | 45.25º | 0.95% | 0.76% | - |
| HSV(B) | 45.25º | 0.47% | 0.99% | - |
| XYZ | 70.84 | 75.19 | 33.33 | - |
| YUV | 221.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 134 | 0 | 0.12 | 0.47 | 0.01 | 45.25 | 0.95 | 0.76 |
| Hex | FC | DF | 86 | 0 | C | 2F | 1 | 2D | 5F | 4C |
| Octal | 374 | 337 | 206 | 0 | 14 | 57 | 1 | 55 | 137 | 114 |
| Binary | 11111100 | 11011111 | 10000110 | 0 | 1100 | 101111 | 1 | 101101 | 1011111 | 1001100 |
Color Harmonies of #FCDF86
Complementary color
Monochromatic Colors of #FCDF86
Black with #FCDF86
Text Example
Text Example
White with #FCDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF86; }
p { color: rgb(252,223,134); }
H1.HeaderClassName
{
color: #FCDF86;
}
.AnyTagClassName
{
color: #FCDF86;
}
</style>
background-color css
<style>
a { background-color: #FCDF86; }
a { background-color: rgb(252,223,134); }
div.DivClassName
{
background-color: #FCDF86;
}
.BgClassName
{
background-color: #FCDF86;
}
</style>
border-color css
<style>
span { border-color: #FCDF86; }
span { border-color: rgb(252,223,134); }
td.TdClassName
{
border-color: #FCDF86;
}
.TagClassName
{
border-color: #FCDF86;
}
</style>