Shades of Lemon #F2E413
Tints of Lemon #F2E413
RGB
CMYK
RGB Variations
Color information
#F2E413 (or 0xF2E413) is known color: Lemon. HEX triplet: F2, E4 and 13. RGB value is (242,228,19). Sum of RGB (Red+Green+Blue) = 242+228+19=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E413 is #0D1BEC. Grayscale: #D1D1D1. Windows color (decimal): -859117 or 1303794. OLE color: 1303794.
HSL color Cylindrical-coordinate representation of color #F2E413: hue angle of 56.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2E413 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.05 |
| HSL | 56.23º | 0.9% | 0.51% | - |
| HSV(B) | 56.23º | 0.92% | 0.95% | - |
| XYZ | 64.48 | 74.41 | 11.58 | - |
| YUV | 208.36 | 21.14 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 19 | 0 | 0.06 | 0.92 | 0.05 | 56.23 | 0.9 | 0.51 |
| Hex | F2 | E4 | 13 | 0 | 6 | 5C | 5 | 38 | 5A | 33 |
| Octal | 362 | 344 | 23 | 0 | 6 | 134 | 5 | 70 | 132 | 63 |
| Binary | 11110010 | 11100100 | 10011 | 0 | 110 | 1011100 | 101 | 111000 | 1011010 | 110011 |
Color Harmonies of #F2E413
Complementary color
Monochromatic Colors of #F2E413
Black with #F2E413
Text Example
Text Example
White with #F2E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E413; }
p { color: rgb(242,228,19); }
H1.HeaderClassName
{
color: #F2E413;
}
.AnyTagClassName
{
color: #F2E413;
}
</style>
background-color css
<style>
a { background-color: #F2E413; }
a { background-color: rgb(242,228,19); }
div.DivClassName
{
background-color: #F2E413;
}
.BgClassName
{
background-color: #F2E413;
}
</style>
border-color css
<style>
span { border-color: #F2E413; }
span { border-color: rgb(242,228,19); }
td.TdClassName
{
border-color: #F2E413;
}
.TagClassName
{
border-color: #F2E413;
}
</style>