Shades of Lemon #F0F310
Tints of Lemon #F0F310
RGB
CMYK
RGB Variations
Color information
#F0F310 (or 0xF0F310) is known color: Lemon. HEX triplet: F0, F3 and 10. RGB value is (240,243,16). Sum of RGB (Red+Green+Blue) = 240+243+16=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 16 (6.64% from 255 or 3.21% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F310 is #0F0CEF. Grayscale: #D9D9D9. Windows color (decimal): -986352 or 1111024. OLE color: 1111024.
HSL color Cylindrical-coordinate representation of color #F0F310: hue angle of 60.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F310 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.79º | 0.9% | 0.51% | - |
| HSV(B) | 60.79º | 0.93% | 0.95% | - |
| XYZ | 68.08 | 82.66 | 12.86 | - |
| YUV | 216.23 | 15.01 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 16 | 0.01 | 0 | 0.93 | 0.05 | 60.79 | 0.9 | 0.51 |
| Hex | F0 | F3 | 10 | 1 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 360 | 363 | 20 | 1 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11110000 | 11110011 | 10000 | 1 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #F0F310
Complementary color
Monochromatic Colors of #F0F310
Black with #F0F310
Text Example
Text Example
White with #F0F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F310; }
p { color: rgb(240,243,16); }
H1.HeaderClassName
{
color: #F0F310;
}
.AnyTagClassName
{
color: #F0F310;
}
</style>
background-color css
<style>
a { background-color: #F0F310; }
a { background-color: rgb(240,243,16); }
div.DivClassName
{
background-color: #F0F310;
}
.BgClassName
{
background-color: #F0F310;
}
</style>
border-color css
<style>
span { border-color: #F0F310; }
span { border-color: rgb(240,243,16); }
td.TdClassName
{
border-color: #F0F310;
}
.TagClassName
{
border-color: #F0F310;
}
</style>