Shades of Lemon #F2E10B
Tints of Lemon #F2E10B
RGB
CMYK
RGB Variations
Color information
#F2E10B (or 0xF2E10B) is known color: Lemon. HEX triplet: F2, E1 and 0B. RGB value is (242,225,11). Sum of RGB (Red+Green+Blue) = 242+225+11=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E10B is #0D1EF4. Grayscale: #CECECE. Windows color (decimal): -859893 or 778738. OLE color: 778738.
HSL color Cylindrical-coordinate representation of color #F2E10B: hue angle of 55.58º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2E10B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.05 |
| HSL | 55.58º | 0.91% | 0.5% | - |
| HSV(B) | 55.58º | 0.95% | 0.95% | - |
| XYZ | 63.6 | 72.75 | 11.01 | - |
| YUV | 205.69 | 18.13 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 11 | 0 | 0.07 | 0.95 | 0.05 | 55.58 | 0.91 | 0.5 |
| Hex | F2 | E1 | B | 0 | 7 | 5F | 5 | 38 | 5B | 32 |
| Octal | 362 | 341 | 13 | 0 | 7 | 137 | 5 | 70 | 133 | 62 |
| Binary | 11110010 | 11100001 | 1011 | 0 | 111 | 1011111 | 101 | 111000 | 1011011 | 110010 |
Color Harmonies of #F2E10B
Complementary color
Monochromatic Colors of #F2E10B
Black with #F2E10B
Text Example
Text Example
White with #F2E10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E10B; }
p { color: rgb(242,225,11); }
H1.HeaderClassName
{
color: #F2E10B;
}
.AnyTagClassName
{
color: #F2E10B;
}
</style>
background-color css
<style>
a { background-color: #F2E10B; }
a { background-color: rgb(242,225,11); }
div.DivClassName
{
background-color: #F2E10B;
}
.BgClassName
{
background-color: #F2E10B;
}
</style>
border-color css
<style>
span { border-color: #F2E10B; }
span { border-color: rgb(242,225,11); }
td.TdClassName
{
border-color: #F2E10B;
}
.TagClassName
{
border-color: #F2E10B;
}
</style>