Shades of Lemon #F0F30F
Tints of Lemon #F0F30F
RGB
CMYK
RGB Variations
Color information
#F0F30F (or 0xF0F30F) is known color: Lemon. HEX triplet: F0, F3 and 0F. RGB value is (240,243,15). Sum of RGB (Red+Green+Blue) = 240+243+15=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 15 (6.25% from 255 or 3.01% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F30F is #0F0CF0. Grayscale: #D9D9D9. Windows color (decimal): -986353 or 1045488. OLE color: 1045488.
HSL color Cylindrical-coordinate representation of color #F0F30F: 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.94%. Process color model (Four color, CMYK) of #F0F30F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.05 |
| HSL | 60.79º | 0.9% | 0.51% | - |
| HSV(B) | 60.79º | 0.94% | 0.95% | - |
| XYZ | 68.07 | 82.66 | 12.82 | - |
| YUV | 216.11 | 14.51 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 15 | 0.01 | 0 | 0.94 | 0.05 | 60.79 | 0.9 | 0.51 |
| Hex | F0 | F3 | F | 1 | 0 | 5E | 5 | 3D | 5A | 33 |
| Octal | 360 | 363 | 17 | 1 | 0 | 136 | 5 | 75 | 132 | 63 |
| Binary | 11110000 | 11110011 | 1111 | 1 | 0 | 1011110 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #F0F30F
Complementary color
Monochromatic Colors of #F0F30F
Black with #F0F30F
Text Example
Text Example
White with #F0F30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F30F; }
p { color: rgb(240,243,15); }
H1.HeaderClassName
{
color: #F0F30F;
}
.AnyTagClassName
{
color: #F0F30F;
}
</style>
background-color css
<style>
a { background-color: #F0F30F; }
a { background-color: rgb(240,243,15); }
div.DivClassName
{
background-color: #F0F30F;
}
.BgClassName
{
background-color: #F0F30F;
}
</style>
border-color css
<style>
span { border-color: #F0F30F; }
span { border-color: rgb(240,243,15); }
td.TdClassName
{
border-color: #F0F30F;
}
.TagClassName
{
border-color: #F0F30F;
}
</style>