Shades of Lemon #F2EB16
Tints of Lemon #F2EB16
RGB
CMYK
RGB Variations
Color information
#F2EB16 (or 0xF2EB16) is known color: Lemon. HEX triplet: F2, EB and 16. RGB value is (242,235,22). Sum of RGB (Red+Green+Blue) = 242+235+22=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 22 (8.98% from 255 or 4.41% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EB16 is #0D14E9. Grayscale: #D5D5D5. Windows color (decimal): -857322 or 1502194. OLE color: 1502194.
HSL color Cylindrical-coordinate representation of color #F2EB16: hue angle of 58.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2EB16 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.05 |
| HSL | 58.09º | 0.89% | 0.52% | - |
| HSV(B) | 58.09º | 0.91% | 0.95% | - |
| XYZ | 66.47 | 78.35 | 12.38 | - |
| YUV | 212.81 | 20.32 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 22 | 0 | 0.03 | 0.91 | 0.05 | 58.09 | 0.89 | 0.52 |
| Hex | F2 | EB | 16 | 0 | 3 | 5B | 5 | 3A | 59 | 34 |
| Octal | 362 | 353 | 26 | 0 | 3 | 133 | 5 | 72 | 131 | 64 |
| Binary | 11110010 | 11101011 | 10110 | 0 | 11 | 1011011 | 101 | 111010 | 1011001 | 110100 |
Color Harmonies of #F2EB16
Complementary color
Monochromatic Colors of #F2EB16
Black with #F2EB16
Text Example
Text Example
White with #F2EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB16; }
p { color: rgb(242,235,22); }
H1.HeaderClassName
{
color: #F2EB16;
}
.AnyTagClassName
{
color: #F2EB16;
}
</style>
background-color css
<style>
a { background-color: #F2EB16; }
a { background-color: rgb(242,235,22); }
div.DivClassName
{
background-color: #F2EB16;
}
.BgClassName
{
background-color: #F2EB16;
}
</style>
border-color css
<style>
span { border-color: #F2EB16; }
span { border-color: rgb(242,235,22); }
td.TdClassName
{
border-color: #F2EB16;
}
.TagClassName
{
border-color: #F2EB16;
}
</style>