Shades of Lemon #F2F50E
Tints of Lemon #F2F50E
RGB
CMYK
RGB Variations
Color information
#F2F50E (or 0xF2F50E) is known color: Lemon. HEX triplet: F2, F5 and 0E. RGB value is (242,245,14). Sum of RGB (Red+Green+Blue) = 242+245+14=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 14 (5.86% from 255 or 2.79% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F50E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F50E is #0D0AF1. Grayscale: #DADADA. Windows color (decimal): -854770 or 980466. OLE color: 980466.
HSL color Cylindrical-coordinate representation of color #F2F50E: hue angle of 60.78º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2F50E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.04 |
| HSL | 60.78º | 0.92% | 0.51% | - |
| HSV(B) | 60.78º | 0.94% | 0.96% | - |
| XYZ | 69.35 | 84.21 | 13.02 | - |
| YUV | 217.77 | 13.01 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 14 | 0.01 | 0 | 0.94 | 0.04 | 60.78 | 0.92 | 0.51 |
| Hex | F2 | F5 | E | 1 | 0 | 5E | 4 | 3D | 5C | 33 |
| Octal | 362 | 365 | 16 | 1 | 0 | 136 | 4 | 75 | 134 | 63 |
| Binary | 11110010 | 11110101 | 1110 | 1 | 0 | 1011110 | 100 | 111101 | 1011100 | 110011 |
Color Harmonies of #F2F50E
Complementary color
Monochromatic Colors of #F2F50E
Black with #F2F50E
Text Example
Text Example
White with #F2F50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F50E; }
p { color: rgb(242,245,14); }
H1.HeaderClassName
{
color: #F2F50E;
}
.AnyTagClassName
{
color: #F2F50E;
}
</style>
background-color css
<style>
a { background-color: #F2F50E; }
a { background-color: rgb(242,245,14); }
div.DivClassName
{
background-color: #F2F50E;
}
.BgClassName
{
background-color: #F2F50E;
}
</style>
border-color css
<style>
span { border-color: #F2F50E; }
span { border-color: rgb(242,245,14); }
td.TdClassName
{
border-color: #F2F50E;
}
.TagClassName
{
border-color: #F2F50E;
}
</style>