Shades of Lemon #F0F10D
Tints of Lemon #F0F10D
RGB
CMYK
RGB Variations
Color information
#F0F10D (or 0xF0F10D) is known color: Lemon. HEX triplet: F0, F1 and 0D. RGB value is (240,241,13). Sum of RGB (Red+Green+Blue) = 240+241+13=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 13 (5.47% from 255 or 2.63% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F10D is #0F0EF2. Grayscale: #D7D7D7. Windows color (decimal): -986867 or 913904. OLE color: 913904.
HSL color Cylindrical-coordinate representation of color #F0F10D: hue angle of 60.26º degrees, saturation: 0.9, 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 #F0F10D is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 13 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.05 |
| HSL | 60.26º | 0.9% | 0.5% | - |
| HSV(B) | 60.26º | 0.95% | 0.95% | - |
| XYZ | 67.46 | 81.46 | 12.55 | - |
| YUV | 214.71 | 14.17 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 13 | 0.00 | 0 | 0.95 | 0.05 | 60.26 | 0.9 | 0.5 |
| Hex | F0 | F1 | D | 0 | 0 | 5F | 5 | 3C | 5A | 32 |
| Octal | 360 | 361 | 15 | 0 | 0 | 137 | 5 | 74 | 132 | 62 |
| Binary | 11110000 | 11110001 | 1101 | 0 | 0 | 1011111 | 101 | 111100 | 1011010 | 110010 |
Color Harmonies of #F0F10D
Complementary color
Monochromatic Colors of #F0F10D
Black with #F0F10D
Text Example
Text Example
White with #F0F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F10D; }
p { color: rgb(240,241,13); }
H1.HeaderClassName
{
color: #F0F10D;
}
.AnyTagClassName
{
color: #F0F10D;
}
</style>
background-color css
<style>
a { background-color: #F0F10D; }
a { background-color: rgb(240,241,13); }
div.DivClassName
{
background-color: #F0F10D;
}
.BgClassName
{
background-color: #F0F10D;
}
</style>
border-color css
<style>
span { border-color: #F0F10D; }
span { border-color: rgb(240,241,13); }
td.TdClassName
{
border-color: #F0F10D;
}
.TagClassName
{
border-color: #F0F10D;
}
</style>