Shades of Golden Glow #FCDC81
Tints of Golden Glow #FCDC81
RGB
CMYK
RGB Variations
Color information
#FCDC81 (or 0xFCDC81) is known color: Golden Glow. HEX triplet: FC, DC and 81. RGB value is (252,220,129). Sum of RGB (Red+Green+Blue) = 252+220+129=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC81 is #03237E. Grayscale: #DBDBDB. Windows color (decimal): -205695 or 8510716. OLE color: 8510716.
HSL color Cylindrical-coordinate representation of color #FCDC81: hue angle of 44.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCDC81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 129 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.01 |
| HSL | 44.39º | 0.95% | 0.75% | - |
| HSV(B) | 44.39º | 0.49% | 0.99% | - |
| XYZ | 69.7 | 73.47 | 31.28 | - |
| YUV | 219.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 129 | 0 | 0.13 | 0.49 | 0.01 | 44.39 | 0.95 | 0.75 |
| Hex | FC | DC | 81 | 0 | D | 31 | 1 | 2C | 5F | 4B |
| Octal | 374 | 334 | 201 | 0 | 15 | 61 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011100 | 10000001 | 0 | 1101 | 110001 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDC81
Complementary color
Monochromatic Colors of #FCDC81
Black with #FCDC81
Text Example
Text Example
White with #FCDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC81; }
p { color: rgb(252,220,129); }
H1.HeaderClassName
{
color: #FCDC81;
}
.AnyTagClassName
{
color: #FCDC81;
}
</style>
background-color css
<style>
a { background-color: #FCDC81; }
a { background-color: rgb(252,220,129); }
div.DivClassName
{
background-color: #FCDC81;
}
.BgClassName
{
background-color: #FCDC81;
}
</style>
border-color css
<style>
span { border-color: #FCDC81; }
span { border-color: rgb(252,220,129); }
td.TdClassName
{
border-color: #FCDC81;
}
.TagClassName
{
border-color: #FCDC81;
}
</style>