Shades of Lemon #F2F213
Tints of Lemon #F2F213
RGB
CMYK
RGB Variations
Color information
#F2F213 (or 0xF2F213) is known color: Lemon. HEX triplet: F2, F2 and 13. RGB value is (242,242,19). Sum of RGB (Red+Green+Blue) = 242+242+19=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 19 (7.81% from 255 or 3.78% from 503); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F213 is #0D0DEC. Grayscale: #D9D9D9. Windows color (decimal): -855533 or 1307378. OLE color: 1307378.
HSL color Cylindrical-coordinate representation of color #F2F213: hue angle of 60º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2F213 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 19 | - |
| CMYK | 0 | 0 | 0.92 | 0.05 |
| HSL | 60º | 0.9% | 0.51% | - |
| HSV(B) | 60º | 0.92% | 0.95% | - |
| XYZ | 68.49 | 82.43 | 12.92 | - |
| YUV | 216.58 | 16.5 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 19 | 0 | 0 | 0.92 | 0.05 | 60 | 0.9 | 0.51 |
| Hex | F2 | F2 | 13 | 0 | 0 | 5C | 5 | 3C | 5A | 33 |
| Octal | 362 | 362 | 23 | 0 | 0 | 134 | 5 | 74 | 132 | 63 |
| Binary | 11110010 | 11110010 | 10011 | 0 | 0 | 1011100 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F2F213
Complementary color
Monochromatic Colors of #F2F213
Black with #F2F213
Text Example
Text Example
White with #F2F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F213; }
p { color: rgb(242,242,19); }
H1.HeaderClassName
{
color: #F2F213;
}
.AnyTagClassName
{
color: #F2F213;
}
</style>
background-color css
<style>
a { background-color: #F2F213; }
a { background-color: rgb(242,242,19); }
div.DivClassName
{
background-color: #F2F213;
}
.BgClassName
{
background-color: #F2F213;
}
</style>
border-color css
<style>
span { border-color: #F2F213; }
span { border-color: rgb(242,242,19); }
td.TdClassName
{
border-color: #F2F213;
}
.TagClassName
{
border-color: #F2F213;
}
</style>