Shades of Lemon #F2F209
Tints of Lemon #F2F209
RGB
CMYK
RGB Variations
Color information
#F2F209 (or 0xF2F209) is known color: Lemon. HEX triplet: F2, F2 and 09. RGB value is (242,242,9). Sum of RGB (Red+Green+Blue) = 242+242+9=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 9 (3.91% from 255 or 1.83% from 493); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F209 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F209 is #0D0DF6. Grayscale: #D8D8D8. Windows color (decimal): -855543 or 652018. OLE color: 652018.
HSL color Cylindrical-coordinate representation of color #F2F209: hue angle of 60º 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 #F2F209 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 9 | - |
| CMYK | 0 | 0 | 0.96 | 0.05 |
| HSL | 60º | 0.93% | 0.49% | - |
| HSV(B) | 60º | 0.96% | 0.95% | - |
| XYZ | 68.42 | 82.4 | 12.56 | - |
| YUV | 215.44 | 11.5 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 9 | 0 | 0 | 0.96 | 0.05 | 60 | 0.93 | 0.49 |
| Hex | F2 | F2 | 9 | 0 | 0 | 60 | 5 | 3C | 5D | 31 |
| Octal | 362 | 362 | 11 | 0 | 0 | 140 | 5 | 74 | 135 | 61 |
| Binary | 11110010 | 11110010 | 1001 | 0 | 0 | 1100000 | 101 | 111100 | 1011101 | 110001 |
Color Harmonies of #F2F209
Complementary color
Monochromatic Colors of #F2F209
Black with #F2F209
Text Example
Text Example
White with #F2F209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F209; }
p { color: rgb(242,242,9); }
H1.HeaderClassName
{
color: #F2F209;
}
.AnyTagClassName
{
color: #F2F209;
}
</style>
background-color css
<style>
a { background-color: #F2F209; }
a { background-color: rgb(242,242,9); }
div.DivClassName
{
background-color: #F2F209;
}
.BgClassName
{
background-color: #F2F209;
}
</style>
border-color css
<style>
span { border-color: #F2F209; }
span { border-color: rgb(242,242,9); }
td.TdClassName
{
border-color: #F2F209;
}
.TagClassName
{
border-color: #F2F209;
}
</style>