Shades of Lemon #F0F10B
Tints of Lemon #F0F10B
RGB
CMYK
RGB Variations
Color information
#F0F10B (or 0xF0F10B) is known color: Lemon. HEX triplet: F0, F1 and 0B. RGB value is (240,241,11). Sum of RGB (Red+Green+Blue) = 240+241+11=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F10B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F10B is #0F0EF4. Grayscale: #D7D7D7. Windows color (decimal): -986869 or 782832. OLE color: 782832.
HSL color Cylindrical-coordinate representation of color #F0F10B: hue angle of 60.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0F10B is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 11 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.05 |
| HSL | 60.26º | 0.91% | 0.49% | - |
| HSV(B) | 60.26º | 0.95% | 0.95% | - |
| XYZ | 67.45 | 81.46 | 12.48 | - |
| YUV | 214.48 | 13.17 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 11 | 0.00 | 0 | 0.95 | 0.05 | 60.26 | 0.91 | 0.49 |
| Hex | F0 | F1 | B | 0 | 0 | 5F | 5 | 3C | 5B | 31 |
| Octal | 360 | 361 | 13 | 0 | 0 | 137 | 5 | 74 | 133 | 61 |
| Binary | 11110000 | 11110001 | 1011 | 0 | 0 | 1011111 | 101 | 111100 | 1011011 | 110001 |
Color Harmonies of #F0F10B
Complementary color
Monochromatic Colors of #F0F10B
Black with #F0F10B
Text Example
Text Example
White with #F0F10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F10B; }
p { color: rgb(240,241,11); }
H1.HeaderClassName
{
color: #F0F10B;
}
.AnyTagClassName
{
color: #F0F10B;
}
</style>
background-color css
<style>
a { background-color: #F0F10B; }
a { background-color: rgb(240,241,11); }
div.DivClassName
{
background-color: #F0F10B;
}
.BgClassName
{
background-color: #F0F10B;
}
</style>
border-color css
<style>
span { border-color: #F0F10B; }
span { border-color: rgb(240,241,11); }
td.TdClassName
{
border-color: #F0F10B;
}
.TagClassName
{
border-color: #F0F10B;
}
</style>