Shades of Golden Glow #FBDB80
Tints of Golden Glow #FBDB80
RGB
CMYK
RGB Variations
Color information
#FBDB80 (or 0xFBDB80) is known color: Golden Glow. HEX triplet: FB, DB and 80. RGB value is (251,219,128). Sum of RGB (Red+Green+Blue) = 251+219+128=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB80 is #04247F. Grayscale: #DADADA. Windows color (decimal): -271488 or 8444923. OLE color: 8444923.
HSL color Cylindrical-coordinate representation of color #FBDB80: hue angle of 44.39º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBDB80 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 128 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.02 |
| HSL | 44.39º | 0.94% | 0.74% | - |
| HSV(B) | 44.39º | 0.49% | 0.98% | - |
| XYZ | 69.01 | 72.73 | 30.82 | - |
| YUV | 218.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 128 | 0 | 0.13 | 0.49 | 0.02 | 44.39 | 0.94 | 0.74 |
| Hex | FB | DB | 80 | 0 | D | 31 | 2 | 2C | 5E | 4A |
| Octal | 373 | 333 | 200 | 0 | 15 | 61 | 2 | 54 | 136 | 112 |
| Binary | 11111011 | 11011011 | 10000000 | 0 | 1101 | 110001 | 10 | 101100 | 1011110 | 1001010 |
Color Harmonies of #FBDB80
Complementary color
Monochromatic Colors of #FBDB80
Black with #FBDB80
Text Example
Text Example
White with #FBDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB80; }
p { color: rgb(251,219,128); }
H1.HeaderClassName
{
color: #FBDB80;
}
.AnyTagClassName
{
color: #FBDB80;
}
</style>
background-color css
<style>
a { background-color: #FBDB80; }
a { background-color: rgb(251,219,128); }
div.DivClassName
{
background-color: #FBDB80;
}
.BgClassName
{
background-color: #FBDB80;
}
</style>
border-color css
<style>
span { border-color: #FBDB80; }
span { border-color: rgb(251,219,128); }
td.TdClassName
{
border-color: #FBDB80;
}
.TagClassName
{
border-color: #FBDB80;
}
</style>