Shades of Lemon #F2ED09
Tints of Lemon #F2ED09
RGB
CMYK
RGB Variations
Color information
#F2ED09 (or 0xF2ED09) is known color: Lemon. HEX triplet: F2, ED and 09. RGB value is (242,237,9). Sum of RGB (Red+Green+Blue) = 242+237+9=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 9 (3.91% from 255 or 1.84% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED09 is #0D12F6. Grayscale: #D5D5D5. Windows color (decimal): -856823 or 650738. OLE color: 650738.
HSL color Cylindrical-coordinate representation of color #F2ED09: hue angle of 58.71º 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 #F2ED09 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.05 |
| HSL | 58.71º | 0.93% | 0.49% | - |
| HSV(B) | 58.71º | 0.96% | 0.95% | - |
| XYZ | 66.95 | 79.47 | 12.07 | - |
| YUV | 212.5 | 13.16 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 9 | 0 | 0.02 | 0.96 | 0.05 | 58.71 | 0.93 | 0.49 |
| Hex | F2 | ED | 9 | 0 | 2 | 60 | 5 | 3B | 5D | 31 |
| Octal | 362 | 355 | 11 | 0 | 2 | 140 | 5 | 73 | 135 | 61 |
| Binary | 11110010 | 11101101 | 1001 | 0 | 10 | 1100000 | 101 | 111011 | 1011101 | 110001 |
Color Harmonies of #F2ED09
Complementary color
Monochromatic Colors of #F2ED09
Black with #F2ED09
Text Example
Text Example
White with #F2ED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED09; }
p { color: rgb(242,237,9); }
H1.HeaderClassName
{
color: #F2ED09;
}
.AnyTagClassName
{
color: #F2ED09;
}
</style>
background-color css
<style>
a { background-color: #F2ED09; }
a { background-color: rgb(242,237,9); }
div.DivClassName
{
background-color: #F2ED09;
}
.BgClassName
{
background-color: #F2ED09;
}
</style>
border-color css
<style>
span { border-color: #F2ED09; }
span { border-color: rgb(242,237,9); }
td.TdClassName
{
border-color: #F2ED09;
}
.TagClassName
{
border-color: #F2ED09;
}
</style>