Shades of Lemon #F0EB02
Tints of Lemon #F0EB02
RGB
CMYK
RGB Variations
Color information
#F0EB02 (or 0xF0EB02) is known color: Lemon. HEX triplet: F0, EB and 02. RGB value is (240,235,2). Sum of RGB (Red+Green+Blue) = 240+235+2=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 2 (1.17% from 255 or 0.42% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EB02 is #0F14FD. Grayscale: #D2D2D2. Windows color (decimal): -988414 or 191472. OLE color: 191472.
HSL color Cylindrical-coordinate representation of color #F0EB02: hue angle of 58.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0EB02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.06 |
| HSL | 58.74º | 0.98% | 0.47% | - |
| HSV(B) | 58.74º | 0.99% | 0.94% | - |
| XYZ | 65.65 | 77.95 | 11.64 | - |
| YUV | 209.93 | 10.66 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 2 | 0 | 0.02 | 0.99 | 0.06 | 58.74 | 0.98 | 0.47 |
| Hex | F0 | EB | 2 | 0 | 2 | 63 | 6 | 3B | 62 | 2F |
| Octal | 360 | 353 | 2 | 0 | 2 | 143 | 6 | 73 | 142 | 57 |
| Binary | 11110000 | 11101011 | 10 | 0 | 10 | 1100011 | 110 | 111011 | 1100010 | 101111 |
Color Harmonies of #F0EB02
Complementary color
Monochromatic Colors of #F0EB02
Black with #F0EB02
Text Example
Text Example
White with #F0EB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EB02; }
p { color: rgb(240,235,2); }
H1.HeaderClassName
{
color: #F0EB02;
}
.AnyTagClassName
{
color: #F0EB02;
}
</style>
background-color css
<style>
a { background-color: #F0EB02; }
a { background-color: rgb(240,235,2); }
div.DivClassName
{
background-color: #F0EB02;
}
.BgClassName
{
background-color: #F0EB02;
}
</style>
border-color css
<style>
span { border-color: #F0EB02; }
span { border-color: rgb(240,235,2); }
td.TdClassName
{
border-color: #F0EB02;
}
.TagClassName
{
border-color: #F0EB02;
}
</style>