Shades of Lemon #F2EE09
Tints of Lemon #F2EE09
RGB
CMYK
RGB Variations
Color information
#F2EE09 (or 0xF2EE09) is known color: Lemon. HEX triplet: F2, EE and 09. RGB value is (242,238,9). Sum of RGB (Red+Green+Blue) = 242+238+9=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 9 (3.91% from 255 or 1.84% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EE09 is #0D11F6. Grayscale: #D6D6D6. Windows color (decimal): -856567 or 650994. OLE color: 650994.
HSL color Cylindrical-coordinate representation of color #F2EE09: hue angle of 58.97º 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 #F2EE09 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.05 |
| HSL | 58.97º | 0.93% | 0.49% | - |
| HSV(B) | 58.97º | 0.96% | 0.95% | - |
| XYZ | 67.24 | 80.05 | 12.16 | - |
| YUV | 213.09 | 12.83 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 9 | 0 | 0.02 | 0.96 | 0.05 | 58.97 | 0.93 | 0.49 |
| Hex | F2 | EE | 9 | 0 | 2 | 60 | 5 | 3B | 5D | 31 |
| Octal | 362 | 356 | 11 | 0 | 2 | 140 | 5 | 73 | 135 | 61 |
| Binary | 11110010 | 11101110 | 1001 | 0 | 10 | 1100000 | 101 | 111011 | 1011101 | 110001 |
Color Harmonies of #F2EE09
Complementary color
Monochromatic Colors of #F2EE09
Black with #F2EE09
Text Example
Text Example
White with #F2EE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE09; }
p { color: rgb(242,238,9); }
H1.HeaderClassName
{
color: #F2EE09;
}
.AnyTagClassName
{
color: #F2EE09;
}
</style>
background-color css
<style>
a { background-color: #F2EE09; }
a { background-color: rgb(242,238,9); }
div.DivClassName
{
background-color: #F2EE09;
}
.BgClassName
{
background-color: #F2EE09;
}
</style>
border-color css
<style>
span { border-color: #F2EE09; }
span { border-color: rgb(242,238,9); }
td.TdClassName
{
border-color: #F2EE09;
}
.TagClassName
{
border-color: #F2EE09;
}
</style>