Shades of Lemon #F1E30E
Tints of Lemon #F1E30E
RGB
CMYK
RGB Variations
Color information
#F1E30E (or 0xF1E30E) is known color: Lemon. HEX triplet: F1, E3 and 0E. RGB value is (241,227,14). Sum of RGB (Red+Green+Blue) = 241+227+14=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E30E is #0E1CF1. Grayscale: #CFCFCF. Windows color (decimal): -924914 or 975857. OLE color: 975857.
HSL color Cylindrical-coordinate representation of color #F1E30E: hue angle of 56.3º 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 #F1E30E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.05 |
| HSL | 56.3º | 0.89% | 0.5% | - |
| HSV(B) | 56.3º | 0.94% | 0.95% | - |
| XYZ | 63.82 | 73.67 | 11.27 | - |
| YUV | 206.9 | 19.14 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 14 | 0 | 0.06 | 0.94 | 0.05 | 56.3 | 0.89 | 0.5 |
| Hex | F1 | E3 | E | 0 | 6 | 5E | 5 | 38 | 59 | 32 |
| Octal | 361 | 343 | 16 | 0 | 6 | 136 | 5 | 70 | 131 | 62 |
| Binary | 11110001 | 11100011 | 1110 | 0 | 110 | 1011110 | 101 | 111000 | 1011001 | 110010 |
Color Harmonies of #F1E30E
Complementary color
Monochromatic Colors of #F1E30E
Black with #F1E30E
Text Example
Text Example
White with #F1E30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E30E; }
p { color: rgb(241,227,14); }
H1.HeaderClassName
{
color: #F1E30E;
}
.AnyTagClassName
{
color: #F1E30E;
}
</style>
background-color css
<style>
a { background-color: #F1E30E; }
a { background-color: rgb(241,227,14); }
div.DivClassName
{
background-color: #F1E30E;
}
.BgClassName
{
background-color: #F1E30E;
}
</style>
border-color css
<style>
span { border-color: #F1E30E; }
span { border-color: rgb(241,227,14); }
td.TdClassName
{
border-color: #F1E30E;
}
.TagClassName
{
border-color: #F1E30E;
}
</style>