Shades of Lemon #F8E116
Tints of Lemon #F8E116
RGB
CMYK
RGB Variations
Color information
#F8E116 (or 0xF8E116) is known color: Lemon. HEX triplet: F8, E1 and 16. RGB value is (248,225,22). Sum of RGB (Red+Green+Blue) = 248+225+22=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 22 (8.98% from 255 or 4.44% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E116 is #071EE9. Grayscale: #D1D1D1. Windows color (decimal): -466666 or 1499640. OLE color: 1499640.
HSL color Cylindrical-coordinate representation of color #F8E116: hue angle of 53.89º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8E116 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.03 |
| HSL | 53.89º | 0.94% | 0.53% | - |
| HSV(B) | 53.89º | 0.91% | 0.97% | - |
| XYZ | 65.78 | 73.86 | 11.55 | - |
| YUV | 208.74 | 22.62 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 22 | 0 | 0.09 | 0.91 | 0.03 | 53.89 | 0.94 | 0.53 |
| Hex | F8 | E1 | 16 | 0 | 9 | 5B | 3 | 36 | 5E | 35 |
| Octal | 370 | 341 | 26 | 0 | 11 | 133 | 3 | 66 | 136 | 65 |
| Binary | 11111000 | 11100001 | 10110 | 0 | 1001 | 1011011 | 11 | 110110 | 1011110 | 110101 |
Color Harmonies of #F8E116
Complementary color
Monochromatic Colors of #F8E116
Black with #F8E116
Text Example
Text Example
White with #F8E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E116; }
p { color: rgb(248,225,22); }
H1.HeaderClassName
{
color: #F8E116;
}
.AnyTagClassName
{
color: #F8E116;
}
</style>
background-color css
<style>
a { background-color: #F8E116; }
a { background-color: rgb(248,225,22); }
div.DivClassName
{
background-color: #F8E116;
}
.BgClassName
{
background-color: #F8E116;
}
</style>
border-color css
<style>
span { border-color: #F8E116; }
span { border-color: rgb(248,225,22); }
td.TdClassName
{
border-color: #F8E116;
}
.TagClassName
{
border-color: #F8E116;
}
</style>