Shades of Golden Glow #FCDF81
Tints of Golden Glow #FCDF81
RGB
CMYK
RGB Variations
Color information
#FCDF81 (or 0xFCDF81) is known color: Golden Glow. HEX triplet: FC, DF and 81. RGB value is (252,223,129). Sum of RGB (Red+Green+Blue) = 252+223+129=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF81 is #03207E. Grayscale: #DDDDDD. Windows color (decimal): -204927 or 8511484. OLE color: 8511484.
HSL color Cylindrical-coordinate representation of color #FCDF81: hue angle of 45.85º 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 #FCDF81 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 129 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.01 |
| HSL | 45.85º | 0.95% | 0.75% | - |
| HSV(B) | 45.85º | 0.49% | 0.99% | - |
| XYZ | 70.5 | 75.06 | 31.54 | - |
| YUV | 220.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 129 | 0 | 0.12 | 0.49 | 0.01 | 45.85 | 0.95 | 0.75 |
| Hex | FC | DF | 81 | 0 | C | 31 | 1 | 2E | 5F | 4B |
| Octal | 374 | 337 | 201 | 0 | 14 | 61 | 1 | 56 | 137 | 113 |
| Binary | 11111100 | 11011111 | 10000001 | 0 | 1100 | 110001 | 1 | 101110 | 1011111 | 1001011 |
Color Harmonies of #FCDF81
Complementary color
Monochromatic Colors of #FCDF81
Black with #FCDF81
Text Example
Text Example
White with #FCDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF81; }
p { color: rgb(252,223,129); }
H1.HeaderClassName
{
color: #FCDF81;
}
.AnyTagClassName
{
color: #FCDF81;
}
</style>
background-color css
<style>
a { background-color: #FCDF81; }
a { background-color: rgb(252,223,129); }
div.DivClassName
{
background-color: #FCDF81;
}
.BgClassName
{
background-color: #FCDF81;
}
</style>
border-color css
<style>
span { border-color: #FCDF81; }
span { border-color: rgb(252,223,129); }
td.TdClassName
{
border-color: #FCDF81;
}
.TagClassName
{
border-color: #FCDF81;
}
</style>