Shades of Golden Glow #FBD977
Tints of Golden Glow #FBD977
RGB
CMYK
RGB Variations
Color information
#FBD977 (or 0xFBD977) is known color: Golden Glow. HEX triplet: FB, D9 and 77. RGB value is (251,217,119). Sum of RGB (Red+Green+Blue) = 251+217+119=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 119 (46.88% from 255 or 20.27% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD977 is #042688. Grayscale: #D8D8D8. Windows color (decimal): -272009 or 7854587. OLE color: 7854587.
HSL color Cylindrical-coordinate representation of color #FBD977: hue angle of 44.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBD977 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 217 | 119 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.02 |
| HSL | 44.55º | 0.94% | 0.73% | - |
| HSV(B) | 44.55º | 0.53% | 0.98% | - |
| XYZ | 67.93 | 71.47 | 27.67 | - |
| YUV | 215.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 217 | 119 | 0 | 0.14 | 0.53 | 0.02 | 44.55 | 0.94 | 0.73 |
| Hex | FB | D9 | 77 | 0 | E | 35 | 2 | 2D | 5E | 49 |
| Octal | 373 | 331 | 167 | 0 | 16 | 65 | 2 | 55 | 136 | 111 |
| Binary | 11111011 | 11011001 | 1110111 | 0 | 1110 | 110101 | 10 | 101101 | 1011110 | 1001001 |
Color Harmonies of #FBD977
Complementary color
Monochromatic Colors of #FBD977
Black with #FBD977
Text Example
Text Example
White with #FBD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD977; }
p { color: rgb(251,217,119); }
H1.HeaderClassName
{
color: #FBD977;
}
.AnyTagClassName
{
color: #FBD977;
}
</style>
background-color css
<style>
a { background-color: #FBD977; }
a { background-color: rgb(251,217,119); }
div.DivClassName
{
background-color: #FBD977;
}
.BgClassName
{
background-color: #FBD977;
}
</style>
border-color css
<style>
span { border-color: #FBD977; }
span { border-color: rgb(251,217,119); }
td.TdClassName
{
border-color: #FBD977;
}
.TagClassName
{
border-color: #FBD977;
}
</style>