Shades of Lemon #F2E113
Tints of Lemon #F2E113
RGB
CMYK
RGB Variations
Color information
#F2E113 (or 0xF2E113) is known color: Lemon. HEX triplet: F2, E1 and 13. RGB value is (242,225,19). Sum of RGB (Red+Green+Blue) = 242+225+19=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E113 is #0D1EEC. Grayscale: #CFCFCF. Windows color (decimal): -859885 or 1303026. OLE color: 1303026.
HSL color Cylindrical-coordinate representation of color #F2E113: hue angle of 55.43º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2E113 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 19 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.05 |
| HSL | 55.43º | 0.9% | 0.51% | - |
| HSV(B) | 55.43º | 0.92% | 0.95% | - |
| XYZ | 63.66 | 72.77 | 11.31 | - |
| YUV | 206.6 | 22.13 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 19 | 0 | 0.07 | 0.92 | 0.05 | 55.43 | 0.9 | 0.51 |
| Hex | F2 | E1 | 13 | 0 | 7 | 5C | 5 | 37 | 5A | 33 |
| Octal | 362 | 341 | 23 | 0 | 7 | 134 | 5 | 67 | 132 | 63 |
| Binary | 11110010 | 11100001 | 10011 | 0 | 111 | 1011100 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F2E113
Complementary color
Monochromatic Colors of #F2E113
Black with #F2E113
Text Example
Text Example
White with #F2E113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E113; }
p { color: rgb(242,225,19); }
H1.HeaderClassName
{
color: #F2E113;
}
.AnyTagClassName
{
color: #F2E113;
}
</style>
background-color css
<style>
a { background-color: #F2E113; }
a { background-color: rgb(242,225,19); }
div.DivClassName
{
background-color: #F2E113;
}
.BgClassName
{
background-color: #F2E113;
}
</style>
border-color css
<style>
span { border-color: #F2E113; }
span { border-color: rgb(242,225,19); }
td.TdClassName
{
border-color: #F2E113;
}
.TagClassName
{
border-color: #F2E113;
}
</style>