Shades of Lemon #F2EF09
Tints of Lemon #F2EF09
RGB
CMYK
RGB Variations
Color information
#F2EF09 (or 0xF2EF09) is known color: Lemon. HEX triplet: F2, EF and 09. RGB value is (242,239,9). Sum of RGB (Red+Green+Blue) = 242+239+9=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 9 (3.91% from 255 or 1.84% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EF09 is #0D10F6. Grayscale: #D6D6D6. Windows color (decimal): -856311 or 651250. OLE color: 651250.
HSL color Cylindrical-coordinate representation of color #F2EF09: hue angle of 59.23º 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 #F2EF09 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 9 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.05 |
| HSL | 59.23º | 0.93% | 0.49% | - |
| HSV(B) | 59.23º | 0.96% | 0.95% | - |
| XYZ | 67.53 | 80.63 | 12.26 | - |
| YUV | 213.68 | 12.49 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 9 | 0 | 0.01 | 0.96 | 0.05 | 59.23 | 0.93 | 0.49 |
| Hex | F2 | EF | 9 | 0 | 1 | 60 | 5 | 3B | 5D | 31 |
| Octal | 362 | 357 | 11 | 0 | 1 | 140 | 5 | 73 | 135 | 61 |
| Binary | 11110010 | 11101111 | 1001 | 0 | 1 | 1100000 | 101 | 111011 | 1011101 | 110001 |
Color Harmonies of #F2EF09
Complementary color
Monochromatic Colors of #F2EF09
Black with #F2EF09
Text Example
Text Example
White with #F2EF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF09; }
p { color: rgb(242,239,9); }
H1.HeaderClassName
{
color: #F2EF09;
}
.AnyTagClassName
{
color: #F2EF09;
}
</style>
background-color css
<style>
a { background-color: #F2EF09; }
a { background-color: rgb(242,239,9); }
div.DivClassName
{
background-color: #F2EF09;
}
.BgClassName
{
background-color: #F2EF09;
}
</style>
border-color css
<style>
span { border-color: #F2EF09; }
span { border-color: rgb(242,239,9); }
td.TdClassName
{
border-color: #F2EF09;
}
.TagClassName
{
border-color: #F2EF09;
}
</style>