Shades of Lemon #F2E015
Tints of Lemon #F2E015
RGB
CMYK
RGB Variations
Color information
#F2E015 (or 0xF2E015) is known color: Lemon. HEX triplet: F2, E0 and 15. RGB value is (242,224,21). Sum of RGB (Red+Green+Blue) = 242+224+21=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E015 is #0D1FEA. Grayscale: #CFCFCF. Windows color (decimal): -860139 or 1433842. OLE color: 1433842.
HSL color Cylindrical-coordinate representation of color #F2E015: hue angle of 55.11º 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 #F2E015 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.05 |
| HSL | 55.11º | 0.89% | 0.52% | - |
| HSV(B) | 55.11º | 0.91% | 0.95% | - |
| XYZ | 63.41 | 72.24 | 11.31 | - |
| YUV | 206.24 | 23.46 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 21 | 0 | 0.07 | 0.91 | 0.05 | 55.11 | 0.89 | 0.52 |
| Hex | F2 | E0 | 15 | 0 | 7 | 5B | 5 | 37 | 59 | 34 |
| Octal | 362 | 340 | 25 | 0 | 7 | 133 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11100000 | 10101 | 0 | 111 | 1011011 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2E015
Complementary color
Monochromatic Colors of #F2E015
Black with #F2E015
Text Example
Text Example
White with #F2E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E015; }
p { color: rgb(242,224,21); }
H1.HeaderClassName
{
color: #F2E015;
}
.AnyTagClassName
{
color: #F2E015;
}
</style>
background-color css
<style>
a { background-color: #F2E015; }
a { background-color: rgb(242,224,21); }
div.DivClassName
{
background-color: #F2E015;
}
.BgClassName
{
background-color: #F2E015;
}
</style>
border-color css
<style>
span { border-color: #F2E015; }
span { border-color: rgb(242,224,21); }
td.TdClassName
{
border-color: #F2E015;
}
.TagClassName
{
border-color: #F2E015;
}
</style>