Shades of Lemon #F2F307
Tints of Lemon #F2F307
RGB
CMYK
RGB Variations
Color information
#F2F307 (or 0xF2F307) is known color: Lemon. HEX triplet: F2, F3 and 07. RGB value is (242,243,7). Sum of RGB (Red+Green+Blue) = 242+243+7=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 7 (3.12% from 255 or 1.42% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F307 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F307 is #0D0CF8. Grayscale: #D8D8D8. Windows color (decimal): -855289 or 521202. OLE color: 521202.
HSL color Cylindrical-coordinate representation of color #F2F307: hue angle of 60.25º 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 #F2F307 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 7 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.05 |
| HSL | 60.25º | 0.94% | 0.49% | - |
| HSV(B) | 60.25º | 0.97% | 0.95% | - |
| XYZ | 68.71 | 82.99 | 12.6 | - |
| YUV | 215.8 | 10.17 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 7 | 0.00 | 0 | 0.97 | 0.05 | 60.25 | 0.94 | 0.49 |
| Hex | F2 | F3 | 7 | 0 | 0 | 61 | 5 | 3C | 5E | 31 |
| Octal | 362 | 363 | 7 | 0 | 0 | 141 | 5 | 74 | 136 | 61 |
| Binary | 11110010 | 11110011 | 111 | 0 | 0 | 1100001 | 101 | 111100 | 1011110 | 110001 |
Color Harmonies of #F2F307
Complementary color
Monochromatic Colors of #F2F307
Black with #F2F307
Text Example
Text Example
White with #F2F307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F307; }
p { color: rgb(242,243,7); }
H1.HeaderClassName
{
color: #F2F307;
}
.AnyTagClassName
{
color: #F2F307;
}
</style>
background-color css
<style>
a { background-color: #F2F307; }
a { background-color: rgb(242,243,7); }
div.DivClassName
{
background-color: #F2F307;
}
.BgClassName
{
background-color: #F2F307;
}
</style>
border-color css
<style>
span { border-color: #F2F307; }
span { border-color: rgb(242,243,7); }
td.TdClassName
{
border-color: #F2F307;
}
.TagClassName
{
border-color: #F2F307;
}
</style>