Shades of Lemon #F2E409
Tints of Lemon #F2E409
RGB
CMYK
RGB Variations
Color information
#F2E409 (or 0xF2E409) is known color: Lemon. HEX triplet: F2, E4 and 09. RGB value is (242,228,9). Sum of RGB (Red+Green+Blue) = 242+228+9=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E409 is #0D1BF6. Grayscale: #D0D0D0. Windows color (decimal): -859127 or 648434. OLE color: 648434.
HSL color Cylindrical-coordinate representation of color #F2E409: hue angle of 56.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2E409 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.05 |
| HSL | 56.39º | 0.93% | 0.49% | - |
| HSV(B) | 56.39º | 0.96% | 0.95% | - |
| XYZ | 64.41 | 74.38 | 11.22 | - |
| YUV | 207.22 | 16.14 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 9 | 0 | 0.06 | 0.96 | 0.05 | 56.39 | 0.93 | 0.49 |
| Hex | F2 | E4 | 9 | 0 | 6 | 60 | 5 | 38 | 5D | 31 |
| Octal | 362 | 344 | 11 | 0 | 6 | 140 | 5 | 70 | 135 | 61 |
| Binary | 11110010 | 11100100 | 1001 | 0 | 110 | 1100000 | 101 | 111000 | 1011101 | 110001 |
Color Harmonies of #F2E409
Complementary color
Monochromatic Colors of #F2E409
Black with #F2E409
Text Example
Text Example
White with #F2E409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E409; }
p { color: rgb(242,228,9); }
H1.HeaderClassName
{
color: #F2E409;
}
.AnyTagClassName
{
color: #F2E409;
}
</style>
background-color css
<style>
a { background-color: #F2E409; }
a { background-color: rgb(242,228,9); }
div.DivClassName
{
background-color: #F2E409;
}
.BgClassName
{
background-color: #F2E409;
}
</style>
border-color css
<style>
span { border-color: #F2E409; }
span { border-color: rgb(242,228,9); }
td.TdClassName
{
border-color: #F2E409;
}
.TagClassName
{
border-color: #F2E409;
}
</style>