Shades of Lemon #F2F116
Tints of Lemon #F2F116
RGB
CMYK
RGB Variations
Color information
#F2F116 (or 0xF2F116) is known color: Lemon. HEX triplet: F2, F1 and 16. RGB value is (242,241,22). Sum of RGB (Red+Green+Blue) = 242+241+22=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 22 (8.98% from 255 or 4.36% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F116 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F116 is #0D0EE9. Grayscale: #D9D9D9. Windows color (decimal): -855786 or 1503730. OLE color: 1503730.
HSL color Cylindrical-coordinate representation of color #F2F116: hue angle of 59.73º 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 #F2F116 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 22 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.05 |
| HSL | 59.73º | 0.89% | 0.52% | - |
| HSV(B) | 59.73º | 0.91% | 0.95% | - |
| XYZ | 68.22 | 81.85 | 12.96 | - |
| YUV | 216.33 | 18.33 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 22 | 0 | 0.00 | 0.91 | 0.05 | 59.73 | 0.89 | 0.52 |
| Hex | F2 | F1 | 16 | 0 | 0 | 5B | 5 | 3C | 59 | 34 |
| Octal | 362 | 361 | 26 | 0 | 0 | 133 | 5 | 74 | 131 | 64 |
| Binary | 11110010 | 11110001 | 10110 | 0 | 0 | 1011011 | 101 | 111100 | 1011001 | 110100 |
Color Harmonies of #F2F116
Complementary color
Monochromatic Colors of #F2F116
Black with #F2F116
Text Example
Text Example
White with #F2F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F116; }
p { color: rgb(242,241,22); }
H1.HeaderClassName
{
color: #F2F116;
}
.AnyTagClassName
{
color: #F2F116;
}
</style>
background-color css
<style>
a { background-color: #F2F116; }
a { background-color: rgb(242,241,22); }
div.DivClassName
{
background-color: #F2F116;
}
.BgClassName
{
background-color: #F2F116;
}
</style>
border-color css
<style>
span { border-color: #F2F116; }
span { border-color: rgb(242,241,22); }
td.TdClassName
{
border-color: #F2F116;
}
.TagClassName
{
border-color: #F2F116;
}
</style>