Shades of Lemon #F0F925
Tints of Lemon #F0F925
RGB
CMYK
RGB Variations
Color information
#F0F925 (or 0xF0F925) is known color: Lemon. HEX triplet: F0, F9 and 25. RGB value is (240,249,37). Sum of RGB (Red+Green+Blue) = 240+249+37=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 37 (14.84% from 255 or 7.03% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F925 is #0F06DA. Grayscale: #DEDEDE. Windows color (decimal): -984795 or 2488816. OLE color: 2488816.
HSL color Cylindrical-coordinate representation of color #F0F925: hue angle of 62.55º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0F925 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 37 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.02 |
| HSL | 62.55º | 0.95% | 0.56% | - |
| HSV(B) | 62.55º | 0.85% | 0.98% | - |
| XYZ | 70.14 | 86.41 | 14.73 | - |
| YUV | 222.14 | 23.52 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 37 | 0.04 | 0 | 0.85 | 0.02 | 62.55 | 0.95 | 0.56 |
| Hex | F0 | F9 | 25 | 4 | 0 | 55 | 2 | 3F | 5F | 38 |
| Octal | 360 | 371 | 45 | 4 | 0 | 125 | 2 | 77 | 137 | 70 |
| Binary | 11110000 | 11111001 | 100101 | 100 | 0 | 1010101 | 10 | 111111 | 1011111 | 111000 |
Color Harmonies of #F0F925
Complementary color
Monochromatic Colors of #F0F925
Black with #F0F925
Text Example
Text Example
White with #F0F925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F925; }
p { color: rgb(240,249,37); }
H1.HeaderClassName
{
color: #F0F925;
}
.AnyTagClassName
{
color: #F0F925;
}
</style>
background-color css
<style>
a { background-color: #F0F925; }
a { background-color: rgb(240,249,37); }
div.DivClassName
{
background-color: #F0F925;
}
.BgClassName
{
background-color: #F0F925;
}
</style>
border-color css
<style>
span { border-color: #F0F925; }
span { border-color: rgb(240,249,37); }
td.TdClassName
{
border-color: #F0F925;
}
.TagClassName
{
border-color: #F0F925;
}
</style>