Shades of Lemon #F0F616
Tints of Lemon #F0F616
RGB
CMYK
RGB Variations
Color information
#F0F616 (or 0xF0F616) is known color: Lemon. HEX triplet: F0, F6 and 16. RGB value is (240,246,22). Sum of RGB (Red+Green+Blue) = 240+246+22=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 22 (8.98% from 255 or 4.33% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F616 is #0F09E9. Grayscale: #DBDBDB. Windows color (decimal): -985578 or 1505008. OLE color: 1505008.
HSL color Cylindrical-coordinate representation of color #F0F616: hue angle of 61.61º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0F616 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.61º | 0.93% | 0.53% | - |
| HSV(B) | 61.61º | 0.91% | 0.96% | - |
| XYZ | 69.04 | 84.49 | 13.43 | - |
| YUV | 218.67 | 17.01 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 22 | 0.02 | 0 | 0.91 | 0.04 | 61.61 | 0.93 | 0.53 |
| Hex | F0 | F6 | 16 | 2 | 0 | 5B | 4 | 3E | 5D | 35 |
| Octal | 360 | 366 | 26 | 2 | 0 | 133 | 4 | 76 | 135 | 65 |
| Binary | 11110000 | 11110110 | 10110 | 10 | 0 | 1011011 | 100 | 111110 | 1011101 | 110101 |
Color Harmonies of #F0F616
Complementary color
Monochromatic Colors of #F0F616
Black with #F0F616
Text Example
Text Example
White with #F0F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F616; }
p { color: rgb(240,246,22); }
H1.HeaderClassName
{
color: #F0F616;
}
.AnyTagClassName
{
color: #F0F616;
}
</style>
background-color css
<style>
a { background-color: #F0F616; }
a { background-color: rgb(240,246,22); }
div.DivClassName
{
background-color: #F0F616;
}
.BgClassName
{
background-color: #F0F616;
}
</style>
border-color css
<style>
span { border-color: #F0F616; }
span { border-color: rgb(240,246,22); }
td.TdClassName
{
border-color: #F0F616;
}
.TagClassName
{
border-color: #F0F616;
}
</style>