Shades of Lemon #F2EF23
Tints of Lemon #F2EF23
RGB
CMYK
RGB Variations
Color information
#F2EF23 (or 0xF2EF23) is known color: Lemon. HEX triplet: F2, EF and 23. RGB value is (242,239,35). Sum of RGB (Red+Green+Blue) = 242+239+35=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 35 (14.06% from 255 or 6.78% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF23 is #0D10DC. Grayscale: #D9D9D9. Windows color (decimal): -856285 or 2355186. OLE color: 2355186.
HSL color Cylindrical-coordinate representation of color #F2EF23: hue angle of 59.13º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2EF23 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 35 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.05 |
| HSL | 59.13º | 0.89% | 0.54% | - |
| HSV(B) | 59.13º | 0.86% | 0.95% | - |
| XYZ | 67.79 | 80.73 | 13.6 | - |
| YUV | 216.64 | 25.49 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 35 | 0 | 0.01 | 0.86 | 0.05 | 59.13 | 0.89 | 0.54 |
| Hex | F2 | EF | 23 | 0 | 1 | 56 | 5 | 3B | 59 | 36 |
| Octal | 362 | 357 | 43 | 0 | 1 | 126 | 5 | 73 | 131 | 66 |
| Binary | 11110010 | 11101111 | 100011 | 0 | 1 | 1010110 | 101 | 111011 | 1011001 | 110110 |
Color Harmonies of #F2EF23
Complementary color
Monochromatic Colors of #F2EF23
Black with #F2EF23
Text Example
Text Example
White with #F2EF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF23; }
p { color: rgb(242,239,35); }
H1.HeaderClassName
{
color: #F2EF23;
}
.AnyTagClassName
{
color: #F2EF23;
}
</style>
background-color css
<style>
a { background-color: #F2EF23; }
a { background-color: rgb(242,239,35); }
div.DivClassName
{
background-color: #F2EF23;
}
.BgClassName
{
background-color: #F2EF23;
}
</style>
border-color css
<style>
span { border-color: #F2EF23; }
span { border-color: rgb(242,239,35); }
td.TdClassName
{
border-color: #F2EF23;
}
.TagClassName
{
border-color: #F2EF23;
}
</style>