Shades of Lemon #F0F312
Tints of Lemon #F0F312
RGB
CMYK
RGB Variations
Color information
#F0F312 (or 0xF0F312) is known color: Lemon. HEX triplet: F0, F3 and 12. RGB value is (240,243,18). Sum of RGB (Red+Green+Blue) = 240+243+18=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F312 is #0F0CED. Grayscale: #D9D9D9. Windows color (decimal): -986350 or 1242096. OLE color: 1242096.
HSL color Cylindrical-coordinate representation of color #F0F312: hue angle of 60.8º 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 #F0F312 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 18 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.8º | 0.9% | 0.51% | - |
| HSV(B) | 60.8º | 0.93% | 0.95% | - |
| XYZ | 68.09 | 82.67 | 12.94 | - |
| YUV | 216.45 | 16.01 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 18 | 0.01 | 0 | 0.93 | 0.05 | 60.8 | 0.9 | 0.51 |
| Hex | F0 | F3 | 12 | 1 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 360 | 363 | 22 | 1 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11110000 | 11110011 | 10010 | 1 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #F0F312
Complementary color
Monochromatic Colors of #F0F312
Black with #F0F312
Text Example
Text Example
White with #F0F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F312; }
p { color: rgb(240,243,18); }
H1.HeaderClassName
{
color: #F0F312;
}
.AnyTagClassName
{
color: #F0F312;
}
</style>
background-color css
<style>
a { background-color: #F0F312; }
a { background-color: rgb(240,243,18); }
div.DivClassName
{
background-color: #F0F312;
}
.BgClassName
{
background-color: #F0F312;
}
</style>
border-color css
<style>
span { border-color: #F0F312; }
span { border-color: rgb(240,243,18); }
td.TdClassName
{
border-color: #F0F312;
}
.TagClassName
{
border-color: #F0F312;
}
</style>