Shades of Golden Glow #FBDB82
Tints of Golden Glow #FBDB82
RGB
CMYK
RGB Variations
Color information
#FBDB82 (or 0xFBDB82) is known color: Golden Glow. HEX triplet: FB, DB and 82. RGB value is (251,219,130). Sum of RGB (Red+Green+Blue) = 251+219+130=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB82 is #04247D. Grayscale: #DADADA. Windows color (decimal): -271486 or 8575995. OLE color: 8575995.
HSL color Cylindrical-coordinate representation of color #FBDB82: hue angle of 44.13º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBDB82 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 130 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.02 |
| HSL | 44.13º | 0.94% | 0.75% | - |
| HSV(B) | 44.13º | 0.48% | 0.98% | - |
| XYZ | 69.14 | 72.78 | 31.52 | - |
| YUV | 218.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 130 | 0 | 0.13 | 0.48 | 0.02 | 44.13 | 0.94 | 0.75 |
| Hex | FB | DB | 82 | 0 | D | 30 | 2 | 2C | 5E | 4B |
| Octal | 373 | 333 | 202 | 0 | 15 | 60 | 2 | 54 | 136 | 113 |
| Binary | 11111011 | 11011011 | 10000010 | 0 | 1101 | 110000 | 10 | 101100 | 1011110 | 1001011 |
Color Harmonies of #FBDB82
Complementary color
Monochromatic Colors of #FBDB82
Black with #FBDB82
Text Example
Text Example
White with #FBDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB82; }
p { color: rgb(251,219,130); }
H1.HeaderClassName
{
color: #FBDB82;
}
.AnyTagClassName
{
color: #FBDB82;
}
</style>
background-color css
<style>
a { background-color: #FBDB82; }
a { background-color: rgb(251,219,130); }
div.DivClassName
{
background-color: #FBDB82;
}
.BgClassName
{
background-color: #FBDB82;
}
</style>
border-color css
<style>
span { border-color: #FBDB82; }
span { border-color: rgb(251,219,130); }
td.TdClassName
{
border-color: #FBDB82;
}
.TagClassName
{
border-color: #FBDB82;
}
</style>