Shades of Lemon #F1ED17
Tints of Lemon #F1ED17
RGB
CMYK
RGB Variations
Color information
#F1ED17 (or 0xF1ED17) is known color: Lemon. HEX triplet: F1, ED and 17. RGB value is (241,237,23). Sum of RGB (Red+Green+Blue) = 241+237+23=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 23 (9.38% from 255 or 4.59% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED17 is #0E12E8. Grayscale: #D6D6D6. Windows color (decimal): -922345 or 1568241. OLE color: 1568241.
HSL color Cylindrical-coordinate representation of color #F1ED17: hue angle of 58.9º 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 #F1ED17 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 23 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.05 |
| HSL | 58.9º | 0.89% | 0.52% | - |
| HSV(B) | 58.9º | 0.9% | 0.95% | - |
| XYZ | 66.71 | 79.33 | 12.61 | - |
| YUV | 213.8 | 20.33 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 23 | 0 | 0.02 | 0.90 | 0.05 | 58.9 | 0.89 | 0.52 |
| Hex | F1 | ED | 17 | 0 | 2 | 5A | 5 | 3B | 59 | 34 |
| Octal | 361 | 355 | 27 | 0 | 2 | 132 | 5 | 73 | 131 | 64 |
| Binary | 11110001 | 11101101 | 10111 | 0 | 10 | 1011010 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F1ED17
Complementary color
Monochromatic Colors of #F1ED17
Black with #F1ED17
Text Example
Text Example
White with #F1ED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED17; }
p { color: rgb(241,237,23); }
H1.HeaderClassName
{
color: #F1ED17;
}
.AnyTagClassName
{
color: #F1ED17;
}
</style>
background-color css
<style>
a { background-color: #F1ED17; }
a { background-color: rgb(241,237,23); }
div.DivClassName
{
background-color: #F1ED17;
}
.BgClassName
{
background-color: #F1ED17;
}
</style>
border-color css
<style>
span { border-color: #F1ED17; }
span { border-color: rgb(241,237,23); }
td.TdClassName
{
border-color: #F1ED17;
}
.TagClassName
{
border-color: #F1ED17;
}
</style>