Shades of Lemon #F2F311
Tints of Lemon #F2F311
RGB
CMYK
RGB Variations
Color information
#F2F311 (or 0xF2F311) is known color: Lemon. HEX triplet: F2, F3 and 11. RGB value is (242,243,17). Sum of RGB (Red+Green+Blue) = 242+243+17=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 17 (7.03% from 255 or 3.39% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F311 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F311 is #0D0CEE. Grayscale: #D9D9D9. Windows color (decimal): -855279 or 1176562. OLE color: 1176562.
HSL color Cylindrical-coordinate representation of color #F2F311: hue angle of 60.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2F311 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 17 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.05 |
| HSL | 60.27º | 0.9% | 0.51% | - |
| HSV(B) | 60.27º | 0.93% | 0.95% | - |
| XYZ | 68.77 | 83.02 | 12.93 | - |
| YUV | 216.94 | 15.17 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 17 | 0.00 | 0 | 0.93 | 0.05 | 60.27 | 0.9 | 0.51 |
| Hex | F2 | F3 | 11 | 0 | 0 | 5D | 5 | 3C | 5A | 33 |
| Octal | 362 | 363 | 21 | 0 | 0 | 135 | 5 | 74 | 132 | 63 |
| Binary | 11110010 | 11110011 | 10001 | 0 | 0 | 1011101 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F2F311
Complementary color
Monochromatic Colors of #F2F311
Black with #F2F311
Text Example
Text Example
White with #F2F311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F311; }
p { color: rgb(242,243,17); }
H1.HeaderClassName
{
color: #F2F311;
}
.AnyTagClassName
{
color: #F2F311;
}
</style>
background-color css
<style>
a { background-color: #F2F311; }
a { background-color: rgb(242,243,17); }
div.DivClassName
{
background-color: #F2F311;
}
.BgClassName
{
background-color: #F2F311;
}
</style>
border-color css
<style>
span { border-color: #F2F311; }
span { border-color: rgb(242,243,17); }
td.TdClassName
{
border-color: #F2F311;
}
.TagClassName
{
border-color: #F2F311;
}
</style>