Shades of Lemon #F2EA1E
Tints of Lemon #F2EA1E
RGB
CMYK
RGB Variations
Color information
#F2EA1E (or 0xF2EA1E) is known color: Lemon. HEX triplet: F2, EA and 1E. RGB value is (242,234,30). Sum of RGB (Red+Green+Blue) = 242+234+30=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EA1E is #0D15E1. Grayscale: #D5D5D5. Windows color (decimal): -857570 or 2026226. OLE color: 2026226.
HSL color Cylindrical-coordinate representation of color #F2EA1E: hue angle of 57.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2EA1E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 30 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.05 |
| HSL | 57.74º | 0.89% | 0.53% | - |
| HSV(B) | 57.74º | 0.88% | 0.95% | - |
| XYZ | 66.28 | 77.82 | 12.76 | - |
| YUV | 213.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 30 | 0 | 0.03 | 0.88 | 0.05 | 57.74 | 0.89 | 0.53 |
| Hex | F2 | EA | 1E | 0 | 3 | 58 | 5 | 3A | 59 | 35 |
| Octal | 362 | 352 | 36 | 0 | 3 | 130 | 5 | 72 | 131 | 65 |
| Binary | 11110010 | 11101010 | 11110 | 0 | 11 | 1011000 | 101 | 111010 | 1011001 | 110101 |
Color Harmonies of #F2EA1E
Complementary color
Monochromatic Colors of #F2EA1E
Black with #F2EA1E
Text Example
Text Example
White with #F2EA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA1E; }
p { color: rgb(242,234,30); }
H1.HeaderClassName
{
color: #F2EA1E;
}
.AnyTagClassName
{
color: #F2EA1E;
}
</style>
background-color css
<style>
a { background-color: #F2EA1E; }
a { background-color: rgb(242,234,30); }
div.DivClassName
{
background-color: #F2EA1E;
}
.BgClassName
{
background-color: #F2EA1E;
}
</style>
border-color css
<style>
span { border-color: #F2EA1E; }
span { border-color: rgb(242,234,30); }
td.TdClassName
{
border-color: #F2EA1E;
}
.TagClassName
{
border-color: #F2EA1E;
}
</style>