Shades of Lemon #F1E80E
Tints of Lemon #F1E80E
RGB
CMYK
RGB Variations
Color information
#F1E80E (or 0xF1E80E) is known color: Lemon. HEX triplet: F1, E8 and 0E. RGB value is (241,232,14). Sum of RGB (Red+Green+Blue) = 241+232+14=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E80E is #0E17F1. Grayscale: #D2D2D2. Windows color (decimal): -923634 or 977137. OLE color: 977137.
HSL color Cylindrical-coordinate representation of color #F1E80E: hue angle of 57.62º degrees, saturation: 0.89, 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 #F1E80E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.05 |
| HSL | 57.62º | 0.89% | 0.5% | - |
| HSV(B) | 57.62º | 0.94% | 0.95% | - |
| XYZ | 65.21 | 76.45 | 11.73 | - |
| YUV | 209.84 | 17.48 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 14 | 0 | 0.04 | 0.94 | 0.05 | 57.62 | 0.89 | 0.5 |
| Hex | F1 | E8 | E | 0 | 4 | 5E | 5 | 3A | 59 | 32 |
| Octal | 361 | 350 | 16 | 0 | 4 | 136 | 5 | 72 | 131 | 62 |
| Binary | 11110001 | 11101000 | 1110 | 0 | 100 | 1011110 | 101 | 111010 | 1011001 | 110010 |
Color Harmonies of #F1E80E
Complementary color
Monochromatic Colors of #F1E80E
Black with #F1E80E
Text Example
Text Example
White with #F1E80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E80E; }
p { color: rgb(241,232,14); }
H1.HeaderClassName
{
color: #F1E80E;
}
.AnyTagClassName
{
color: #F1E80E;
}
</style>
background-color css
<style>
a { background-color: #F1E80E; }
a { background-color: rgb(241,232,14); }
div.DivClassName
{
background-color: #F1E80E;
}
.BgClassName
{
background-color: #F1E80E;
}
</style>
border-color css
<style>
span { border-color: #F1E80E; }
span { border-color: rgb(241,232,14); }
td.TdClassName
{
border-color: #F1E80E;
}
.TagClassName
{
border-color: #F1E80E;
}
</style>