Shades of Lemon #F8E810
Tints of Lemon #F8E810
RGB
CMYK
RGB Variations
Color information
#F8E810 (or 0xF8E810) is known color: Lemon. HEX triplet: F8, E8 and 10. RGB value is (248,232,16). Sum of RGB (Red+Green+Blue) = 248+232+16=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 16 (6.64% from 255 or 3.23% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8E810 is #0717EF. Grayscale: #D5D5D5. Windows color (decimal): -464880 or 1108216. OLE color: 1108216.
HSL color Cylindrical-coordinate representation of color #F8E810: hue angle of 55.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8E810 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 16 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.03 |
| HSL | 55.86º | 0.94% | 0.52% | - |
| HSV(B) | 55.86º | 0.94% | 0.97% | - |
| XYZ | 67.66 | 77.71 | 11.92 | - |
| YUV | 212.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 16 | 0 | 0.06 | 0.94 | 0.03 | 55.86 | 0.94 | 0.52 |
| Hex | F8 | E8 | 10 | 0 | 6 | 5E | 3 | 38 | 5E | 34 |
| Octal | 370 | 350 | 20 | 0 | 6 | 136 | 3 | 70 | 136 | 64 |
| Binary | 11111000 | 11101000 | 10000 | 0 | 110 | 1011110 | 11 | 111000 | 1011110 | 110100 |
Color Harmonies of #F8E810
Complementary color
Monochromatic Colors of #F8E810
Black with #F8E810
Text Example
Text Example
White with #F8E810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E810; }
p { color: rgb(248,232,16); }
H1.HeaderClassName
{
color: #F8E810;
}
.AnyTagClassName
{
color: #F8E810;
}
</style>
background-color css
<style>
a { background-color: #F8E810; }
a { background-color: rgb(248,232,16); }
div.DivClassName
{
background-color: #F8E810;
}
.BgClassName
{
background-color: #F8E810;
}
</style>
border-color css
<style>
span { border-color: #F8E810; }
span { border-color: rgb(248,232,16); }
td.TdClassName
{
border-color: #F8E810;
}
.TagClassName
{
border-color: #F8E810;
}
</style>