Shades of Lemon #F2ED10
Tints of Lemon #F2ED10
RGB
CMYK
RGB Variations
Color information
#F2ED10 (or 0xF2ED10) is known color: Lemon. HEX triplet: F2, ED and 10. RGB value is (242,237,16). Sum of RGB (Red+Green+Blue) = 242+237+16=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED10 is #0D12EF. Grayscale: #D6D6D6. Windows color (decimal): -856816 or 1109490. OLE color: 1109490.
HSL color Cylindrical-coordinate representation of color #F2ED10: hue angle of 58.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2ED10 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.05 |
| HSL | 58.67º | 0.9% | 0.51% | - |
| HSV(B) | 58.67º | 0.93% | 0.95% | - |
| XYZ | 67 | 79.48 | 12.3 | - |
| YUV | 213.3 | 16.66 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 16 | 0 | 0.02 | 0.93 | 0.05 | 58.67 | 0.9 | 0.51 |
| Hex | F2 | ED | 10 | 0 | 2 | 5D | 5 | 3B | 5A | 33 |
| Octal | 362 | 355 | 20 | 0 | 2 | 135 | 5 | 73 | 132 | 63 |
| Binary | 11110010 | 11101101 | 10000 | 0 | 10 | 1011101 | 101 | 111011 | 1011010 | 110011 |
Color Harmonies of #F2ED10
Complementary color
Monochromatic Colors of #F2ED10
Black with #F2ED10
Text Example
Text Example
White with #F2ED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED10; }
p { color: rgb(242,237,16); }
H1.HeaderClassName
{
color: #F2ED10;
}
.AnyTagClassName
{
color: #F2ED10;
}
</style>
background-color css
<style>
a { background-color: #F2ED10; }
a { background-color: rgb(242,237,16); }
div.DivClassName
{
background-color: #F2ED10;
}
.BgClassName
{
background-color: #F2ED10;
}
</style>
border-color css
<style>
span { border-color: #F2ED10; }
span { border-color: rgb(242,237,16); }
td.TdClassName
{
border-color: #F2ED10;
}
.TagClassName
{
border-color: #F2ED10;
}
</style>