Shades of Lemon #F0F516
Tints of Lemon #F0F516
RGB
CMYK
RGB Variations
Color information
#F0F516 (or 0xF0F516) is known color: Lemon. HEX triplet: F0, F5 and 16. RGB value is (240,245,22). Sum of RGB (Red+Green+Blue) = 240+245+22=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 22 (8.98% from 255 or 4.34% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F516 is #0F0AE9. Grayscale: #DADADA. Windows color (decimal): -985834 or 1504752. OLE color: 1504752.
HSL color Cylindrical-coordinate representation of color #F0F516: hue angle of 61.35º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0F516 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.35º | 0.92% | 0.52% | - |
| HSV(B) | 61.35º | 0.91% | 0.96% | - |
| XYZ | 68.73 | 83.89 | 13.33 | - |
| YUV | 218.08 | 17.34 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 22 | 0.02 | 0 | 0.91 | 0.04 | 61.35 | 0.92 | 0.52 |
| Hex | F0 | F5 | 16 | 2 | 0 | 5B | 4 | 3D | 5C | 34 |
| Octal | 360 | 365 | 26 | 2 | 0 | 133 | 4 | 75 | 134 | 64 |
| Binary | 11110000 | 11110101 | 10110 | 10 | 0 | 1011011 | 100 | 111101 | 1011100 | 110100 |
Color Harmonies of #F0F516
Complementary color
Monochromatic Colors of #F0F516
Black with #F0F516
Text Example
Text Example
White with #F0F516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F516; }
p { color: rgb(240,245,22); }
H1.HeaderClassName
{
color: #F0F516;
}
.AnyTagClassName
{
color: #F0F516;
}
</style>
background-color css
<style>
a { background-color: #F0F516; }
a { background-color: rgb(240,245,22); }
div.DivClassName
{
background-color: #F0F516;
}
.BgClassName
{
background-color: #F0F516;
}
</style>
border-color css
<style>
span { border-color: #F0F516; }
span { border-color: rgb(240,245,22); }
td.TdClassName
{
border-color: #F0F516;
}
.TagClassName
{
border-color: #F0F516;
}
</style>