Shades of Lemon #F2F207
Tints of Lemon #F2F207
RGB
CMYK
RGB Variations
Color information
#F2F207 (or 0xF2F207) is known color: Lemon. HEX triplet: F2, F2 and 07. RGB value is (242,242,7). Sum of RGB (Red+Green+Blue) = 242+242+7=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 7 (3.12% from 255 or 1.43% from 491); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F207 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F207 is #0D0DF8. Grayscale: #D8D8D8. Windows color (decimal): -855545 or 520946. OLE color: 520946.
HSL color Cylindrical-coordinate representation of color #F2F207: hue angle of 60º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2F207 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.05 |
| HSL | 60º | 0.94% | 0.49% | - |
| HSV(B) | 60º | 0.97% | 0.95% | - |
| XYZ | 68.41 | 82.4 | 12.5 | - |
| YUV | 215.21 | 10.5 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 7 | 0 | 0 | 0.97 | 0.05 | 60 | 0.94 | 0.49 |
| Hex | F2 | F2 | 7 | 0 | 0 | 61 | 5 | 3C | 5E | 31 |
| Octal | 362 | 362 | 7 | 0 | 0 | 141 | 5 | 74 | 136 | 61 |
| Binary | 11110010 | 11110010 | 111 | 0 | 0 | 1100001 | 101 | 111100 | 1011110 | 110001 |
Color Harmonies of #F2F207
Complementary color
Monochromatic Colors of #F2F207
Black with #F2F207
Text Example
Text Example
White with #F2F207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F207; }
p { color: rgb(242,242,7); }
H1.HeaderClassName
{
color: #F2F207;
}
.AnyTagClassName
{
color: #F2F207;
}
</style>
background-color css
<style>
a { background-color: #F2F207; }
a { background-color: rgb(242,242,7); }
div.DivClassName
{
background-color: #F2F207;
}
.BgClassName
{
background-color: #F2F207;
}
</style>
border-color css
<style>
span { border-color: #F2F207; }
span { border-color: rgb(242,242,7); }
td.TdClassName
{
border-color: #F2F207;
}
.TagClassName
{
border-color: #F2F207;
}
</style>