Shades of Lemon #F1ED0A
Tints of Lemon #F1ED0A
RGB
CMYK
RGB Variations
Color information
#F1ED0A (or 0xF1ED0A) is known color: Lemon. HEX triplet: F1, ED and 0A. RGB value is (241,237,10). Sum of RGB (Red+Green+Blue) = 241+237+10=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 10 (4.30% from 255 or 2.05% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED0A is #0E12F5. Grayscale: #D5D5D5. Windows color (decimal): -922358 or 716273. OLE color: 716273.
HSL color Cylindrical-coordinate representation of color #F1ED0A: hue angle of 58.96º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1ED0A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.05 |
| HSL | 58.96º | 0.92% | 0.49% | - |
| HSV(B) | 58.96º | 0.96% | 0.95% | - |
| XYZ | 66.61 | 79.29 | 12.08 | - |
| YUV | 212.32 | 13.83 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 10 | 0 | 0.02 | 0.96 | 0.05 | 58.96 | 0.92 | 0.49 |
| Hex | F1 | ED | A | 0 | 2 | 60 | 5 | 3B | 5C | 31 |
| Octal | 361 | 355 | 12 | 0 | 2 | 140 | 5 | 73 | 134 | 61 |
| Binary | 11110001 | 11101101 | 1010 | 0 | 10 | 1100000 | 101 | 111011 | 1011100 | 110001 |
Color Harmonies of #F1ED0A
Complementary color
Monochromatic Colors of #F1ED0A
Black with #F1ED0A
Text Example
Text Example
White with #F1ED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED0A; }
p { color: rgb(241,237,10); }
H1.HeaderClassName
{
color: #F1ED0A;
}
.AnyTagClassName
{
color: #F1ED0A;
}
</style>
background-color css
<style>
a { background-color: #F1ED0A; }
a { background-color: rgb(241,237,10); }
div.DivClassName
{
background-color: #F1ED0A;
}
.BgClassName
{
background-color: #F1ED0A;
}
</style>
border-color css
<style>
span { border-color: #F1ED0A; }
span { border-color: rgb(241,237,10); }
td.TdClassName
{
border-color: #F1ED0A;
}
.TagClassName
{
border-color: #F1ED0A;
}
</style>