Shades of Lemon #F2E10D
Tints of Lemon #F2E10D
RGB
CMYK
RGB Variations
Color information
#F2E10D (or 0xF2E10D) is known color: Lemon. HEX triplet: F2, E1 and 0D. RGB value is (242,225,13). Sum of RGB (Red+Green+Blue) = 242+225+13=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E10D is #0D1EF2. Grayscale: #CECECE. Windows color (decimal): -859891 or 909810. OLE color: 909810.
HSL color Cylindrical-coordinate representation of color #F2E10D: hue angle of 55.55º degrees, saturation: 0.9, 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 #F2E10D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.05 |
| HSL | 55.55º | 0.9% | 0.5% | - |
| HSV(B) | 55.55º | 0.95% | 0.95% | - |
| XYZ | 63.62 | 72.76 | 11.07 | - |
| YUV | 205.92 | 19.13 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 13 | 0 | 0.07 | 0.95 | 0.05 | 55.55 | 0.9 | 0.5 |
| Hex | F2 | E1 | D | 0 | 7 | 5F | 5 | 38 | 5A | 32 |
| Octal | 362 | 341 | 15 | 0 | 7 | 137 | 5 | 70 | 132 | 62 |
| Binary | 11110010 | 11100001 | 1101 | 0 | 111 | 1011111 | 101 | 111000 | 1011010 | 110010 |
Color Harmonies of #F2E10D
Complementary color
Monochromatic Colors of #F2E10D
Black with #F2E10D
Text Example
Text Example
White with #F2E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E10D; }
p { color: rgb(242,225,13); }
H1.HeaderClassName
{
color: #F2E10D;
}
.AnyTagClassName
{
color: #F2E10D;
}
</style>
background-color css
<style>
a { background-color: #F2E10D; }
a { background-color: rgb(242,225,13); }
div.DivClassName
{
background-color: #F2E10D;
}
.BgClassName
{
background-color: #F2E10D;
}
</style>
border-color css
<style>
span { border-color: #F2E10D; }
span { border-color: rgb(242,225,13); }
td.TdClassName
{
border-color: #F2E10D;
}
.TagClassName
{
border-color: #F2E10D;
}
</style>