Shades of Lemon #F2F018
Tints of Lemon #F2F018
RGB
CMYK
RGB Variations
Color information
#F2F018 (or 0xF2F018) is known color: Lemon. HEX triplet: F2, F0 and 18. RGB value is (242,240,24). Sum of RGB (Red+Green+Blue) = 242+240+24=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 24 (9.77% from 255 or 4.74% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F018 is #0D0FE7. Grayscale: #D8D8D8. Windows color (decimal): -856040 or 1634546. OLE color: 1634546.
HSL color Cylindrical-coordinate representation of color #F2F018: hue angle of 59.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2F018 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.05 |
| HSL | 59.45º | 0.89% | 0.52% | - |
| HSV(B) | 59.45º | 0.9% | 0.95% | - |
| XYZ | 67.94 | 81.26 | 12.97 | - |
| YUV | 215.97 | 19.66 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 24 | 0 | 0.01 | 0.90 | 0.05 | 59.45 | 0.89 | 0.52 |
| Hex | F2 | F0 | 18 | 0 | 1 | 5A | 5 | 3B | 59 | 34 |
| Octal | 362 | 360 | 30 | 0 | 1 | 132 | 5 | 73 | 131 | 64 |
| Binary | 11110010 | 11110000 | 11000 | 0 | 1 | 1011010 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F2F018
Complementary color
Monochromatic Colors of #F2F018
Black with #F2F018
Text Example
Text Example
White with #F2F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F018; }
p { color: rgb(242,240,24); }
H1.HeaderClassName
{
color: #F2F018;
}
.AnyTagClassName
{
color: #F2F018;
}
</style>
background-color css
<style>
a { background-color: #F2F018; }
a { background-color: rgb(242,240,24); }
div.DivClassName
{
background-color: #F2F018;
}
.BgClassName
{
background-color: #F2F018;
}
</style>
border-color css
<style>
span { border-color: #F2F018; }
span { border-color: rgb(242,240,24); }
td.TdClassName
{
border-color: #F2F018;
}
.TagClassName
{
border-color: #F2F018;
}
</style>