Shades of Golden Glow #FBE080
Tints of Golden Glow #FBE080
RGB
CMYK
RGB Variations
Color information
#FBE080 (or 0xFBE080) is known color: Golden Glow. HEX triplet: FB, E0 and 80. RGB value is (251,224,128). Sum of RGB (Red+Green+Blue) = 251+224+128=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE080 is #041F7F. Grayscale: #DDDDDD. Windows color (decimal): -270208 or 8446203. OLE color: 8446203.
HSL color Cylindrical-coordinate representation of color #FBE080: hue angle of 46.83º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBE080 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 128 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.02 |
| HSL | 46.83º | 0.94% | 0.74% | - |
| HSV(B) | 46.83º | 0.49% | 0.98% | - |
| XYZ | 70.34 | 75.38 | 31.26 | - |
| YUV | 221.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 128 | 0 | 0.11 | 0.49 | 0.02 | 46.83 | 0.94 | 0.74 |
| Hex | FB | E0 | 80 | 0 | B | 31 | 2 | 2F | 5E | 4A |
| Octal | 373 | 340 | 200 | 0 | 13 | 61 | 2 | 57 | 136 | 112 |
| Binary | 11111011 | 11100000 | 10000000 | 0 | 1011 | 110001 | 10 | 101111 | 1011110 | 1001010 |
Color Harmonies of #FBE080
Complementary color
Monochromatic Colors of #FBE080
Black with #FBE080
Text Example
Text Example
White with #FBE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE080; }
p { color: rgb(251,224,128); }
H1.HeaderClassName
{
color: #FBE080;
}
.AnyTagClassName
{
color: #FBE080;
}
</style>
background-color css
<style>
a { background-color: #FBE080; }
a { background-color: rgb(251,224,128); }
div.DivClassName
{
background-color: #FBE080;
}
.BgClassName
{
background-color: #FBE080;
}
</style>
border-color css
<style>
span { border-color: #FBE080; }
span { border-color: rgb(251,224,128); }
td.TdClassName
{
border-color: #FBE080;
}
.TagClassName
{
border-color: #FBE080;
}
</style>