Shades of Lemon #F2E10E
Tints of Lemon #F2E10E
RGB
CMYK
RGB Variations
Color information
#F2E10E (or 0xF2E10E) is known color: Lemon. HEX triplet: F2, E1 and 0E. RGB value is (242,225,14). Sum of RGB (Red+Green+Blue) = 242+225+14=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E10E is #0D1EF1. Grayscale: #CECECE. Windows color (decimal): -859890 or 975346. OLE color: 975346.
HSL color Cylindrical-coordinate representation of color #F2E10E: hue angle of 55.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2E10E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.05 |
| HSL | 55.53º | 0.9% | 0.5% | - |
| HSV(B) | 55.53º | 0.94% | 0.95% | - |
| XYZ | 63.62 | 72.76 | 11.11 | - |
| YUV | 206.03 | 19.63 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 14 | 0 | 0.07 | 0.94 | 0.05 | 55.53 | 0.9 | 0.5 |
| Hex | F2 | E1 | E | 0 | 7 | 5E | 5 | 38 | 5A | 32 |
| Octal | 362 | 341 | 16 | 0 | 7 | 136 | 5 | 70 | 132 | 62 |
| Binary | 11110010 | 11100001 | 1110 | 0 | 111 | 1011110 | 101 | 111000 | 1011010 | 110010 |
Color Harmonies of #F2E10E
Complementary color
Monochromatic Colors of #F2E10E
Black with #F2E10E
Text Example
Text Example
White with #F2E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E10E; }
p { color: rgb(242,225,14); }
H1.HeaderClassName
{
color: #F2E10E;
}
.AnyTagClassName
{
color: #F2E10E;
}
</style>
background-color css
<style>
a { background-color: #F2E10E; }
a { background-color: rgb(242,225,14); }
div.DivClassName
{
background-color: #F2E10E;
}
.BgClassName
{
background-color: #F2E10E;
}
</style>
border-color css
<style>
span { border-color: #F2E10E; }
span { border-color: rgb(242,225,14); }
td.TdClassName
{
border-color: #F2E10E;
}
.TagClassName
{
border-color: #F2E10E;
}
</style>