Shades of Lemon #F2EF15
Tints of Lemon #F2EF15
RGB
CMYK
RGB Variations
Color information
#F2EF15 (or 0xF2EF15) is known color: Lemon. HEX triplet: F2, EF and 15. RGB value is (242,239,21). Sum of RGB (Red+Green+Blue) = 242+239+21=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 21 (8.59% from 255 or 4.18% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EF15 is #0D10EA. Grayscale: #D7D7D7. Windows color (decimal): -856299 or 1437682. OLE color: 1437682.
HSL color Cylindrical-coordinate representation of color #F2EF15: hue angle of 59.19º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2EF15 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 21 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.05 |
| HSL | 59.19º | 0.89% | 0.52% | - |
| HSV(B) | 59.19º | 0.91% | 0.95% | - |
| XYZ | 67.62 | 80.66 | 12.72 | - |
| YUV | 215.05 | 18.49 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 21 | 0 | 0.01 | 0.91 | 0.05 | 59.19 | 0.89 | 0.52 |
| Hex | F2 | EF | 15 | 0 | 1 | 5B | 5 | 3B | 59 | 34 |
| Octal | 362 | 357 | 25 | 0 | 1 | 133 | 5 | 73 | 131 | 64 |
| Binary | 11110010 | 11101111 | 10101 | 0 | 1 | 1011011 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F2EF15
Complementary color
Monochromatic Colors of #F2EF15
Black with #F2EF15
Text Example
Text Example
White with #F2EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF15; }
p { color: rgb(242,239,21); }
H1.HeaderClassName
{
color: #F2EF15;
}
.AnyTagClassName
{
color: #F2EF15;
}
</style>
background-color css
<style>
a { background-color: #F2EF15; }
a { background-color: rgb(242,239,21); }
div.DivClassName
{
background-color: #F2EF15;
}
.BgClassName
{
background-color: #F2EF15;
}
</style>
border-color css
<style>
span { border-color: #F2EF15; }
span { border-color: rgb(242,239,21); }
td.TdClassName
{
border-color: #F2EF15;
}
.TagClassName
{
border-color: #F2EF15;
}
</style>