Shades of Golden Glow #FBDB78
Tints of Golden Glow #FBDB78
RGB
CMYK
RGB Variations
Color information
#FBDB78 (or 0xFBDB78) is known color: Golden Glow. HEX triplet: FB, DB and 78. RGB value is (251,219,120). Sum of RGB (Red+Green+Blue) = 251+219+120=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB78 is #042487. Grayscale: #D9D9D9. Windows color (decimal): -271496 or 7920635. OLE color: 7920635.
HSL color Cylindrical-coordinate representation of color #FBDB78: hue angle of 45.34º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBDB78 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 120 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.02 |
| HSL | 45.34º | 0.94% | 0.73% | - |
| HSV(B) | 45.34º | 0.52% | 0.98% | - |
| XYZ | 68.51 | 72.53 | 28.16 | - |
| YUV | 217.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 120 | 0 | 0.13 | 0.52 | 0.02 | 45.34 | 0.94 | 0.73 |
| Hex | FB | DB | 78 | 0 | D | 34 | 2 | 2D | 5E | 49 |
| Octal | 373 | 333 | 170 | 0 | 15 | 64 | 2 | 55 | 136 | 111 |
| Binary | 11111011 | 11011011 | 1111000 | 0 | 1101 | 110100 | 10 | 101101 | 1011110 | 1001001 |
Color Harmonies of #FBDB78
Complementary color
Monochromatic Colors of #FBDB78
Black with #FBDB78
Text Example
Text Example
White with #FBDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB78; }
p { color: rgb(251,219,120); }
H1.HeaderClassName
{
color: #FBDB78;
}
.AnyTagClassName
{
color: #FBDB78;
}
</style>
background-color css
<style>
a { background-color: #FBDB78; }
a { background-color: rgb(251,219,120); }
div.DivClassName
{
background-color: #FBDB78;
}
.BgClassName
{
background-color: #FBDB78;
}
</style>
border-color css
<style>
span { border-color: #FBDB78; }
span { border-color: rgb(251,219,120); }
td.TdClassName
{
border-color: #FBDB78;
}
.TagClassName
{
border-color: #FBDB78;
}
</style>