Shades of Lemon #F2F510
Tints of Lemon #F2F510
RGB
CMYK
RGB Variations
Color information
#F2F510 (or 0xF2F510) is known color: Lemon. HEX triplet: F2, F5 and 10. RGB value is (242,245,16). Sum of RGB (Red+Green+Blue) = 242+245+16=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 16 (6.64% from 255 or 3.18% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F510 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F510 is #0D0AEF. Grayscale: #DADADA. Windows color (decimal): -854768 or 1111538. OLE color: 1111538.
HSL color Cylindrical-coordinate representation of color #F2F510: hue angle of 60.79º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2F510 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.04 |
| HSL | 60.79º | 0.92% | 0.51% | - |
| HSV(B) | 60.79º | 0.93% | 0.96% | - |
| XYZ | 69.36 | 84.22 | 13.09 | - |
| YUV | 218 | 14.01 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 16 | 0.01 | 0 | 0.93 | 0.04 | 60.79 | 0.92 | 0.51 |
| Hex | F2 | F5 | 10 | 1 | 0 | 5D | 4 | 3D | 5C | 33 |
| Octal | 362 | 365 | 20 | 1 | 0 | 135 | 4 | 75 | 134 | 63 |
| Binary | 11110010 | 11110101 | 10000 | 1 | 0 | 1011101 | 100 | 111101 | 1011100 | 110011 |
Color Harmonies of #F2F510
Complementary color
Monochromatic Colors of #F2F510
Black with #F2F510
Text Example
Text Example
White with #F2F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F510; }
p { color: rgb(242,245,16); }
H1.HeaderClassName
{
color: #F2F510;
}
.AnyTagClassName
{
color: #F2F510;
}
</style>
background-color css
<style>
a { background-color: #F2F510; }
a { background-color: rgb(242,245,16); }
div.DivClassName
{
background-color: #F2F510;
}
.BgClassName
{
background-color: #F2F510;
}
</style>
border-color css
<style>
span { border-color: #F2F510; }
span { border-color: rgb(242,245,16); }
td.TdClassName
{
border-color: #F2F510;
}
.TagClassName
{
border-color: #F2F510;
}
</style>