Shades of Lemon #F0ED1E
Tints of Lemon #F0ED1E
RGB
CMYK
RGB Variations
Color information
#F0ED1E (or 0xF0ED1E) is known color: Lemon. HEX triplet: F0, ED and 1E. RGB value is (240,237,30). Sum of RGB (Red+Green+Blue) = 240+237+30=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 30 (12.11% from 255 or 5.92% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED1E is #0F12E1. Grayscale: #D7D7D7. Windows color (decimal): -987874 or 2026992. OLE color: 2026992.
HSL color Cylindrical-coordinate representation of color #F0ED1E: hue angle of 59.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0ED1E is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 30 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.06 |
| HSL | 59.14º | 0.88% | 0.53% | - |
| HSV(B) | 59.14º | 0.88% | 0.94% | - |
| XYZ | 66.45 | 79.19 | 13.01 | - |
| YUV | 214.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 30 | 0 | 0.01 | 0.87 | 0.06 | 59.14 | 0.88 | 0.53 |
| Hex | F0 | ED | 1E | 0 | 1 | 57 | 6 | 3B | 58 | 35 |
| Octal | 360 | 355 | 36 | 0 | 1 | 127 | 6 | 73 | 130 | 65 |
| Binary | 11110000 | 11101101 | 11110 | 0 | 1 | 1010111 | 110 | 111011 | 1011000 | 110101 |
Color Harmonies of #F0ED1E
Complementary color
Monochromatic Colors of #F0ED1E
Black with #F0ED1E
Text Example
Text Example
White with #F0ED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED1E; }
p { color: rgb(240,237,30); }
H1.HeaderClassName
{
color: #F0ED1E;
}
.AnyTagClassName
{
color: #F0ED1E;
}
</style>
background-color css
<style>
a { background-color: #F0ED1E; }
a { background-color: rgb(240,237,30); }
div.DivClassName
{
background-color: #F0ED1E;
}
.BgClassName
{
background-color: #F0ED1E;
}
</style>
border-color css
<style>
span { border-color: #F0ED1E; }
span { border-color: rgb(240,237,30); }
td.TdClassName
{
border-color: #F0ED1E;
}
.TagClassName
{
border-color: #F0ED1E;
}
</style>