Shades of Lemon #F1E312
Tints of Lemon #F1E312
RGB
CMYK
RGB Variations
Color information
#F1E312 (or 0xF1E312) is known color: Lemon. HEX triplet: F1, E3 and 12. RGB value is (241,227,18). Sum of RGB (Red+Green+Blue) = 241+227+18=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E312 is #0E1CED. Grayscale: #D0D0D0. Windows color (decimal): -924910 or 1238001. OLE color: 1238001.
HSL color Cylindrical-coordinate representation of color #F1E312: hue angle of 56.23º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1E312 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 18 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.05 |
| HSL | 56.23º | 0.89% | 0.51% | - |
| HSV(B) | 56.23º | 0.93% | 0.95% | - |
| XYZ | 63.85 | 73.68 | 11.43 | - |
| YUV | 207.36 | 21.14 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 18 | 0 | 0.06 | 0.93 | 0.05 | 56.23 | 0.89 | 0.51 |
| Hex | F1 | E3 | 12 | 0 | 6 | 5D | 5 | 38 | 59 | 33 |
| Octal | 361 | 343 | 22 | 0 | 6 | 135 | 5 | 70 | 131 | 63 |
| Binary | 11110001 | 11100011 | 10010 | 0 | 110 | 1011101 | 101 | 111000 | 1011001 | 110011 |
Color Harmonies of #F1E312
Complementary color
Monochromatic Colors of #F1E312
Black with #F1E312
Text Example
Text Example
White with #F1E312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E312; }
p { color: rgb(241,227,18); }
H1.HeaderClassName
{
color: #F1E312;
}
.AnyTagClassName
{
color: #F1E312;
}
</style>
background-color css
<style>
a { background-color: #F1E312; }
a { background-color: rgb(241,227,18); }
div.DivClassName
{
background-color: #F1E312;
}
.BgClassName
{
background-color: #F1E312;
}
</style>
border-color css
<style>
span { border-color: #F1E312; }
span { border-color: rgb(241,227,18); }
td.TdClassName
{
border-color: #F1E312;
}
.TagClassName
{
border-color: #F1E312;
}
</style>