Shades of Lemon #F2E40E
Tints of Lemon #F2E40E
RGB
CMYK
RGB Variations
Color information
#F2E40E (or 0xF2E40E) is known color: Lemon. HEX triplet: F2, E4 and 0E. RGB value is (242,228,14). Sum of RGB (Red+Green+Blue) = 242+228+14=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E40E is #0D1BF1. Grayscale: #D0D0D0. Windows color (decimal): -859122 or 976114. OLE color: 976114.
HSL color Cylindrical-coordinate representation of color #F2E40E: hue angle of 56.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2E40E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.05 |
| HSL | 56.32º | 0.9% | 0.5% | - |
| HSV(B) | 56.32º | 0.94% | 0.95% | - |
| XYZ | 64.44 | 74.4 | 11.38 | - |
| YUV | 207.79 | 18.64 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 14 | 0 | 0.06 | 0.94 | 0.05 | 56.32 | 0.9 | 0.5 |
| Hex | F2 | E4 | E | 0 | 6 | 5E | 5 | 38 | 5A | 32 |
| Octal | 362 | 344 | 16 | 0 | 6 | 136 | 5 | 70 | 132 | 62 |
| Binary | 11110010 | 11100100 | 1110 | 0 | 110 | 1011110 | 101 | 111000 | 1011010 | 110010 |
Color Harmonies of #F2E40E
Complementary color
Monochromatic Colors of #F2E40E
Black with #F2E40E
Text Example
Text Example
White with #F2E40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E40E; }
p { color: rgb(242,228,14); }
H1.HeaderClassName
{
color: #F2E40E;
}
.AnyTagClassName
{
color: #F2E40E;
}
</style>
background-color css
<style>
a { background-color: #F2E40E; }
a { background-color: rgb(242,228,14); }
div.DivClassName
{
background-color: #F2E40E;
}
.BgClassName
{
background-color: #F2E40E;
}
</style>
border-color css
<style>
span { border-color: #F2E40E; }
span { border-color: rgb(242,228,14); }
td.TdClassName
{
border-color: #F2E40E;
}
.TagClassName
{
border-color: #F2E40E;
}
</style>