Shades of Lemon #F0E80D
Tints of Lemon #F0E80D
RGB
CMYK
RGB Variations
Color information
#F0E80D (or 0xF0E80D) is known color: Lemon. HEX triplet: F0, E8 and 0D. RGB value is (240,232,13). Sum of RGB (Red+Green+Blue) = 240+232+13=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E80D is #0F17F2. Grayscale: #D2D2D2. Windows color (decimal): -989171 or 911600. OLE color: 911600.
HSL color Cylindrical-coordinate representation of color #F0E80D: hue angle of 57.89º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0E80D is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 13 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.06 |
| HSL | 57.89º | 0.9% | 0.5% | - |
| HSV(B) | 57.89º | 0.95% | 0.94% | - |
| XYZ | 64.86 | 76.27 | 11.68 | - |
| YUV | 209.43 | 17.15 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 13 | 0 | 0.03 | 0.95 | 0.06 | 57.89 | 0.9 | 0.5 |
| Hex | F0 | E8 | D | 0 | 3 | 5F | 6 | 3A | 5A | 32 |
| Octal | 360 | 350 | 15 | 0 | 3 | 137 | 6 | 72 | 132 | 62 |
| Binary | 11110000 | 11101000 | 1101 | 0 | 11 | 1011111 | 110 | 111010 | 1011010 | 110010 |
Color Harmonies of #F0E80D
Complementary color
Monochromatic Colors of #F0E80D
Black with #F0E80D
Text Example
Text Example
White with #F0E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E80D; }
p { color: rgb(240,232,13); }
H1.HeaderClassName
{
color: #F0E80D;
}
.AnyTagClassName
{
color: #F0E80D;
}
</style>
background-color css
<style>
a { background-color: #F0E80D; }
a { background-color: rgb(240,232,13); }
div.DivClassName
{
background-color: #F0E80D;
}
.BgClassName
{
background-color: #F0E80D;
}
</style>
border-color css
<style>
span { border-color: #F0E80D; }
span { border-color: rgb(240,232,13); }
td.TdClassName
{
border-color: #F0E80D;
}
.TagClassName
{
border-color: #F0E80D;
}
</style>