Shades of Lemon #F2E009
Tints of Lemon #F2E009
RGB
CMYK
RGB Variations
Color information
#F2E009 (or 0xF2E009) is known color: Lemon. HEX triplet: F2, E0 and 09. RGB value is (242,224,9). Sum of RGB (Red+Green+Blue) = 242+224+9=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E009 is #0D1FF6. Grayscale: #CDCDCD. Windows color (decimal): -860151 or 647410. OLE color: 647410.
HSL color Cylindrical-coordinate representation of color #F2E009: hue angle of 55.36º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2E009 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.05 |
| HSL | 55.36º | 0.93% | 0.49% | - |
| HSV(B) | 55.36º | 0.96% | 0.95% | - |
| XYZ | 63.32 | 72.21 | 10.86 | - |
| YUV | 204.87 | 17.46 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 9 | 0 | 0.07 | 0.96 | 0.05 | 55.36 | 0.93 | 0.49 |
| Hex | F2 | E0 | 9 | 0 | 7 | 60 | 5 | 37 | 5D | 31 |
| Octal | 362 | 340 | 11 | 0 | 7 | 140 | 5 | 67 | 135 | 61 |
| Binary | 11110010 | 11100000 | 1001 | 0 | 111 | 1100000 | 101 | 110111 | 1011101 | 110001 |
Color Harmonies of #F2E009
Complementary color
Monochromatic Colors of #F2E009
Black with #F2E009
Text Example
Text Example
White with #F2E009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E009; }
p { color: rgb(242,224,9); }
H1.HeaderClassName
{
color: #F2E009;
}
.AnyTagClassName
{
color: #F2E009;
}
</style>
background-color css
<style>
a { background-color: #F2E009; }
a { background-color: rgb(242,224,9); }
div.DivClassName
{
background-color: #F2E009;
}
.BgClassName
{
background-color: #F2E009;
}
</style>
border-color css
<style>
span { border-color: #F2E009; }
span { border-color: rgb(242,224,9); }
td.TdClassName
{
border-color: #F2E009;
}
.TagClassName
{
border-color: #F2E009;
}
</style>