Shades of Lemon #F1ED19
Tints of Lemon #F1ED19
RGB
CMYK
RGB Variations
Color information
#F1ED19 (or 0xF1ED19) is known color: Lemon. HEX triplet: F1, ED and 19. RGB value is (241,237,25). Sum of RGB (Red+Green+Blue) = 241+237+25=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 25 (10.16% from 255 or 4.97% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED19 is #0E12E6. Grayscale: #D6D6D6. Windows color (decimal): -922343 or 1699313. OLE color: 1699313.
HSL color Cylindrical-coordinate representation of color #F1ED19: hue angle of 58.89º 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 #F1ED19 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 25 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.05 |
| HSL | 58.89º | 0.89% | 0.52% | - |
| HSV(B) | 58.89º | 0.9% | 0.95% | - |
| XYZ | 66.74 | 79.34 | 12.72 | - |
| YUV | 214.03 | 21.33 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 25 | 0 | 0.02 | 0.90 | 0.05 | 58.89 | 0.89 | 0.52 |
| Hex | F1 | ED | 19 | 0 | 2 | 5A | 5 | 3B | 59 | 34 |
| Octal | 361 | 355 | 31 | 0 | 2 | 132 | 5 | 73 | 131 | 64 |
| Binary | 11110001 | 11101101 | 11001 | 0 | 10 | 1011010 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F1ED19
Complementary color
Monochromatic Colors of #F1ED19
Black with #F1ED19
Text Example
Text Example
White with #F1ED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED19; }
p { color: rgb(241,237,25); }
H1.HeaderClassName
{
color: #F1ED19;
}
.AnyTagClassName
{
color: #F1ED19;
}
</style>
background-color css
<style>
a { background-color: #F1ED19; }
a { background-color: rgb(241,237,25); }
div.DivClassName
{
background-color: #F1ED19;
}
.BgClassName
{
background-color: #F1ED19;
}
</style>
border-color css
<style>
span { border-color: #F1ED19; }
span { border-color: rgb(241,237,25); }
td.TdClassName
{
border-color: #F1ED19;
}
.TagClassName
{
border-color: #F1ED19;
}
</style>