Shades of Lemon #FBE805
Tints of Lemon #FBE805
RGB
CMYK
RGB Variations
Color information
#FBE805 (or 0xFBE805) is known color: Lemon. HEX triplet: FB, E8 and 05. RGB value is (251,232,5). Sum of RGB (Red+Green+Blue) = 251+232+5=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 5 (2.34% from 255 or 1.02% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE805 is #0417FA. Grayscale: #D4D4D4. Windows color (decimal): -268283 or 387323. OLE color: 387323.
HSL color Cylindrical-coordinate representation of color #FBE805: hue angle of 55.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBE805 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.02 |
| HSL | 55.37º | 0.97% | 0.5% | - |
| HSV(B) | 55.37º | 0.98% | 0.98% | - |
| XYZ | 68.67 | 78.23 | 11.62 | - |
| YUV | 211.8 | 11.29 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 5 | 0 | 0.08 | 0.98 | 0.02 | 55.37 | 0.97 | 0.5 |
| Hex | FB | E8 | 5 | 0 | 8 | 62 | 2 | 37 | 61 | 32 |
| Octal | 373 | 350 | 5 | 0 | 10 | 142 | 2 | 67 | 141 | 62 |
| Binary | 11111011 | 11101000 | 101 | 0 | 1000 | 1100010 | 10 | 110111 | 1100001 | 110010 |
Color Harmonies of #FBE805
Complementary color
Monochromatic Colors of #FBE805
Black with #FBE805
Text Example
Text Example
White with #FBE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE805; }
p { color: rgb(251,232,5); }
H1.HeaderClassName
{
color: #FBE805;
}
.AnyTagClassName
{
color: #FBE805;
}
</style>
background-color css
<style>
a { background-color: #FBE805; }
a { background-color: rgb(251,232,5); }
div.DivClassName
{
background-color: #FBE805;
}
.BgClassName
{
background-color: #FBE805;
}
</style>
border-color css
<style>
span { border-color: #FBE805; }
span { border-color: rgb(251,232,5); }
td.TdClassName
{
border-color: #FBE805;
}
.TagClassName
{
border-color: #FBE805;
}
</style>