Shades of Lemon #F1EF19
Tints of Lemon #F1EF19
RGB
CMYK
RGB Variations
Color information
#F1EF19 (or 0xF1EF19) is known color: Lemon. HEX triplet: F1, EF and 19. RGB value is (241,239,25). Sum of RGB (Red+Green+Blue) = 241+239+25=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 25 (10.16% from 255 or 4.95% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EF19 is #0E10E6. Grayscale: #D8D8D8. Windows color (decimal): -921831 or 1699825. OLE color: 1699825.
HSL color Cylindrical-coordinate representation of color #F1EF19: hue angle of 59.44º 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 #F1EF19 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.05 |
| HSL | 59.44º | 0.89% | 0.52% | - |
| HSV(B) | 59.44º | 0.9% | 0.95% | - |
| XYZ | 67.32 | 80.5 | 12.91 | - |
| YUV | 215.2 | 20.66 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 25 | 0 | 0.01 | 0.90 | 0.05 | 59.44 | 0.89 | 0.52 |
| Hex | F1 | EF | 19 | 0 | 1 | 5A | 5 | 3B | 59 | 34 |
| Octal | 361 | 357 | 31 | 0 | 1 | 132 | 5 | 73 | 131 | 64 |
| Binary | 11110001 | 11101111 | 11001 | 0 | 1 | 1011010 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F1EF19
Complementary color
Monochromatic Colors of #F1EF19
Black with #F1EF19
Text Example
Text Example
White with #F1EF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EF19; }
p { color: rgb(241,239,25); }
H1.HeaderClassName
{
color: #F1EF19;
}
.AnyTagClassName
{
color: #F1EF19;
}
</style>
background-color css
<style>
a { background-color: #F1EF19; }
a { background-color: rgb(241,239,25); }
div.DivClassName
{
background-color: #F1EF19;
}
.BgClassName
{
background-color: #F1EF19;
}
</style>
border-color css
<style>
span { border-color: #F1EF19; }
span { border-color: rgb(241,239,25); }
td.TdClassName
{
border-color: #F1EF19;
}
.TagClassName
{
border-color: #F1EF19;
}
</style>