Shades of Lemon #F2EE1A
Tints of Lemon #F2EE1A
RGB
CMYK
RGB Variations
Color information
#F2EE1A (or 0xF2EE1A) is known color: Lemon. HEX triplet: F2, EE and 1A. RGB value is (242,238,26). Sum of RGB (Red+Green+Blue) = 242+238+26=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 26 (10.55% from 255 or 5.14% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE1A is #0D11E5. Grayscale: #D7D7D7. Windows color (decimal): -856550 or 1765106. OLE color: 1765106.
HSL color Cylindrical-coordinate representation of color #F2EE1A: hue angle of 58.89º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2EE1A is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 26 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.05 |
| HSL | 58.89º | 0.89% | 0.53% | - |
| HSV(B) | 58.89º | 0.89% | 0.95% | - |
| XYZ | 67.38 | 80.1 | 12.89 | - |
| YUV | 215.03 | 21.33 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 26 | 0 | 0.02 | 0.89 | 0.05 | 58.89 | 0.89 | 0.53 |
| Hex | F2 | EE | 1A | 0 | 2 | 59 | 5 | 3B | 59 | 35 |
| Octal | 362 | 356 | 32 | 0 | 2 | 131 | 5 | 73 | 131 | 65 |
| Binary | 11110010 | 11101110 | 11010 | 0 | 10 | 1011001 | 101 | 111011 | 1011001 | 110101 |
Color Harmonies of #F2EE1A
Complementary color
Monochromatic Colors of #F2EE1A
Black with #F2EE1A
Text Example
Text Example
White with #F2EE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE1A; }
p { color: rgb(242,238,26); }
H1.HeaderClassName
{
color: #F2EE1A;
}
.AnyTagClassName
{
color: #F2EE1A;
}
</style>
background-color css
<style>
a { background-color: #F2EE1A; }
a { background-color: rgb(242,238,26); }
div.DivClassName
{
background-color: #F2EE1A;
}
.BgClassName
{
background-color: #F2EE1A;
}
</style>
border-color css
<style>
span { border-color: #F2EE1A; }
span { border-color: rgb(242,238,26); }
td.TdClassName
{
border-color: #F2EE1A;
}
.TagClassName
{
border-color: #F2EE1A;
}
</style>