Shades of Lemon #F1ED0E
Tints of Lemon #F1ED0E
RGB
CMYK
RGB Variations
Color information
#F1ED0E (or 0xF1ED0E) is known color: Lemon. HEX triplet: F1, ED and 0E. RGB value is (241,237,14). Sum of RGB (Red+Green+Blue) = 241+237+14=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED0E is #0E12F1. Grayscale: #D5D5D5. Windows color (decimal): -922354 or 978417. OLE color: 978417.
HSL color Cylindrical-coordinate representation of color #F1ED0E: hue angle of 58.94º 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 #F1ED0E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.05 |
| HSL | 58.94º | 0.89% | 0.5% | - |
| HSV(B) | 58.94º | 0.94% | 0.95% | - |
| XYZ | 66.64 | 79.3 | 12.21 | - |
| YUV | 212.77 | 15.83 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 14 | 0 | 0.02 | 0.94 | 0.05 | 58.94 | 0.89 | 0.5 |
| Hex | F1 | ED | E | 0 | 2 | 5E | 5 | 3B | 59 | 32 |
| Octal | 361 | 355 | 16 | 0 | 2 | 136 | 5 | 73 | 131 | 62 |
| Binary | 11110001 | 11101101 | 1110 | 0 | 10 | 1011110 | 101 | 111011 | 1011001 | 110010 |
Color Harmonies of #F1ED0E
Complementary color
Monochromatic Colors of #F1ED0E
Black with #F1ED0E
Text Example
Text Example
White with #F1ED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED0E; }
p { color: rgb(241,237,14); }
H1.HeaderClassName
{
color: #F1ED0E;
}
.AnyTagClassName
{
color: #F1ED0E;
}
</style>
background-color css
<style>
a { background-color: #F1ED0E; }
a { background-color: rgb(241,237,14); }
div.DivClassName
{
background-color: #F1ED0E;
}
.BgClassName
{
background-color: #F1ED0E;
}
</style>
border-color css
<style>
span { border-color: #F1ED0E; }
span { border-color: rgb(241,237,14); }
td.TdClassName
{
border-color: #F1ED0E;
}
.TagClassName
{
border-color: #F1ED0E;
}
</style>