Shades of Lemon #F1E70A
Tints of Lemon #F1E70A
RGB
CMYK
RGB Variations
Color information
#F1E70A (or 0xF1E70A) is known color: Lemon. HEX triplet: F1, E7 and 0A. RGB value is (241,231,10). Sum of RGB (Red+Green+Blue) = 241+231+10=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E70A is #0E18F5. Grayscale: #D1D1D1. Windows color (decimal): -923894 or 714737. OLE color: 714737.
HSL color Cylindrical-coordinate representation of color #F1E70A: hue angle of 57.4º 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 #F1E70A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.05 |
| HSL | 57.4º | 0.92% | 0.49% | - |
| HSV(B) | 57.4º | 0.96% | 0.95% | - |
| XYZ | 64.91 | 75.87 | 11.51 | - |
| YUV | 208.8 | 15.81 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 10 | 0 | 0.04 | 0.96 | 0.05 | 57.4 | 0.92 | 0.49 |
| Hex | F1 | E7 | A | 0 | 4 | 60 | 5 | 39 | 5C | 31 |
| Octal | 361 | 347 | 12 | 0 | 4 | 140 | 5 | 71 | 134 | 61 |
| Binary | 11110001 | 11100111 | 1010 | 0 | 100 | 1100000 | 101 | 111001 | 1011100 | 110001 |
Color Harmonies of #F1E70A
Complementary color
Monochromatic Colors of #F1E70A
Black with #F1E70A
Text Example
Text Example
White with #F1E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E70A; }
p { color: rgb(241,231,10); }
H1.HeaderClassName
{
color: #F1E70A;
}
.AnyTagClassName
{
color: #F1E70A;
}
</style>
background-color css
<style>
a { background-color: #F1E70A; }
a { background-color: rgb(241,231,10); }
div.DivClassName
{
background-color: #F1E70A;
}
.BgClassName
{
background-color: #F1E70A;
}
</style>
border-color css
<style>
span { border-color: #F1E70A; }
span { border-color: rgb(241,231,10); }
td.TdClassName
{
border-color: #F1E70A;
}
.TagClassName
{
border-color: #F1E70A;
}
</style>