Shades of Lemon #F0E80B
Tints of Lemon #F0E80B
RGB
CMYK
RGB Variations
Color information
#F0E80B (or 0xF0E80B) is known color: Lemon. HEX triplet: F0, E8 and 0B. RGB value is (240,232,11). Sum of RGB (Red+Green+Blue) = 240+232+11=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E80B is #0F17F4. Grayscale: #D2D2D2. Windows color (decimal): -989173 or 780528. OLE color: 780528.
HSL color Cylindrical-coordinate representation of color #F0E80B: hue angle of 57.9º degrees, saturation: 0.91, 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 #F0E80B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.06 |
| HSL | 57.9º | 0.91% | 0.49% | - |
| HSV(B) | 57.9º | 0.95% | 0.94% | - |
| XYZ | 64.85 | 76.26 | 11.62 | - |
| YUV | 209.2 | 16.15 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 11 | 0 | 0.03 | 0.95 | 0.06 | 57.9 | 0.91 | 0.49 |
| Hex | F0 | E8 | B | 0 | 3 | 5F | 6 | 3A | 5B | 31 |
| Octal | 360 | 350 | 13 | 0 | 3 | 137 | 6 | 72 | 133 | 61 |
| Binary | 11110000 | 11101000 | 1011 | 0 | 11 | 1011111 | 110 | 111010 | 1011011 | 110001 |
Color Harmonies of #F0E80B
Complementary color
Monochromatic Colors of #F0E80B
Black with #F0E80B
Text Example
Text Example
White with #F0E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E80B; }
p { color: rgb(240,232,11); }
H1.HeaderClassName
{
color: #F0E80B;
}
.AnyTagClassName
{
color: #F0E80B;
}
</style>
background-color css
<style>
a { background-color: #F0E80B; }
a { background-color: rgb(240,232,11); }
div.DivClassName
{
background-color: #F0E80B;
}
.BgClassName
{
background-color: #F0E80B;
}
</style>
border-color css
<style>
span { border-color: #F0E80B; }
span { border-color: rgb(240,232,11); }
td.TdClassName
{
border-color: #F0E80B;
}
.TagClassName
{
border-color: #F0E80B;
}
</style>