Shades of Lemon #FBE706
Tints of Lemon #FBE706
RGB
CMYK
RGB Variations
Color information
#FBE706 (or 0xFBE706) is known color: Lemon. HEX triplet: FB, E7 and 06. RGB value is (251,231,6). Sum of RGB (Red+Green+Blue) = 251+231+6=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 6 (2.73% from 255 or 1.23% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE706 is #0418F9. Grayscale: #D4D4D4. Windows color (decimal): -268538 or 452603. OLE color: 452603.
HSL color Cylindrical-coordinate representation of color #FBE706: hue angle of 55.1º 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 #FBE706 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 6 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.02 |
| HSL | 55.1º | 0.97% | 0.5% | - |
| HSV(B) | 55.1º | 0.98% | 0.98% | - |
| XYZ | 68.39 | 77.67 | 11.56 | - |
| YUV | 211.33 | 12.13 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 6 | 0 | 0.08 | 0.98 | 0.02 | 55.1 | 0.97 | 0.5 |
| Hex | FB | E7 | 6 | 0 | 8 | 62 | 2 | 37 | 61 | 32 |
| Octal | 373 | 347 | 6 | 0 | 10 | 142 | 2 | 67 | 141 | 62 |
| Binary | 11111011 | 11100111 | 110 | 0 | 1000 | 1100010 | 10 | 110111 | 1100001 | 110010 |
Color Harmonies of #FBE706
Complementary color
Monochromatic Colors of #FBE706
Black with #FBE706
Text Example
Text Example
White with #FBE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE706; }
p { color: rgb(251,231,6); }
H1.HeaderClassName
{
color: #FBE706;
}
.AnyTagClassName
{
color: #FBE706;
}
</style>
background-color css
<style>
a { background-color: #FBE706; }
a { background-color: rgb(251,231,6); }
div.DivClassName
{
background-color: #FBE706;
}
.BgClassName
{
background-color: #FBE706;
}
</style>
border-color css
<style>
span { border-color: #FBE706; }
span { border-color: rgb(251,231,6); }
td.TdClassName
{
border-color: #FBE706;
}
.TagClassName
{
border-color: #FBE706;
}
</style>