Shades of Lemon #F0F617
Tints of Lemon #F0F617
RGB
CMYK
RGB Variations
Color information
#F0F617 (or 0xF0F617) is known color: Lemon. HEX triplet: F0, F6 and 17. RGB value is (240,246,23). Sum of RGB (Red+Green+Blue) = 240+246+23=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 23 (9.38% from 255 or 4.52% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F617 is #0F09E8. Grayscale: #DBDBDB. Windows color (decimal): -985577 or 1570544. OLE color: 1570544.
HSL color Cylindrical-coordinate representation of color #F0F617: 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 #F0F617 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 23 | - |
| 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.05 | 84.5 | 13.48 | - |
| YUV | 218.78 | 17.51 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 23 | 0.02 | 0 | 0.91 | 0.04 | 61.61 | 0.93 | 0.53 |
| Hex | F0 | F6 | 17 | 2 | 0 | 5B | 4 | 3E | 5D | 35 |
| Octal | 360 | 366 | 27 | 2 | 0 | 133 | 4 | 76 | 135 | 65 |
| Binary | 11110000 | 11110110 | 10111 | 10 | 0 | 1011011 | 100 | 111110 | 1011101 | 110101 |
Color Harmonies of #F0F617
Complementary color
Monochromatic Colors of #F0F617
Black with #F0F617
Text Example
Text Example
White with #F0F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F617; }
p { color: rgb(240,246,23); }
H1.HeaderClassName
{
color: #F0F617;
}
.AnyTagClassName
{
color: #F0F617;
}
</style>
background-color css
<style>
a { background-color: #F0F617; }
a { background-color: rgb(240,246,23); }
div.DivClassName
{
background-color: #F0F617;
}
.BgClassName
{
background-color: #F0F617;
}
</style>
border-color css
<style>
span { border-color: #F0F617; }
span { border-color: rgb(240,246,23); }
td.TdClassName
{
border-color: #F0F617;
}
.TagClassName
{
border-color: #F0F617;
}
</style>