Shades of Lemon #F0F40B
Tints of Lemon #F0F40B
RGB
CMYK
RGB Variations
Color information
#F0F40B (or 0xF0F40B) is known color: Lemon. HEX triplet: F0, F4 and 0B. RGB value is (240,244,11). Sum of RGB (Red+Green+Blue) = 240+244+11=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 11 (4.69% from 255 or 2.22% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F40B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F40B is #0F0BF4. Grayscale: #D9D9D9. Windows color (decimal): -986101 or 783600. OLE color: 783600.
HSL color Cylindrical-coordinate representation of color #F0F40B: hue angle of 61.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0F40B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.04 |
| HSL | 61.03º | 0.91% | 0.5% | - |
| HSV(B) | 61.03º | 0.95% | 0.96% | - |
| XYZ | 68.35 | 83.25 | 12.78 | - |
| YUV | 216.24 | 12.17 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 11 | 0.02 | 0 | 0.95 | 0.04 | 61.03 | 0.91 | 0.5 |
| Hex | F0 | F4 | B | 2 | 0 | 5F | 4 | 3D | 5B | 32 |
| Octal | 360 | 364 | 13 | 2 | 0 | 137 | 4 | 75 | 133 | 62 |
| Binary | 11110000 | 11110100 | 1011 | 10 | 0 | 1011111 | 100 | 111101 | 1011011 | 110010 |
Color Harmonies of #F0F40B
Complementary color
Monochromatic Colors of #F0F40B
Black with #F0F40B
Text Example
Text Example
White with #F0F40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F40B; }
p { color: rgb(240,244,11); }
H1.HeaderClassName
{
color: #F0F40B;
}
.AnyTagClassName
{
color: #F0F40B;
}
</style>
background-color css
<style>
a { background-color: #F0F40B; }
a { background-color: rgb(240,244,11); }
div.DivClassName
{
background-color: #F0F40B;
}
.BgClassName
{
background-color: #F0F40B;
}
</style>
border-color css
<style>
span { border-color: #F0F40B; }
span { border-color: rgb(240,244,11); }
td.TdClassName
{
border-color: #F0F40B;
}
.TagClassName
{
border-color: #F0F40B;
}
</style>