Shades of Lemon #FBE516
Tints of Lemon #FBE516
RGB
CMYK
RGB Variations
Color information
#FBE516 (or 0xFBE516) is known color: Lemon. HEX triplet: FB, E5 and 16. RGB value is (251,229,22). Sum of RGB (Red+Green+Blue) = 251+229+22=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 22 (8.98% from 255 or 4.38% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE516 is #041AE9. Grayscale: #D4D4D4. Windows color (decimal): -269034 or 1500667. OLE color: 1500667.
HSL color Cylindrical-coordinate representation of color #FBE516: hue angle of 54.24º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBE516 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.02 |
| HSL | 54.24º | 0.97% | 0.54% | - |
| HSV(B) | 54.24º | 0.91% | 0.98% | - |
| XYZ | 67.95 | 76.61 | 11.96 | - |
| YUV | 211.98 | 20.79 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 22 | 0 | 0.09 | 0.91 | 0.02 | 54.24 | 0.97 | 0.54 |
| Hex | FB | E5 | 16 | 0 | 9 | 5B | 2 | 36 | 61 | 36 |
| Octal | 373 | 345 | 26 | 0 | 11 | 133 | 2 | 66 | 141 | 66 |
| Binary | 11111011 | 11100101 | 10110 | 0 | 1001 | 1011011 | 10 | 110110 | 1100001 | 110110 |
Color Harmonies of #FBE516
Complementary color
Monochromatic Colors of #FBE516
Black with #FBE516
Text Example
Text Example
White with #FBE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE516; }
p { color: rgb(251,229,22); }
H1.HeaderClassName
{
color: #FBE516;
}
.AnyTagClassName
{
color: #FBE516;
}
</style>
background-color css
<style>
a { background-color: #FBE516; }
a { background-color: rgb(251,229,22); }
div.DivClassName
{
background-color: #FBE516;
}
.BgClassName
{
background-color: #FBE516;
}
</style>
border-color css
<style>
span { border-color: #FBE516; }
span { border-color: rgb(251,229,22); }
td.TdClassName
{
border-color: #FBE516;
}
.TagClassName
{
border-color: #FBE516;
}
</style>