Shades of Lemon #F0EA0C
Tints of Lemon #F0EA0C
RGB
CMYK
RGB Variations
Color information
#F0EA0C (or 0xF0EA0C) is known color: Lemon. HEX triplet: F0, EA and 0C. RGB value is (240,234,12). Sum of RGB (Red+Green+Blue) = 240+234+12=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EA0C is #0F15F3. Grayscale: #D3D3D3. Windows color (decimal): -988660 or 846576. OLE color: 846576.
HSL color Cylindrical-coordinate representation of color #F0EA0C: hue angle of 58.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0EA0C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.06 |
| HSL | 58.42º | 0.9% | 0.49% | - |
| HSV(B) | 58.42º | 0.95% | 0.94% | - |
| XYZ | 65.42 | 77.4 | 11.84 | - |
| YUV | 210.49 | 15.99 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 12 | 0 | 0.02 | 0.95 | 0.06 | 58.42 | 0.9 | 0.49 |
| Hex | F0 | EA | C | 0 | 2 | 5F | 6 | 3A | 5A | 31 |
| Octal | 360 | 352 | 14 | 0 | 2 | 137 | 6 | 72 | 132 | 61 |
| Binary | 11110000 | 11101010 | 1100 | 0 | 10 | 1011111 | 110 | 111010 | 1011010 | 110001 |
Color Harmonies of #F0EA0C
Complementary color
Monochromatic Colors of #F0EA0C
Black with #F0EA0C
Text Example
Text Example
White with #F0EA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA0C; }
p { color: rgb(240,234,12); }
H1.HeaderClassName
{
color: #F0EA0C;
}
.AnyTagClassName
{
color: #F0EA0C;
}
</style>
background-color css
<style>
a { background-color: #F0EA0C; }
a { background-color: rgb(240,234,12); }
div.DivClassName
{
background-color: #F0EA0C;
}
.BgClassName
{
background-color: #F0EA0C;
}
</style>
border-color css
<style>
span { border-color: #F0EA0C; }
span { border-color: rgb(240,234,12); }
td.TdClassName
{
border-color: #F0EA0C;
}
.TagClassName
{
border-color: #F0EA0C;
}
</style>