Shades of Golden Glow #FCDB84
Tints of Golden Glow #FCDB84
RGB
CMYK
RGB Variations
Color information
#FCDB84 (or 0xFCDB84) is known color: Golden Glow. HEX triplet: FC, DB and 84. RGB value is (252,219,132). Sum of RGB (Red+Green+Blue) = 252+219+132=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB84 is #03247B. Grayscale: #DBDBDB. Windows color (decimal): -205948 or 8707068. OLE color: 8707068.
HSL color Cylindrical-coordinate representation of color #FCDB84: hue angle of 43.5º 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 #FCDB84 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 132 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 43.5º | 0.95% | 0.75% | - |
| HSV(B) | 43.5º | 0.48% | 0.99% | - |
| XYZ | 69.64 | 73.02 | 32.25 | - |
| YUV | 218.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 132 | 0 | 0.13 | 0.48 | 0.01 | 43.5 | 0.95 | 0.75 |
| Hex | FC | DB | 84 | 0 | D | 30 | 1 | 2C | 5F | 4B |
| Octal | 374 | 333 | 204 | 0 | 15 | 60 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011011 | 10000100 | 0 | 1101 | 110000 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDB84
Complementary color
Monochromatic Colors of #FCDB84
Black with #FCDB84
Text Example
Text Example
White with #FCDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB84; }
p { color: rgb(252,219,132); }
H1.HeaderClassName
{
color: #FCDB84;
}
.AnyTagClassName
{
color: #FCDB84;
}
</style>
background-color css
<style>
a { background-color: #FCDB84; }
a { background-color: rgb(252,219,132); }
div.DivClassName
{
background-color: #FCDB84;
}
.BgClassName
{
background-color: #FCDB84;
}
</style>
border-color css
<style>
span { border-color: #FCDB84; }
span { border-color: rgb(252,219,132); }
td.TdClassName
{
border-color: #FCDB84;
}
.TagClassName
{
border-color: #FCDB84;
}
</style>