Shades of Lemon #F2ED18
Tints of Lemon #F2ED18
RGB
CMYK
RGB Variations
Color information
#F2ED18 (or 0xF2ED18) is known color: Lemon. HEX triplet: F2, ED and 18. RGB value is (242,237,24). Sum of RGB (Red+Green+Blue) = 242+237+24=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 24 (9.77% from 255 or 4.77% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED18 is #0D12E7. Grayscale: #D7D7D7. Windows color (decimal): -856808 or 1633778. OLE color: 1633778.
HSL color Cylindrical-coordinate representation of color #F2ED18: hue angle of 58.62º 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 #F2ED18 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.05 |
| HSL | 58.62º | 0.89% | 0.52% | - |
| HSV(B) | 58.62º | 0.9% | 0.95% | - |
| XYZ | 67.07 | 79.51 | 12.68 | - |
| YUV | 214.21 | 20.66 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 24 | 0 | 0.02 | 0.90 | 0.05 | 58.62 | 0.89 | 0.52 |
| Hex | F2 | ED | 18 | 0 | 2 | 5A | 5 | 3B | 59 | 34 |
| Octal | 362 | 355 | 30 | 0 | 2 | 132 | 5 | 73 | 131 | 64 |
| Binary | 11110010 | 11101101 | 11000 | 0 | 10 | 1011010 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F2ED18
Complementary color
Monochromatic Colors of #F2ED18
Black with #F2ED18
Text Example
Text Example
White with #F2ED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED18; }
p { color: rgb(242,237,24); }
H1.HeaderClassName
{
color: #F2ED18;
}
.AnyTagClassName
{
color: #F2ED18;
}
</style>
background-color css
<style>
a { background-color: #F2ED18; }
a { background-color: rgb(242,237,24); }
div.DivClassName
{
background-color: #F2ED18;
}
.BgClassName
{
background-color: #F2ED18;
}
</style>
border-color css
<style>
span { border-color: #F2ED18; }
span { border-color: rgb(242,237,24); }
td.TdClassName
{
border-color: #F2ED18;
}
.TagClassName
{
border-color: #F2ED18;
}
</style>