Shades of Lemon #F0F10C
Tints of Lemon #F0F10C
RGB
CMYK
RGB Variations
Color information
#F0F10C (or 0xF0F10C) is known color: Lemon. HEX triplet: F0, F1 and 0C. RGB value is (240,241,12). Sum of RGB (Red+Green+Blue) = 240+241+12=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 12 (5.08% from 255 or 2.43% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F10C is #0F0EF3. Grayscale: #D7D7D7. Windows color (decimal): -986868 or 848368. OLE color: 848368.
HSL color Cylindrical-coordinate representation of color #F0F10C: hue angle of 60.26º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0F10C is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 12 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.05 |
| HSL | 60.26º | 0.91% | 0.5% | - |
| HSV(B) | 60.26º | 0.95% | 0.95% | - |
| XYZ | 67.46 | 81.46 | 12.52 | - |
| YUV | 214.6 | 13.67 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 12 | 0.00 | 0 | 0.95 | 0.05 | 60.26 | 0.91 | 0.5 |
| Hex | F0 | F1 | C | 0 | 0 | 5F | 5 | 3C | 5B | 32 |
| Octal | 360 | 361 | 14 | 0 | 0 | 137 | 5 | 74 | 133 | 62 |
| Binary | 11110000 | 11110001 | 1100 | 0 | 0 | 1011111 | 101 | 111100 | 1011011 | 110010 |
Color Harmonies of #F0F10C
Complementary color
Monochromatic Colors of #F0F10C
Black with #F0F10C
Text Example
Text Example
White with #F0F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F10C; }
p { color: rgb(240,241,12); }
H1.HeaderClassName
{
color: #F0F10C;
}
.AnyTagClassName
{
color: #F0F10C;
}
</style>
background-color css
<style>
a { background-color: #F0F10C; }
a { background-color: rgb(240,241,12); }
div.DivClassName
{
background-color: #F0F10C;
}
.BgClassName
{
background-color: #F0F10C;
}
</style>
border-color css
<style>
span { border-color: #F0F10C; }
span { border-color: rgb(240,241,12); }
td.TdClassName
{
border-color: #F0F10C;
}
.TagClassName
{
border-color: #F0F10C;
}
</style>