Shades of Lemon #F1ED11
Tints of Lemon #F1ED11
RGB
CMYK
RGB Variations
Color information
#F1ED11 (or 0xF1ED11) is known color: Lemon. HEX triplet: F1, ED and 11. RGB value is (241,237,17). Sum of RGB (Red+Green+Blue) = 241+237+17=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED11 is #0E12EE. Grayscale: #D6D6D6. Windows color (decimal): -922351 or 1175025. OLE color: 1175025.
HSL color Cylindrical-coordinate representation of color #F1ED11: hue angle of 58.93º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1ED11 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 17 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.05 |
| HSL | 58.93º | 0.89% | 0.51% | - |
| HSV(B) | 58.93º | 0.93% | 0.95% | - |
| XYZ | 66.66 | 79.31 | 12.33 | - |
| YUV | 213.12 | 17.33 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 17 | 0 | 0.02 | 0.93 | 0.05 | 58.93 | 0.89 | 0.51 |
| Hex | F1 | ED | 11 | 0 | 2 | 5D | 5 | 3B | 59 | 33 |
| Octal | 361 | 355 | 21 | 0 | 2 | 135 | 5 | 73 | 131 | 63 |
| Binary | 11110001 | 11101101 | 10001 | 0 | 10 | 1011101 | 101 | 111011 | 1011001 | 110011 |
Color Harmonies of #F1ED11
Complementary color
Monochromatic Colors of #F1ED11
Black with #F1ED11
Text Example
Text Example
White with #F1ED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED11; }
p { color: rgb(241,237,17); }
H1.HeaderClassName
{
color: #F1ED11;
}
.AnyTagClassName
{
color: #F1ED11;
}
</style>
background-color css
<style>
a { background-color: #F1ED11; }
a { background-color: rgb(241,237,17); }
div.DivClassName
{
background-color: #F1ED11;
}
.BgClassName
{
background-color: #F1ED11;
}
</style>
border-color css
<style>
span { border-color: #F1ED11; }
span { border-color: rgb(241,237,17); }
td.TdClassName
{
border-color: #F1ED11;
}
.TagClassName
{
border-color: #F1ED11;
}
</style>