Shades of Lemon #F0F108
Tints of Lemon #F0F108
RGB
CMYK
RGB Variations
Color information
#F0F108 (or 0xF0F108) is known color: Lemon. HEX triplet: F0, F1 and 08. RGB value is (240,241,8). Sum of RGB (Red+Green+Blue) = 240+241+8=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 8 (3.52% from 255 or 1.64% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F108 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F108 is #0F0EF7. Grayscale: #D7D7D7. Windows color (decimal): -986872 or 586224. OLE color: 586224.
HSL color Cylindrical-coordinate representation of color #F0F108: hue angle of 60.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0F108 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 8 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.05 |
| HSL | 60.26º | 0.94% | 0.49% | - |
| HSV(B) | 60.26º | 0.97% | 0.95% | - |
| XYZ | 67.43 | 81.45 | 12.4 | - |
| YUV | 214.14 | 11.67 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 8 | 0.00 | 0 | 0.97 | 0.05 | 60.26 | 0.94 | 0.49 |
| Hex | F0 | F1 | 8 | 0 | 0 | 61 | 5 | 3C | 5E | 31 |
| Octal | 360 | 361 | 10 | 0 | 0 | 141 | 5 | 74 | 136 | 61 |
| Binary | 11110000 | 11110001 | 1000 | 0 | 0 | 1100001 | 101 | 111100 | 1011110 | 110001 |
Color Harmonies of #F0F108
Complementary color
Monochromatic Colors of #F0F108
Black with #F0F108
Text Example
Text Example
White with #F0F108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F108; }
p { color: rgb(240,241,8); }
H1.HeaderClassName
{
color: #F0F108;
}
.AnyTagClassName
{
color: #F0F108;
}
</style>
background-color css
<style>
a { background-color: #F0F108; }
a { background-color: rgb(240,241,8); }
div.DivClassName
{
background-color: #F0F108;
}
.BgClassName
{
background-color: #F0F108;
}
</style>
border-color css
<style>
span { border-color: #F0F108; }
span { border-color: rgb(240,241,8); }
td.TdClassName
{
border-color: #F0F108;
}
.TagClassName
{
border-color: #F0F108;
}
</style>