Shades of Golden Glow #FCDF84
Tints of Golden Glow #FCDF84
RGB
CMYK
RGB Variations
Color information
#FCDF84 (or 0xFCDF84) is known color: Golden Glow. HEX triplet: FC, DF and 84. RGB value is (252,223,132). Sum of RGB (Red+Green+Blue) = 252+223+132=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF84 is #03207B. Grayscale: #DDDDDD. Windows color (decimal): -204924 or 8708092. OLE color: 8708092.
HSL color Cylindrical-coordinate representation of color #FCDF84: hue angle of 45.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCDF84 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 132 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.01 |
| HSL | 45.5º | 0.95% | 0.75% | - |
| HSV(B) | 45.5º | 0.48% | 0.99% | - |
| XYZ | 70.7 | 75.14 | 32.61 | - |
| YUV | 221.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 132 | 0 | 0.12 | 0.48 | 0.01 | 45.5 | 0.95 | 0.75 |
| Hex | FC | DF | 84 | 0 | C | 30 | 1 | 2E | 5F | 4B |
| Octal | 374 | 337 | 204 | 0 | 14 | 60 | 1 | 56 | 137 | 113 |
| Binary | 11111100 | 11011111 | 10000100 | 0 | 1100 | 110000 | 1 | 101110 | 1011111 | 1001011 |
Color Harmonies of #FCDF84
Complementary color
Monochromatic Colors of #FCDF84
Black with #FCDF84
Text Example
Text Example
White with #FCDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF84; }
p { color: rgb(252,223,132); }
H1.HeaderClassName
{
color: #FCDF84;
}
.AnyTagClassName
{
color: #FCDF84;
}
</style>
background-color css
<style>
a { background-color: #FCDF84; }
a { background-color: rgb(252,223,132); }
div.DivClassName
{
background-color: #FCDF84;
}
.BgClassName
{
background-color: #FCDF84;
}
</style>
border-color css
<style>
span { border-color: #FCDF84; }
span { border-color: rgb(252,223,132); }
td.TdClassName
{
border-color: #FCDF84;
}
.TagClassName
{
border-color: #FCDF84;
}
</style>