Shades of Lemon #F2F114
Tints of Lemon #F2F114
RGB
CMYK
RGB Variations
Color information
#F2F114 (or 0xF2F114) is known color: Lemon. HEX triplet: F2, F1 and 14. RGB value is (242,241,20). Sum of RGB (Red+Green+Blue) = 242+241+20=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 20 (8.20% from 255 or 3.98% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F114 is #0D0EEB. Grayscale: #D8D8D8. Windows color (decimal): -855788 or 1372658. OLE color: 1372658.
HSL color Cylindrical-coordinate representation of color #F2F114: hue angle of 59.73º 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 #F2F114 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.05 |
| HSL | 59.73º | 0.9% | 0.51% | - |
| HSV(B) | 59.73º | 0.92% | 0.95% | - |
| XYZ | 68.2 | 81.84 | 12.86 | - |
| YUV | 216.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 20 | 0 | 0.00 | 0.92 | 0.05 | 59.73 | 0.9 | 0.51 |
| Hex | F2 | F1 | 14 | 0 | 0 | 5C | 5 | 3C | 5A | 33 |
| Octal | 362 | 361 | 24 | 0 | 0 | 134 | 5 | 74 | 132 | 63 |
| Binary | 11110010 | 11110001 | 10100 | 0 | 0 | 1011100 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F2F114
Complementary color
Monochromatic Colors of #F2F114
Black with #F2F114
Text Example
Text Example
White with #F2F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F114; }
p { color: rgb(242,241,20); }
H1.HeaderClassName
{
color: #F2F114;
}
.AnyTagClassName
{
color: #F2F114;
}
</style>
background-color css
<style>
a { background-color: #F2F114; }
a { background-color: rgb(242,241,20); }
div.DivClassName
{
background-color: #F2F114;
}
.BgClassName
{
background-color: #F2F114;
}
</style>
border-color css
<style>
span { border-color: #F2F114; }
span { border-color: rgb(242,241,20); }
td.TdClassName
{
border-color: #F2F114;
}
.TagClassName
{
border-color: #F2F114;
}
</style>