Shades of Lemon #F8F022
Tints of Lemon #F8F022
RGB
CMYK
RGB Variations
Color information
#F8F022 (or 0xF8F022) is known color: Lemon. HEX triplet: F8, F0 and 22. RGB value is (248,240,34). Sum of RGB (Red+Green+Blue) = 248+240+34=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 34 (13.67% from 255 or 6.51% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F022 is #070FDD. Grayscale: #DBDBDB. Windows color (decimal): -462814 or 2289912. OLE color: 2289912.
HSL color Cylindrical-coordinate representation of color #F8F022: hue angle of 57.76º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8F022 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 34 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.03 |
| HSL | 57.76º | 0.94% | 0.55% | - |
| HSV(B) | 57.76º | 0.86% | 0.97% | - |
| XYZ | 70.16 | 82.39 | 13.72 | - |
| YUV | 218.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 34 | 0 | 0.03 | 0.86 | 0.03 | 57.76 | 0.94 | 0.55 |
| Hex | F8 | F0 | 22 | 0 | 3 | 56 | 3 | 3A | 5E | 37 |
| Octal | 370 | 360 | 42 | 0 | 3 | 126 | 3 | 72 | 136 | 67 |
| Binary | 11111000 | 11110000 | 100010 | 0 | 11 | 1010110 | 11 | 111010 | 1011110 | 110111 |
Color Harmonies of #F8F022
Complementary color
Monochromatic Colors of #F8F022
Black with #F8F022
Text Example
Text Example
White with #F8F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F022; }
p { color: rgb(248,240,34); }
H1.HeaderClassName
{
color: #F8F022;
}
.AnyTagClassName
{
color: #F8F022;
}
</style>
background-color css
<style>
a { background-color: #F8F022; }
a { background-color: rgb(248,240,34); }
div.DivClassName
{
background-color: #F8F022;
}
.BgClassName
{
background-color: #F8F022;
}
</style>
border-color css
<style>
span { border-color: #F8F022; }
span { border-color: rgb(248,240,34); }
td.TdClassName
{
border-color: #F8F022;
}
.TagClassName
{
border-color: #F8F022;
}
</style>