Shades of Golden Glow #FCDB80
Tints of Golden Glow #FCDB80
RGB
CMYK
RGB Variations
Color information
#FCDB80 (or 0xFCDB80) is known color: Golden Glow. HEX triplet: FC, DB and 80. RGB value is (252,219,128). Sum of RGB (Red+Green+Blue) = 252+219+128=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB80 is #03247F. Grayscale: #DADADA. Windows color (decimal): -205952 or 8444924. OLE color: 8444924.
HSL color Cylindrical-coordinate representation of color #FCDB80: hue angle of 44.03º 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 #FCDB80 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 128 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.01 |
| HSL | 44.03º | 0.95% | 0.75% | - |
| HSV(B) | 44.03º | 0.49% | 0.99% | - |
| XYZ | 69.37 | 72.92 | 30.84 | - |
| YUV | 218.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 128 | 0 | 0.13 | 0.49 | 0.01 | 44.03 | 0.95 | 0.75 |
| Hex | FC | DB | 80 | 0 | D | 31 | 1 | 2C | 5F | 4B |
| Octal | 374 | 333 | 200 | 0 | 15 | 61 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011011 | 10000000 | 0 | 1101 | 110001 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDB80
Complementary color
Monochromatic Colors of #FCDB80
Black with #FCDB80
Text Example
Text Example
White with #FCDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB80; }
p { color: rgb(252,219,128); }
H1.HeaderClassName
{
color: #FCDB80;
}
.AnyTagClassName
{
color: #FCDB80;
}
</style>
background-color css
<style>
a { background-color: #FCDB80; }
a { background-color: rgb(252,219,128); }
div.DivClassName
{
background-color: #FCDB80;
}
.BgClassName
{
background-color: #FCDB80;
}
</style>
border-color css
<style>
span { border-color: #FCDB80; }
span { border-color: rgb(252,219,128); }
td.TdClassName
{
border-color: #FCDB80;
}
.TagClassName
{
border-color: #FCDB80;
}
</style>