Shades of Golden Glow #FBDA77
Tints of Golden Glow #FBDA77
RGB
CMYK
RGB Variations
Color information
#FBDA77 (or 0xFBDA77) is known color: Golden Glow. HEX triplet: FB, DA and 77. RGB value is (251,218,119). Sum of RGB (Red+Green+Blue) = 251+218+119=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA77 is #042588. Grayscale: #D9D9D9. Windows color (decimal): -271753 or 7854843. OLE color: 7854843.
HSL color Cylindrical-coordinate representation of color #FBDA77: hue angle of 45º 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 #FBDA77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.02 |
| HSL | 45º | 0.94% | 0.73% | - |
| HSV(B) | 45º | 0.53% | 0.98% | - |
| XYZ | 68.18 | 71.98 | 27.75 | - |
| YUV | 216.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 119 | 0 | 0.13 | 0.53 | 0.02 | 45 | 0.94 | 0.73 |
| Hex | FB | DA | 77 | 0 | D | 35 | 2 | 2D | 5E | 49 |
| Octal | 373 | 332 | 167 | 0 | 15 | 65 | 2 | 55 | 136 | 111 |
| Binary | 11111011 | 11011010 | 1110111 | 0 | 1101 | 110101 | 10 | 101101 | 1011110 | 1001001 |
Color Harmonies of #FBDA77
Complementary color
Monochromatic Colors of #FBDA77
Black with #FBDA77
Text Example
Text Example
White with #FBDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA77; }
p { color: rgb(251,218,119); }
H1.HeaderClassName
{
color: #FBDA77;
}
.AnyTagClassName
{
color: #FBDA77;
}
</style>
background-color css
<style>
a { background-color: #FBDA77; }
a { background-color: rgb(251,218,119); }
div.DivClassName
{
background-color: #FBDA77;
}
.BgClassName
{
background-color: #FBDA77;
}
</style>
border-color css
<style>
span { border-color: #FBDA77; }
span { border-color: rgb(251,218,119); }
td.TdClassName
{
border-color: #FBDA77;
}
.TagClassName
{
border-color: #FBDA77;
}
</style>