Shades of Lemon #F2E515
Tints of Lemon #F2E515
RGB
CMYK
RGB Variations
Color information
#F2E515 (or 0xF2E515) is known color: Lemon. HEX triplet: F2, E5 and 15. RGB value is (242,229,21). Sum of RGB (Red+Green+Blue) = 242+229+21=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 21 (8.59% from 255 or 4.27% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E515 is #0D1AEA. Grayscale: #D2D2D2. Windows color (decimal): -858859 or 1435122. OLE color: 1435122.
HSL color Cylindrical-coordinate representation of color #F2E515: hue angle of 56.47º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2E515 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 21 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.05 |
| HSL | 56.47º | 0.89% | 0.52% | - |
| HSV(B) | 56.47º | 0.91% | 0.95% | - |
| XYZ | 64.77 | 74.97 | 11.77 | - |
| YUV | 209.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 21 | 0 | 0.05 | 0.91 | 0.05 | 56.47 | 0.89 | 0.52 |
| Hex | F2 | E5 | 15 | 0 | 5 | 5B | 5 | 38 | 59 | 34 |
| Octal | 362 | 345 | 25 | 0 | 5 | 133 | 5 | 70 | 131 | 64 |
| Binary | 11110010 | 11100101 | 10101 | 0 | 101 | 1011011 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F2E515
Complementary color
Monochromatic Colors of #F2E515
Black with #F2E515
Text Example
Text Example
White with #F2E515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E515; }
p { color: rgb(242,229,21); }
H1.HeaderClassName
{
color: #F2E515;
}
.AnyTagClassName
{
color: #F2E515;
}
</style>
background-color css
<style>
a { background-color: #F2E515; }
a { background-color: rgb(242,229,21); }
div.DivClassName
{
background-color: #F2E515;
}
.BgClassName
{
background-color: #F2E515;
}
</style>
border-color css
<style>
span { border-color: #F2E515; }
span { border-color: rgb(242,229,21); }
td.TdClassName
{
border-color: #F2E515;
}
.TagClassName
{
border-color: #F2E515;
}
</style>