Shades of Lemon #F2E014
Tints of Lemon #F2E014
RGB
CMYK
RGB Variations
Color information
#F2E014 (or 0xF2E014) is known color: Lemon. HEX triplet: F2, E0 and 14. RGB value is (242,224,20). Sum of RGB (Red+Green+Blue) = 242+224+20=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E014 is #0D1FEB. Grayscale: #CECECE. Windows color (decimal): -860140 or 1368306. OLE color: 1368306.
HSL color Cylindrical-coordinate representation of color #F2E014: hue angle of 55.14º 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 #F2E014 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 20 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.05 |
| HSL | 55.14º | 0.9% | 0.51% | - |
| HSV(B) | 55.14º | 0.92% | 0.95% | - |
| XYZ | 63.4 | 72.24 | 11.26 | - |
| YUV | 206.13 | 22.96 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 20 | 0 | 0.07 | 0.92 | 0.05 | 55.14 | 0.9 | 0.51 |
| Hex | F2 | E0 | 14 | 0 | 7 | 5C | 5 | 37 | 5A | 33 |
| Octal | 362 | 340 | 24 | 0 | 7 | 134 | 5 | 67 | 132 | 63 |
| Binary | 11110010 | 11100000 | 10100 | 0 | 111 | 1011100 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F2E014
Complementary color
Monochromatic Colors of #F2E014
Black with #F2E014
Text Example
Text Example
White with #F2E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E014; }
p { color: rgb(242,224,20); }
H1.HeaderClassName
{
color: #F2E014;
}
.AnyTagClassName
{
color: #F2E014;
}
</style>
background-color css
<style>
a { background-color: #F2E014; }
a { background-color: rgb(242,224,20); }
div.DivClassName
{
background-color: #F2E014;
}
.BgClassName
{
background-color: #F2E014;
}
</style>
border-color css
<style>
span { border-color: #F2E014; }
span { border-color: rgb(242,224,20); }
td.TdClassName
{
border-color: #F2E014;
}
.TagClassName
{
border-color: #F2E014;
}
</style>