Shades of Golden Glow #FCD583
Tints of Golden Glow #FCD583
RGB
CMYK
RGB Variations
Color information
#FCD583 (or 0xFCD583) is known color: Golden Glow. HEX triplet: FC, D5 and 83. RGB value is (252,213,131). Sum of RGB (Red+Green+Blue) = 252+213+131=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD583 is #032A7C. Grayscale: #D7D7D7. Windows color (decimal): -207485 or 8639996. OLE color: 8639996.
HSL color Cylindrical-coordinate representation of color #FCD583: hue angle of 40.66º 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 #FCD583 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 131 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.01 |
| HSL | 40.66º | 0.95% | 0.75% | - |
| HSV(B) | 40.66º | 0.48% | 0.99% | - |
| XYZ | 68.04 | 69.92 | 31.38 | - |
| YUV | 215.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 131 | 0 | 0.15 | 0.48 | 0.01 | 40.66 | 0.95 | 0.75 |
| Hex | FC | D5 | 83 | 0 | F | 30 | 1 | 29 | 5F | 4B |
| Octal | 374 | 325 | 203 | 0 | 17 | 60 | 1 | 51 | 137 | 113 |
| Binary | 11111100 | 11010101 | 10000011 | 0 | 1111 | 110000 | 1 | 101001 | 1011111 | 1001011 |
Color Harmonies of #FCD583
Complementary color
Monochromatic Colors of #FCD583
Black with #FCD583
Text Example
Text Example
White with #FCD583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD583; }
p { color: rgb(252,213,131); }
H1.HeaderClassName
{
color: #FCD583;
}
.AnyTagClassName
{
color: #FCD583;
}
</style>
background-color css
<style>
a { background-color: #FCD583; }
a { background-color: rgb(252,213,131); }
div.DivClassName
{
background-color: #FCD583;
}
.BgClassName
{
background-color: #FCD583;
}
</style>
border-color css
<style>
span { border-color: #FCD583; }
span { border-color: rgb(252,213,131); }
td.TdClassName
{
border-color: #FCD583;
}
.TagClassName
{
border-color: #FCD583;
}
</style>