Shades of Golden Glow #FBD77A
Tints of Golden Glow #FBD77A
RGB
CMYK
RGB Variations
Color information
#FBD77A (or 0xFBD77A) is known color: Golden Glow. HEX triplet: FB, D7 and 7A. RGB value is (251,215,122). Sum of RGB (Red+Green+Blue) = 251+215+122=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD77A is #042885. Grayscale: #D7D7D7. Windows color (decimal): -272518 or 8050683. OLE color: 8050683.
HSL color Cylindrical-coordinate representation of color #FBD77A: hue angle of 43.26º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBD77A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 215 | 122 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.02 |
| HSL | 43.26º | 0.94% | 0.73% | - |
| HSV(B) | 43.26º | 0.51% | 0.98% | - |
| XYZ | 67.6 | 70.52 | 28.46 | - |
| YUV | 215.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 215 | 122 | 0 | 0.14 | 0.51 | 0.02 | 43.26 | 0.94 | 0.73 |
| Hex | FB | D7 | 7A | 0 | E | 33 | 2 | 2B | 5E | 49 |
| Octal | 373 | 327 | 172 | 0 | 16 | 63 | 2 | 53 | 136 | 111 |
| Binary | 11111011 | 11010111 | 1111010 | 0 | 1110 | 110011 | 10 | 101011 | 1011110 | 1001001 |
Color Harmonies of #FBD77A
Complementary color
Monochromatic Colors of #FBD77A
Black with #FBD77A
Text Example
Text Example
White with #FBD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD77A; }
p { color: rgb(251,215,122); }
H1.HeaderClassName
{
color: #FBD77A;
}
.AnyTagClassName
{
color: #FBD77A;
}
</style>
background-color css
<style>
a { background-color: #FBD77A; }
a { background-color: rgb(251,215,122); }
div.DivClassName
{
background-color: #FBD77A;
}
.BgClassName
{
background-color: #FBD77A;
}
</style>
border-color css
<style>
span { border-color: #FBD77A; }
span { border-color: rgb(251,215,122); }
td.TdClassName
{
border-color: #FBD77A;
}
.TagClassName
{
border-color: #FBD77A;
}
</style>