Shades of Lemon #F1E21E
Tints of Lemon #F1E21E
RGB
CMYK
RGB Variations
Color information
#F1E21E (or 0xF1E21E) is known color: Lemon. HEX triplet: F1, E2 and 1E. RGB value is (241,226,30). Sum of RGB (Red+Green+Blue) = 241+226+30=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E21E is #0E1DE1. Grayscale: #D0D0D0. Windows color (decimal): -925154 or 2024177. OLE color: 2024177.
HSL color Cylindrical-coordinate representation of color #F1E21E: hue angle of 55.73º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1E21E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 30 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.05 |
| HSL | 55.73º | 0.88% | 0.53% | - |
| HSV(B) | 55.73º | 0.88% | 0.95% | - |
| XYZ | 63.71 | 73.19 | 12 | - |
| YUV | 208.14 | 27.47 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 30 | 0 | 0.06 | 0.88 | 0.05 | 55.73 | 0.88 | 0.53 |
| Hex | F1 | E2 | 1E | 0 | 6 | 58 | 5 | 38 | 58 | 35 |
| Octal | 361 | 342 | 36 | 0 | 6 | 130 | 5 | 70 | 130 | 65 |
| Binary | 11110001 | 11100010 | 11110 | 0 | 110 | 1011000 | 101 | 111000 | 1011000 | 110101 |
Color Harmonies of #F1E21E
Complementary color
Monochromatic Colors of #F1E21E
Black with #F1E21E
Text Example
Text Example
White with #F1E21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E21E; }
p { color: rgb(241,226,30); }
H1.HeaderClassName
{
color: #F1E21E;
}
.AnyTagClassName
{
color: #F1E21E;
}
</style>
background-color css
<style>
a { background-color: #F1E21E; }
a { background-color: rgb(241,226,30); }
div.DivClassName
{
background-color: #F1E21E;
}
.BgClassName
{
background-color: #F1E21E;
}
</style>
border-color css
<style>
span { border-color: #F1E21E; }
span { border-color: rgb(241,226,30); }
td.TdClassName
{
border-color: #F1E21E;
}
.TagClassName
{
border-color: #F1E21E;
}
</style>