Shades of Golden Glow #FCDC83
Tints of Golden Glow #FCDC83
RGB
CMYK
RGB Variations
Color information
#FCDC83 (or 0xFCDC83) is known color: Golden Glow. HEX triplet: FC, DC and 83. RGB value is (252,220,131). Sum of RGB (Red+Green+Blue) = 252+220+131=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC83 is #03237C. Grayscale: #DBDBDB. Windows color (decimal): -205693 or 8641788. OLE color: 8641788.
HSL color Cylindrical-coordinate representation of color #FCDC83: hue angle of 44.13º 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 #FCDC83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 131 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 44.13º | 0.95% | 0.75% | - |
| HSV(B) | 44.13º | 0.48% | 0.99% | - |
| XYZ | 69.83 | 73.52 | 31.98 | - |
| YUV | 219.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 131 | 0 | 0.13 | 0.48 | 0.01 | 44.13 | 0.95 | 0.75 |
| Hex | FC | DC | 83 | 0 | D | 30 | 1 | 2C | 5F | 4B |
| Octal | 374 | 334 | 203 | 0 | 15 | 60 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011100 | 10000011 | 0 | 1101 | 110000 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDC83
Complementary color
Monochromatic Colors of #FCDC83
Black with #FCDC83
Text Example
Text Example
White with #FCDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC83; }
p { color: rgb(252,220,131); }
H1.HeaderClassName
{
color: #FCDC83;
}
.AnyTagClassName
{
color: #FCDC83;
}
</style>
background-color css
<style>
a { background-color: #FCDC83; }
a { background-color: rgb(252,220,131); }
div.DivClassName
{
background-color: #FCDC83;
}
.BgClassName
{
background-color: #FCDC83;
}
</style>
border-color css
<style>
span { border-color: #FCDC83; }
span { border-color: rgb(252,220,131); }
td.TdClassName
{
border-color: #FCDC83;
}
.TagClassName
{
border-color: #FCDC83;
}
</style>