Shades of Lemon #F1E219
Tints of Lemon #F1E219
RGB
CMYK
RGB Variations
Color information
#F1E219 (or 0xF1E219) is known color: Lemon. HEX triplet: F1, E2 and 19. RGB value is (241,226,25). Sum of RGB (Red+Green+Blue) = 241+226+25=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 25 (10.16% from 255 or 5.08% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E219 is #0E1DE6. Grayscale: #D0D0D0. Windows color (decimal): -925159 or 1696497. OLE color: 1696497.
HSL color Cylindrical-coordinate representation of color #F1E219: hue angle of 55.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1E219 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 25 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.05 |
| HSL | 55.83º | 0.89% | 0.52% | - |
| HSV(B) | 55.83º | 0.9% | 0.95% | - |
| XYZ | 63.65 | 73.16 | 11.69 | - |
| YUV | 207.57 | 24.97 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 25 | 0 | 0.06 | 0.90 | 0.05 | 55.83 | 0.89 | 0.52 |
| Hex | F1 | E2 | 19 | 0 | 6 | 5A | 5 | 38 | 59 | 34 |
| Octal | 361 | 342 | 31 | 0 | 6 | 132 | 5 | 70 | 131 | 64 |
| Binary | 11110001 | 11100010 | 11001 | 0 | 110 | 1011010 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F1E219
Complementary color
Monochromatic Colors of #F1E219
Black with #F1E219
Text Example
Text Example
White with #F1E219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E219; }
p { color: rgb(241,226,25); }
H1.HeaderClassName
{
color: #F1E219;
}
.AnyTagClassName
{
color: #F1E219;
}
</style>
background-color css
<style>
a { background-color: #F1E219; }
a { background-color: rgb(241,226,25); }
div.DivClassName
{
background-color: #F1E219;
}
.BgClassName
{
background-color: #F1E219;
}
</style>
border-color css
<style>
span { border-color: #F1E219; }
span { border-color: rgb(241,226,25); }
td.TdClassName
{
border-color: #F1E219;
}
.TagClassName
{
border-color: #F1E219;
}
</style>