Shades of Lemon #F0EA08
Tints of Lemon #F0EA08
RGB
CMYK
RGB Variations
Color information
#F0EA08 (or 0xF0EA08) is known color: Lemon. HEX triplet: F0, EA and 08. RGB value is (240,234,8). Sum of RGB (Red+Green+Blue) = 240+234+8=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 8 (3.52% from 255 or 1.66% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EA08 is #0F15F7. Grayscale: #D2D2D2. Windows color (decimal): -988664 or 584432. OLE color: 584432.
HSL color Cylindrical-coordinate representation of color #F0EA08: hue angle of 58.45º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0EA08 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.06 |
| HSL | 58.45º | 0.94% | 0.49% | - |
| HSV(B) | 58.45º | 0.97% | 0.94% | - |
| XYZ | 65.4 | 77.39 | 11.72 | - |
| YUV | 210.03 | 13.99 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 8 | 0 | 0.02 | 0.97 | 0.06 | 58.45 | 0.94 | 0.49 |
| Hex | F0 | EA | 8 | 0 | 2 | 61 | 6 | 3A | 5E | 31 |
| Octal | 360 | 352 | 10 | 0 | 2 | 141 | 6 | 72 | 136 | 61 |
| Binary | 11110000 | 11101010 | 1000 | 0 | 10 | 1100001 | 110 | 111010 | 1011110 | 110001 |
Color Harmonies of #F0EA08
Complementary color
Monochromatic Colors of #F0EA08
Black with #F0EA08
Text Example
Text Example
White with #F0EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA08; }
p { color: rgb(240,234,8); }
H1.HeaderClassName
{
color: #F0EA08;
}
.AnyTagClassName
{
color: #F0EA08;
}
</style>
background-color css
<style>
a { background-color: #F0EA08; }
a { background-color: rgb(240,234,8); }
div.DivClassName
{
background-color: #F0EA08;
}
.BgClassName
{
background-color: #F0EA08;
}
</style>
border-color css
<style>
span { border-color: #F0EA08; }
span { border-color: rgb(240,234,8); }
td.TdClassName
{
border-color: #F0EA08;
}
.TagClassName
{
border-color: #F0EA08;
}
</style>