Shades of Lemon #F4F018
Tints of Lemon #F4F018
RGB
CMYK
RGB Variations
Color information
#F4F018 (or 0xF4F018) is known color: Lemon. HEX triplet: F4, F0 and 18. RGB value is (244,240,24). Sum of RGB (Red+Green+Blue) = 244+240+24=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 24 (9.77% from 255 or 4.72% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F018 is #0B0FE7. Grayscale: #D9D9D9. Windows color (decimal): -724968 or 1634548. OLE color: 1634548.
HSL color Cylindrical-coordinate representation of color #F4F018: hue angle of 58.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4F018 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.04 |
| HSL | 58.91º | 0.91% | 0.53% | - |
| HSV(B) | 58.91º | 0.9% | 0.96% | - |
| XYZ | 68.63 | 81.62 | 13 | - |
| YUV | 216.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 24 | 0 | 0.02 | 0.90 | 0.04 | 58.91 | 0.91 | 0.53 |
| Hex | F4 | F0 | 18 | 0 | 2 | 5A | 4 | 3B | 5B | 35 |
| Octal | 364 | 360 | 30 | 0 | 2 | 132 | 4 | 73 | 133 | 65 |
| Binary | 11110100 | 11110000 | 11000 | 0 | 10 | 1011010 | 100 | 111011 | 1011011 | 110101 |
Color Harmonies of #F4F018
Complementary color
Monochromatic Colors of #F4F018
Black with #F4F018
Text Example
Text Example
White with #F4F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F018; }
p { color: rgb(244,240,24); }
H1.HeaderClassName
{
color: #F4F018;
}
.AnyTagClassName
{
color: #F4F018;
}
</style>
background-color css
<style>
a { background-color: #F4F018; }
a { background-color: rgb(244,240,24); }
div.DivClassName
{
background-color: #F4F018;
}
.BgClassName
{
background-color: #F4F018;
}
</style>
border-color css
<style>
span { border-color: #F4F018; }
span { border-color: rgb(244,240,24); }
td.TdClassName
{
border-color: #F4F018;
}
.TagClassName
{
border-color: #F4F018;
}
</style>