Shades of Lemon #F0EE00
Tints of Lemon #F0EE00
RGB
CMYK
RGB Variations
Color information
#F0EE00 (or 0xF0EE00) is known color: Lemon. HEX triplet: F0, EE and 00. RGB value is (240,238,0). Sum of RGB (Red+Green+Blue) = 240+238+0=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EE00 is #0F11FF. Grayscale: #D4D4D4. Windows color (decimal): -987648 or 61168. OLE color: 61168.
HSL color Cylindrical-coordinate representation of color #F0EE00: hue angle of 59.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0EE00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.06 |
| HSL | 59.5º | 1% | 0.47% | - |
| HSV(B) | 59.5º | 1% | 0.94% | - |
| XYZ | 66.51 | 79.67 | 11.87 | - |
| YUV | 211.47 | 8.66 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 0 | 0 | 0.01 | 1 | 0.06 | 59.5 | 1 | 0.47 |
| Hex | F0 | EE | 0 | 0 | 1 | 64 | 6 | 3C | 64 | 2F |
| Octal | 360 | 356 | 0 | 0 | 1 | 144 | 6 | 74 | 144 | 57 |
| Binary | 11110000 | 11101110 | 0 | 0 | 1 | 1100100 | 110 | 111100 | 1100100 | 101111 |
Color Harmonies of #F0EE00
Complementary color
Monochromatic Colors of #F0EE00
Black with #F0EE00
Text Example
Text Example
White with #F0EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE00; }
p { color: rgb(240,238,0); }
H1.HeaderClassName
{
color: #F0EE00;
}
.AnyTagClassName
{
color: #F0EE00;
}
</style>
background-color css
<style>
a { background-color: #F0EE00; }
a { background-color: rgb(240,238,0); }
div.DivClassName
{
background-color: #F0EE00;
}
.BgClassName
{
background-color: #F0EE00;
}
</style>
border-color css
<style>
span { border-color: #F0EE00; }
span { border-color: rgb(240,238,0); }
td.TdClassName
{
border-color: #F0EE00;
}
.TagClassName
{
border-color: #F0EE00;
}
</style>