Shades of Lemon #F2ED15
Tints of Lemon #F2ED15
RGB
CMYK
RGB Variations
Color information
#F2ED15 (or 0xF2ED15) is known color: Lemon. HEX triplet: F2, ED and 15. RGB value is (242,237,21). Sum of RGB (Red+Green+Blue) = 242+237+21=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 21 (8.59% from 255 or 4.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED15 is #0D12EA. Grayscale: #D6D6D6. Windows color (decimal): -856811 or 1437170. OLE color: 1437170.
HSL color Cylindrical-coordinate representation of color #F2ED15: hue angle of 58.64º 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 #F2ED15 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.05 |
| HSL | 58.64º | 0.89% | 0.52% | - |
| HSV(B) | 58.64º | 0.91% | 0.95% | - |
| XYZ | 67.04 | 79.5 | 12.52 | - |
| YUV | 213.87 | 19.16 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 21 | 0 | 0.02 | 0.91 | 0.05 | 58.64 | 0.89 | 0.52 |
| Hex | F2 | ED | 15 | 0 | 2 | 5B | 5 | 3B | 59 | 34 |
| Octal | 362 | 355 | 25 | 0 | 2 | 133 | 5 | 73 | 131 | 64 |
| Binary | 11110010 | 11101101 | 10101 | 0 | 10 | 1011011 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F2ED15
Complementary color
Monochromatic Colors of #F2ED15
Black with #F2ED15
Text Example
Text Example
White with #F2ED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED15; }
p { color: rgb(242,237,21); }
H1.HeaderClassName
{
color: #F2ED15;
}
.AnyTagClassName
{
color: #F2ED15;
}
</style>
background-color css
<style>
a { background-color: #F2ED15; }
a { background-color: rgb(242,237,21); }
div.DivClassName
{
background-color: #F2ED15;
}
.BgClassName
{
background-color: #F2ED15;
}
</style>
border-color css
<style>
span { border-color: #F2ED15; }
span { border-color: rgb(242,237,21); }
td.TdClassName
{
border-color: #F2ED15;
}
.TagClassName
{
border-color: #F2ED15;
}
</style>