Shades of Lemon #F0EF04
Tints of Lemon #F0EF04
RGB
CMYK
RGB Variations
Color information
#F0EF04 (or 0xF0EF04) is known color: Lemon. HEX triplet: F0, EF and 04. RGB value is (240,239,4). Sum of RGB (Red+Green+Blue) = 240+239+4=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 4 (1.95% from 255 or 0.83% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EF04 is #0F10FB. Grayscale: #D5D5D5. Windows color (decimal): -987388 or 323568. OLE color: 323568.
HSL color Cylindrical-coordinate representation of color #F0EF04: hue angle of 59.75º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0EF04 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.06 |
| HSL | 59.75º | 0.97% | 0.48% | - |
| HSV(B) | 59.75º | 0.98% | 0.94% | - |
| XYZ | 66.82 | 80.27 | 12.09 | - |
| YUV | 212.51 | 10.33 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 4 | 0 | 0.00 | 0.98 | 0.06 | 59.75 | 0.97 | 0.48 |
| Hex | F0 | EF | 4 | 0 | 0 | 62 | 6 | 3C | 61 | 30 |
| Octal | 360 | 357 | 4 | 0 | 0 | 142 | 6 | 74 | 141 | 60 |
| Binary | 11110000 | 11101111 | 100 | 0 | 0 | 1100010 | 110 | 111100 | 1100001 | 110000 |
Color Harmonies of #F0EF04
Complementary color
Monochromatic Colors of #F0EF04
Black with #F0EF04
Text Example
Text Example
White with #F0EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF04; }
p { color: rgb(240,239,4); }
H1.HeaderClassName
{
color: #F0EF04;
}
.AnyTagClassName
{
color: #F0EF04;
}
</style>
background-color css
<style>
a { background-color: #F0EF04; }
a { background-color: rgb(240,239,4); }
div.DivClassName
{
background-color: #F0EF04;
}
.BgClassName
{
background-color: #F0EF04;
}
</style>
border-color css
<style>
span { border-color: #F0EF04; }
span { border-color: rgb(240,239,4); }
td.TdClassName
{
border-color: #F0EF04;
}
.TagClassName
{
border-color: #F0EF04;
}
</style>