Shades of Golden Glow #FBDB84
Tints of Golden Glow #FBDB84
RGB
CMYK
RGB Variations
Color information
#FBDB84 (or 0xFBDB84) is known color: Golden Glow. HEX triplet: FB, DB and 84. RGB value is (251,219,132). Sum of RGB (Red+Green+Blue) = 251+219+132=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB84 is #04247B. Grayscale: #DBDBDB. Windows color (decimal): -271484 or 8707067. OLE color: 8707067.
HSL color Cylindrical-coordinate representation of color #FBDB84: hue angle of 43.87º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBDB84 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 132 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.02 |
| HSL | 43.87º | 0.94% | 0.75% | - |
| HSV(B) | 43.87º | 0.47% | 0.98% | - |
| XYZ | 69.28 | 72.84 | 32.24 | - |
| YUV | 218.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 132 | 0 | 0.13 | 0.47 | 0.02 | 43.87 | 0.94 | 0.75 |
| Hex | FB | DB | 84 | 0 | D | 2F | 2 | 2C | 5E | 4B |
| Octal | 373 | 333 | 204 | 0 | 15 | 57 | 2 | 54 | 136 | 113 |
| Binary | 11111011 | 11011011 | 10000100 | 0 | 1101 | 101111 | 10 | 101100 | 1011110 | 1001011 |
Color Harmonies of #FBDB84
Complementary color
Monochromatic Colors of #FBDB84
Black with #FBDB84
Text Example
Text Example
White with #FBDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB84; }
p { color: rgb(251,219,132); }
H1.HeaderClassName
{
color: #FBDB84;
}
.AnyTagClassName
{
color: #FBDB84;
}
</style>
background-color css
<style>
a { background-color: #FBDB84; }
a { background-color: rgb(251,219,132); }
div.DivClassName
{
background-color: #FBDB84;
}
.BgClassName
{
background-color: #FBDB84;
}
</style>
border-color css
<style>
span { border-color: #FBDB84; }
span { border-color: rgb(251,219,132); }
td.TdClassName
{
border-color: #FBDB84;
}
.TagClassName
{
border-color: #FBDB84;
}
</style>