Shades of Lemon #F8F024
Tints of Lemon #F8F024
RGB
CMYK
RGB Variations
Color information
#F8F024 (or 0xF8F024) is known color: Lemon. HEX triplet: F8, F0 and 24. RGB value is (248,240,36). Sum of RGB (Red+Green+Blue) = 248+240+36=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 36 (14.45% from 255 or 6.87% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F024 is #070FDB. Grayscale: #DBDBDB. Windows color (decimal): -462812 or 2420984. OLE color: 2420984.
HSL color Cylindrical-coordinate representation of color #F8F024: hue angle of 57.74º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8F024 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 36 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.03 |
| HSL | 57.74º | 0.94% | 0.56% | - |
| HSV(B) | 57.74º | 0.85% | 0.97% | - |
| XYZ | 70.19 | 82.4 | 13.88 | - |
| YUV | 219.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 36 | 0 | 0.03 | 0.85 | 0.03 | 57.74 | 0.94 | 0.56 |
| Hex | F8 | F0 | 24 | 0 | 3 | 55 | 3 | 3A | 5E | 38 |
| Octal | 370 | 360 | 44 | 0 | 3 | 125 | 3 | 72 | 136 | 70 |
| Binary | 11111000 | 11110000 | 100100 | 0 | 11 | 1010101 | 11 | 111010 | 1011110 | 111000 |
Color Harmonies of #F8F024
Complementary color
Monochromatic Colors of #F8F024
Black with #F8F024
Text Example
Text Example
White with #F8F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F024; }
p { color: rgb(248,240,36); }
H1.HeaderClassName
{
color: #F8F024;
}
.AnyTagClassName
{
color: #F8F024;
}
</style>
background-color css
<style>
a { background-color: #F8F024; }
a { background-color: rgb(248,240,36); }
div.DivClassName
{
background-color: #F8F024;
}
.BgClassName
{
background-color: #F8F024;
}
</style>
border-color css
<style>
span { border-color: #F8F024; }
span { border-color: rgb(248,240,36); }
td.TdClassName
{
border-color: #F8F024;
}
.TagClassName
{
border-color: #F8F024;
}
</style>