Shades of Lemon #F0EF10
Tints of Lemon #F0EF10
RGB
CMYK
RGB Variations
Color information
#F0EF10 (or 0xF0EF10) is known color: Lemon. HEX triplet: F0, EF and 10. RGB value is (240,239,16). Sum of RGB (Red+Green+Blue) = 240+239+16=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EF10 is #0F10EF. Grayscale: #D6D6D6. Windows color (decimal): -987376 or 1110000. OLE color: 1110000.
HSL color Cylindrical-coordinate representation of color #F0EF10: hue angle of 59.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0EF10 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 16 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.06 |
| HSL | 59.73º | 0.88% | 0.5% | - |
| HSV(B) | 59.73º | 0.93% | 0.94% | - |
| XYZ | 66.9 | 80.3 | 12.46 | - |
| YUV | 213.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 16 | 0 | 0.00 | 0.93 | 0.06 | 59.73 | 0.88 | 0.5 |
| Hex | F0 | EF | 10 | 0 | 0 | 5D | 6 | 3C | 58 | 32 |
| Octal | 360 | 357 | 20 | 0 | 0 | 135 | 6 | 74 | 130 | 62 |
| Binary | 11110000 | 11101111 | 10000 | 0 | 0 | 1011101 | 110 | 111100 | 1011000 | 110010 |
Color Harmonies of #F0EF10
Complementary color
Monochromatic Colors of #F0EF10
Black with #F0EF10
Text Example
Text Example
White with #F0EF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF10; }
p { color: rgb(240,239,16); }
H1.HeaderClassName
{
color: #F0EF10;
}
.AnyTagClassName
{
color: #F0EF10;
}
</style>
background-color css
<style>
a { background-color: #F0EF10; }
a { background-color: rgb(240,239,16); }
div.DivClassName
{
background-color: #F0EF10;
}
.BgClassName
{
background-color: #F0EF10;
}
</style>
border-color css
<style>
span { border-color: #F0EF10; }
span { border-color: rgb(240,239,16); }
td.TdClassName
{
border-color: #F0EF10;
}
.TagClassName
{
border-color: #F0EF10;
}
</style>