Shades of Lemon #F0F51F
Tints of Lemon #F0F51F
RGB
CMYK
RGB Variations
Color information
#F0F51F (or 0xF0F51F) is known color: Lemon. HEX triplet: F0, F5 and 1F. RGB value is (240,245,31). Sum of RGB (Red+Green+Blue) = 240+245+31=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 31 (12.5% from 255 or 6.01% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F51F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F51F is #0F0AE0. Grayscale: #DBDBDB. Windows color (decimal): -985825 or 2094576. OLE color: 2094576.
HSL color Cylindrical-coordinate representation of color #F0F51F: hue angle of 61.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0F51F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 31 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.04 |
| HSL | 61.4º | 0.91% | 0.54% | - |
| HSV(B) | 61.4º | 0.87% | 0.96% | - |
| XYZ | 68.83 | 83.93 | 13.87 | - |
| YUV | 219.11 | 21.84 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 31 | 0.02 | 0 | 0.87 | 0.04 | 61.4 | 0.91 | 0.54 |
| Hex | F0 | F5 | 1F | 2 | 0 | 57 | 4 | 3D | 5B | 36 |
| Octal | 360 | 365 | 37 | 2 | 0 | 127 | 4 | 75 | 133 | 66 |
| Binary | 11110000 | 11110101 | 11111 | 10 | 0 | 1010111 | 100 | 111101 | 1011011 | 110110 |
Color Harmonies of #F0F51F
Complementary color
Monochromatic Colors of #F0F51F
Black with #F0F51F
Text Example
Text Example
White with #F0F51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F51F; }
p { color: rgb(240,245,31); }
H1.HeaderClassName
{
color: #F0F51F;
}
.AnyTagClassName
{
color: #F0F51F;
}
</style>
background-color css
<style>
a { background-color: #F0F51F; }
a { background-color: rgb(240,245,31); }
div.DivClassName
{
background-color: #F0F51F;
}
.BgClassName
{
background-color: #F0F51F;
}
</style>
border-color css
<style>
span { border-color: #F0F51F; }
span { border-color: rgb(240,245,31); }
td.TdClassName
{
border-color: #F0F51F;
}
.TagClassName
{
border-color: #F0F51F;
}
</style>