Shades of Golden Glow #FCDF83
Tints of Golden Glow #FCDF83
RGB
CMYK
RGB Variations
Color information
#FCDF83 (or 0xFCDF83) is known color: Golden Glow. HEX triplet: FC, DF and 83. RGB value is (252,223,131). Sum of RGB (Red+Green+Blue) = 252+223+131=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF83 is #03207C. Grayscale: #DDDDDD. Windows color (decimal): -204925 or 8642556. OLE color: 8642556.
HSL color Cylindrical-coordinate representation of color #FCDF83: hue angle of 45.62º 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 #FCDF83 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 131 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.01 |
| HSL | 45.62º | 0.95% | 0.75% | - |
| HSV(B) | 45.62º | 0.48% | 0.99% | - |
| XYZ | 70.63 | 75.11 | 32.25 | - |
| YUV | 221.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 131 | 0 | 0.12 | 0.48 | 0.01 | 45.62 | 0.95 | 0.75 |
| Hex | FC | DF | 83 | 0 | C | 30 | 1 | 2E | 5F | 4B |
| Octal | 374 | 337 | 203 | 0 | 14 | 60 | 1 | 56 | 137 | 113 |
| Binary | 11111100 | 11011111 | 10000011 | 0 | 1100 | 110000 | 1 | 101110 | 1011111 | 1001011 |
Color Harmonies of #FCDF83
Complementary color
Monochromatic Colors of #FCDF83
Black with #FCDF83
Text Example
Text Example
White with #FCDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF83; }
p { color: rgb(252,223,131); }
H1.HeaderClassName
{
color: #FCDF83;
}
.AnyTagClassName
{
color: #FCDF83;
}
</style>
background-color css
<style>
a { background-color: #FCDF83; }
a { background-color: rgb(252,223,131); }
div.DivClassName
{
background-color: #FCDF83;
}
.BgClassName
{
background-color: #FCDF83;
}
</style>
border-color css
<style>
span { border-color: #FCDF83; }
span { border-color: rgb(252,223,131); }
td.TdClassName
{
border-color: #FCDF83;
}
.TagClassName
{
border-color: #FCDF83;
}
</style>