Shades of Lemon #F1ED15
Tints of Lemon #F1ED15
RGB
CMYK
RGB Variations
Color information
#F1ED15 (or 0xF1ED15) is known color: Lemon. HEX triplet: F1, ED and 15. RGB value is (241,237,21). Sum of RGB (Red+Green+Blue) = 241+237+21=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED15 is #0E12EA. Grayscale: #D6D6D6. Windows color (decimal): -922347 or 1437169. OLE color: 1437169.
HSL color Cylindrical-coordinate representation of color #F1ED15: hue angle of 58.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1ED15 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.05 |
| HSL | 58.91º | 0.89% | 0.51% | - |
| HSV(B) | 58.91º | 0.91% | 0.95% | - |
| XYZ | 66.7 | 79.32 | 12.51 | - |
| YUV | 213.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 21 | 0 | 0.02 | 0.91 | 0.05 | 58.91 | 0.89 | 0.51 |
| Hex | F1 | ED | 15 | 0 | 2 | 5B | 5 | 3B | 59 | 33 |
| Octal | 361 | 355 | 25 | 0 | 2 | 133 | 5 | 73 | 131 | 63 |
| Binary | 11110001 | 11101101 | 10101 | 0 | 10 | 1011011 | 101 | 111011 | 1011001 | 110011 |
Color Harmonies of #F1ED15
Complementary color
Monochromatic Colors of #F1ED15
Black with #F1ED15
Text Example
Text Example
White with #F1ED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED15; }
p { color: rgb(241,237,21); }
H1.HeaderClassName
{
color: #F1ED15;
}
.AnyTagClassName
{
color: #F1ED15;
}
</style>
background-color css
<style>
a { background-color: #F1ED15; }
a { background-color: rgb(241,237,21); }
div.DivClassName
{
background-color: #F1ED15;
}
.BgClassName
{
background-color: #F1ED15;
}
</style>
border-color css
<style>
span { border-color: #F1ED15; }
span { border-color: rgb(241,237,21); }
td.TdClassName
{
border-color: #F1ED15;
}
.TagClassName
{
border-color: #F1ED15;
}
</style>