Shades of Lemon #F1E310
Tints of Lemon #F1E310
RGB
CMYK
RGB Variations
Color information
#F1E310 (or 0xF1E310) is known color: Lemon. HEX triplet: F1, E3 and 10. RGB value is (241,227,16). Sum of RGB (Red+Green+Blue) = 241+227+16=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E310 is #0E1CEF. Grayscale: #CFCFCF. Windows color (decimal): -924912 or 1106929. OLE color: 1106929.
HSL color Cylindrical-coordinate representation of color #F1E310: hue angle of 56.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1E310 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.05 |
| HSL | 56.27º | 0.89% | 0.5% | - |
| HSV(B) | 56.27º | 0.93% | 0.95% | - |
| XYZ | 63.84 | 73.68 | 11.35 | - |
| YUV | 207.13 | 20.14 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 16 | 0 | 0.06 | 0.93 | 0.05 | 56.27 | 0.89 | 0.5 |
| Hex | F1 | E3 | 10 | 0 | 6 | 5D | 5 | 38 | 59 | 32 |
| Octal | 361 | 343 | 20 | 0 | 6 | 135 | 5 | 70 | 131 | 62 |
| Binary | 11110001 | 11100011 | 10000 | 0 | 110 | 1011101 | 101 | 111000 | 1011001 | 110010 |
Color Harmonies of #F1E310
Complementary color
Monochromatic Colors of #F1E310
Black with #F1E310
Text Example
Text Example
White with #F1E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E310; }
p { color: rgb(241,227,16); }
H1.HeaderClassName
{
color: #F1E310;
}
.AnyTagClassName
{
color: #F1E310;
}
</style>
background-color css
<style>
a { background-color: #F1E310; }
a { background-color: rgb(241,227,16); }
div.DivClassName
{
background-color: #F1E310;
}
.BgClassName
{
background-color: #F1E310;
}
</style>
border-color css
<style>
span { border-color: #F1E310; }
span { border-color: rgb(241,227,16); }
td.TdClassName
{
border-color: #F1E310;
}
.TagClassName
{
border-color: #F1E310;
}
</style>