Shades of Lemon #F0F30E
Tints of Lemon #F0F30E
RGB
CMYK
RGB Variations
Color information
#F0F30E (or 0xF0F30E) is known color: Lemon. HEX triplet: F0, F3 and 0E. RGB value is (240,243,14). Sum of RGB (Red+Green+Blue) = 240+243+14=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F30E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F30E is #0F0CF1. Grayscale: #D8D8D8. Windows color (decimal): -986354 or 979952. OLE color: 979952.
HSL color Cylindrical-coordinate representation of color #F0F30E: hue angle of 60.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0F30E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.05 |
| HSL | 60.79º | 0.91% | 0.5% | - |
| HSV(B) | 60.79º | 0.94% | 0.95% | - |
| XYZ | 68.07 | 82.66 | 12.78 | - |
| YUV | 216 | 14.01 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 14 | 0.01 | 0 | 0.94 | 0.05 | 60.79 | 0.91 | 0.5 |
| Hex | F0 | F3 | E | 1 | 0 | 5E | 5 | 3D | 5B | 32 |
| Octal | 360 | 363 | 16 | 1 | 0 | 136 | 5 | 75 | 133 | 62 |
| Binary | 11110000 | 11110011 | 1110 | 1 | 0 | 1011110 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #F0F30E
Complementary color
Monochromatic Colors of #F0F30E
Black with #F0F30E
Text Example
Text Example
White with #F0F30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F30E; }
p { color: rgb(240,243,14); }
H1.HeaderClassName
{
color: #F0F30E;
}
.AnyTagClassName
{
color: #F0F30E;
}
</style>
background-color css
<style>
a { background-color: #F0F30E; }
a { background-color: rgb(240,243,14); }
div.DivClassName
{
background-color: #F0F30E;
}
.BgClassName
{
background-color: #F0F30E;
}
</style>
border-color css
<style>
span { border-color: #F0F30E; }
span { border-color: rgb(240,243,14); }
td.TdClassName
{
border-color: #F0F30E;
}
.TagClassName
{
border-color: #F0F30E;
}
</style>