Shades of Golden Glow #FCDA81
Tints of Golden Glow #FCDA81
RGB
CMYK
RGB Variations
Color information
#FCDA81 (or 0xFCDA81) is known color: Golden Glow. HEX triplet: FC, DA and 81. RGB value is (252,218,129). Sum of RGB (Red+Green+Blue) = 252+218+129=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA81 is #03257E. Grayscale: #DADADA. Windows color (decimal): -206207 or 8510204. OLE color: 8510204.
HSL color Cylindrical-coordinate representation of color #FCDA81: hue angle of 43.41º 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 #FCDA81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 129 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.01 |
| HSL | 43.41º | 0.95% | 0.75% | - |
| HSV(B) | 43.41º | 0.49% | 0.99% | - |
| XYZ | 69.18 | 72.42 | 31.1 | - |
| YUV | 218.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 129 | 0 | 0.13 | 0.49 | 0.01 | 43.41 | 0.95 | 0.75 |
| Hex | FC | DA | 81 | 0 | D | 31 | 1 | 2B | 5F | 4B |
| Octal | 374 | 332 | 201 | 0 | 15 | 61 | 1 | 53 | 137 | 113 |
| Binary | 11111100 | 11011010 | 10000001 | 0 | 1101 | 110001 | 1 | 101011 | 1011111 | 1001011 |
Color Harmonies of #FCDA81
Complementary color
Monochromatic Colors of #FCDA81
Black with #FCDA81
Text Example
Text Example
White with #FCDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA81; }
p { color: rgb(252,218,129); }
H1.HeaderClassName
{
color: #FCDA81;
}
.AnyTagClassName
{
color: #FCDA81;
}
</style>
background-color css
<style>
a { background-color: #FCDA81; }
a { background-color: rgb(252,218,129); }
div.DivClassName
{
background-color: #FCDA81;
}
.BgClassName
{
background-color: #FCDA81;
}
</style>
border-color css
<style>
span { border-color: #FCDA81; }
span { border-color: rgb(252,218,129); }
td.TdClassName
{
border-color: #FCDA81;
}
.TagClassName
{
border-color: #FCDA81;
}
</style>