Shades of Lemon #F1ED1E
Tints of Lemon #F1ED1E
RGB
CMYK
RGB Variations
Color information
#F1ED1E (or 0xF1ED1E) is known color: Lemon. HEX triplet: F1, ED and 1E. RGB value is (241,237,30). Sum of RGB (Red+Green+Blue) = 241+237+30=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 30 (12.11% from 255 or 5.91% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED1E is #0E12E1. Grayscale: #D7D7D7. Windows color (decimal): -922338 or 2026993. OLE color: 2026993.
HSL color Cylindrical-coordinate representation of color #F1ED1E: hue angle of 58.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1ED1E is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 30 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.05 |
| HSL | 58.86º | 0.88% | 0.53% | - |
| HSV(B) | 58.86º | 0.88% | 0.95% | - |
| XYZ | 66.79 | 79.36 | 13.03 | - |
| YUV | 214.6 | 23.83 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 30 | 0 | 0.02 | 0.88 | 0.05 | 58.86 | 0.88 | 0.53 |
| Hex | F1 | ED | 1E | 0 | 2 | 58 | 5 | 3B | 58 | 35 |
| Octal | 361 | 355 | 36 | 0 | 2 | 130 | 5 | 73 | 130 | 65 |
| Binary | 11110001 | 11101101 | 11110 | 0 | 10 | 1011000 | 101 | 111011 | 1011000 | 110101 |
Color Harmonies of #F1ED1E
Complementary color
Monochromatic Colors of #F1ED1E
Black with #F1ED1E
Text Example
Text Example
White with #F1ED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED1E; }
p { color: rgb(241,237,30); }
H1.HeaderClassName
{
color: #F1ED1E;
}
.AnyTagClassName
{
color: #F1ED1E;
}
</style>
background-color css
<style>
a { background-color: #F1ED1E; }
a { background-color: rgb(241,237,30); }
div.DivClassName
{
background-color: #F1ED1E;
}
.BgClassName
{
background-color: #F1ED1E;
}
</style>
border-color css
<style>
span { border-color: #F1ED1E; }
span { border-color: rgb(241,237,30); }
td.TdClassName
{
border-color: #F1ED1E;
}
.TagClassName
{
border-color: #F1ED1E;
}
</style>