Shades of Lemon #F0F415
Tints of Lemon #F0F415
RGB
CMYK
RGB Variations
Color information
#F0F415 (or 0xF0F415) is known color: Lemon. HEX triplet: F0, F4 and 15. RGB value is (240,244,21). Sum of RGB (Red+Green+Blue) = 240+244+21=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 21 (8.59% from 255 or 4.16% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F415 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F415 is #0F0BEA. Grayscale: #DADADA. Windows color (decimal): -986091 or 1438960. OLE color: 1438960.
HSL color Cylindrical-coordinate representation of color #F0F415: hue angle of 61.08º degrees, saturation: 0.91, 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 #F0F415 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.08º | 0.91% | 0.52% | - |
| HSV(B) | 61.08º | 0.91% | 0.96% | - |
| XYZ | 68.42 | 83.28 | 13.18 | - |
| YUV | 217.38 | 17.17 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 21 | 0.02 | 0 | 0.91 | 0.04 | 61.08 | 0.91 | 0.52 |
| Hex | F0 | F4 | 15 | 2 | 0 | 5B | 4 | 3D | 5B | 34 |
| Octal | 360 | 364 | 25 | 2 | 0 | 133 | 4 | 75 | 133 | 64 |
| Binary | 11110000 | 11110100 | 10101 | 10 | 0 | 1011011 | 100 | 111101 | 1011011 | 110100 |
Color Harmonies of #F0F415
Complementary color
Monochromatic Colors of #F0F415
Black with #F0F415
Text Example
Text Example
White with #F0F415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F415; }
p { color: rgb(240,244,21); }
H1.HeaderClassName
{
color: #F0F415;
}
.AnyTagClassName
{
color: #F0F415;
}
</style>
background-color css
<style>
a { background-color: #F0F415; }
a { background-color: rgb(240,244,21); }
div.DivClassName
{
background-color: #F0F415;
}
.BgClassName
{
background-color: #F0F415;
}
</style>
border-color css
<style>
span { border-color: #F0F415; }
span { border-color: rgb(240,244,21); }
td.TdClassName
{
border-color: #F0F415;
}
.TagClassName
{
border-color: #F0F415;
}
</style>