Shades of Golden Glow #FCDB86
Tints of Golden Glow #FCDB86
RGB
CMYK
RGB Variations
Color information
#FCDB86 (or 0xFCDB86) is known color: Golden Glow. HEX triplet: FC, DB and 86. RGB value is (252,219,134). Sum of RGB (Red+Green+Blue) = 252+219+134=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB86 is #032479. Grayscale: #DBDBDB. Windows color (decimal): -205946 or 8838140. OLE color: 8838140.
HSL color Cylindrical-coordinate representation of color #FCDB86: hue angle of 43.22º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCDB86 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 134 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.01 |
| HSL | 43.22º | 0.95% | 0.76% | - |
| HSV(B) | 43.22º | 0.47% | 0.99% | - |
| XYZ | 69.78 | 73.08 | 32.98 | - |
| YUV | 219.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 134 | 0 | 0.13 | 0.47 | 0.01 | 43.22 | 0.95 | 0.76 |
| Hex | FC | DB | 86 | 0 | D | 2F | 1 | 2B | 5F | 4C |
| Octal | 374 | 333 | 206 | 0 | 15 | 57 | 1 | 53 | 137 | 114 |
| Binary | 11111100 | 11011011 | 10000110 | 0 | 1101 | 101111 | 1 | 101011 | 1011111 | 1001100 |
Color Harmonies of #FCDB86
Complementary color
Monochromatic Colors of #FCDB86
Black with #FCDB86
Text Example
Text Example
White with #FCDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB86; }
p { color: rgb(252,219,134); }
H1.HeaderClassName
{
color: #FCDB86;
}
.AnyTagClassName
{
color: #FCDB86;
}
</style>
background-color css
<style>
a { background-color: #FCDB86; }
a { background-color: rgb(252,219,134); }
div.DivClassName
{
background-color: #FCDB86;
}
.BgClassName
{
background-color: #FCDB86;
}
</style>
border-color css
<style>
span { border-color: #FCDB86; }
span { border-color: rgb(252,219,134); }
td.TdClassName
{
border-color: #FCDB86;
}
.TagClassName
{
border-color: #FCDB86;
}
</style>