Shades of Lemon #F0F717
Tints of Lemon #F0F717
RGB
CMYK
RGB Variations
Color information
#F0F717 (or 0xF0F717) is known color: Lemon. HEX triplet: F0, F7 and 17. RGB value is (240,247,23). Sum of RGB (Red+Green+Blue) = 240+247+23=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 23 (9.38% from 255 or 4.51% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F717 is #0F08E8. Grayscale: #DCDCDC. Windows color (decimal): -985321 or 1570800. OLE color: 1570800.
HSL color Cylindrical-coordinate representation of color #F0F717: hue angle of 61.88º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0F717 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 23 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.03 |
| HSL | 61.88º | 0.93% | 0.53% | - |
| HSV(B) | 61.88º | 0.91% | 0.97% | - |
| XYZ | 69.35 | 85.11 | 13.58 | - |
| YUV | 219.37 | 17.18 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 23 | 0.03 | 0 | 0.91 | 0.03 | 61.88 | 0.93 | 0.53 |
| Hex | F0 | F7 | 17 | 3 | 0 | 5B | 3 | 3E | 5D | 35 |
| Octal | 360 | 367 | 27 | 3 | 0 | 133 | 3 | 76 | 135 | 65 |
| Binary | 11110000 | 11110111 | 10111 | 11 | 0 | 1011011 | 11 | 111110 | 1011101 | 110101 |
Color Harmonies of #F0F717
Complementary color
Monochromatic Colors of #F0F717
Black with #F0F717
Text Example
Text Example
White with #F0F717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F717; }
p { color: rgb(240,247,23); }
H1.HeaderClassName
{
color: #F0F717;
}
.AnyTagClassName
{
color: #F0F717;
}
</style>
background-color css
<style>
a { background-color: #F0F717; }
a { background-color: rgb(240,247,23); }
div.DivClassName
{
background-color: #F0F717;
}
.BgClassName
{
background-color: #F0F717;
}
</style>
border-color css
<style>
span { border-color: #F0F717; }
span { border-color: rgb(240,247,23); }
td.TdClassName
{
border-color: #F0F717;
}
.TagClassName
{
border-color: #F0F717;
}
</style>