Shades of Lemon #F0ED00
Tints of Lemon #F0ED00
RGB
CMYK
RGB Variations
Color information
#F0ED00 (or 0xF0ED00) is known color: Lemon. HEX triplet: F0, ED and 00. RGB value is (240,237,0). Sum of RGB (Red+Green+Blue) = 240+237+0=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0ED00 is #0F12FF. Grayscale: #D3D3D3. Windows color (decimal): -987904 or 60912. OLE color: 60912.
HSL color Cylindrical-coordinate representation of color #F0ED00: hue angle of 59.25º 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 #F0ED00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.06 |
| HSL | 59.25º | 1% | 0.47% | - |
| HSV(B) | 59.25º | 1% | 0.94% | - |
| XYZ | 66.22 | 79.09 | 11.78 | - |
| YUV | 210.88 | 8.99 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 0 | 0 | 0.01 | 1 | 0.06 | 59.25 | 1 | 0.47 |
| Hex | F0 | ED | 0 | 0 | 1 | 64 | 6 | 3B | 64 | 2F |
| Octal | 360 | 355 | 0 | 0 | 1 | 144 | 6 | 73 | 144 | 57 |
| Binary | 11110000 | 11101101 | 0 | 0 | 1 | 1100100 | 110 | 111011 | 1100100 | 101111 |
Color Harmonies of #F0ED00
Complementary color
Monochromatic Colors of #F0ED00
Black with #F0ED00
Text Example
Text Example
White with #F0ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED00; }
p { color: rgb(240,237,0); }
H1.HeaderClassName
{
color: #F0ED00;
}
.AnyTagClassName
{
color: #F0ED00;
}
</style>
background-color css
<style>
a { background-color: #F0ED00; }
a { background-color: rgb(240,237,0); }
div.DivClassName
{
background-color: #F0ED00;
}
.BgClassName
{
background-color: #F0ED00;
}
</style>
border-color css
<style>
span { border-color: #F0ED00; }
span { border-color: rgb(240,237,0); }
td.TdClassName
{
border-color: #F0ED00;
}
.TagClassName
{
border-color: #F0ED00;
}
</style>