Shades of Lemon #F2E017
Tints of Lemon #F2E017
RGB
CMYK
RGB Variations
Color information
#F2E017 (or 0xF2E017) is known color: Lemon. HEX triplet: F2, E0 and 17. RGB value is (242,224,23). Sum of RGB (Red+Green+Blue) = 242+224+23=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 23 (9.38% from 255 or 4.70% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E017 is #0D1FE8. Grayscale: #CFCFCF. Windows color (decimal): -860137 or 1564914. OLE color: 1564914.
HSL color Cylindrical-coordinate representation of color #F2E017: hue angle of 55.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2E017 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 23 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.05 |
| HSL | 55.07º | 0.89% | 0.52% | - |
| HSV(B) | 55.07º | 0.9% | 0.95% | - |
| XYZ | 63.43 | 72.25 | 11.41 | - |
| YUV | 206.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 23 | 0 | 0.07 | 0.90 | 0.05 | 55.07 | 0.89 | 0.52 |
| Hex | F2 | E0 | 17 | 0 | 7 | 5A | 5 | 37 | 59 | 34 |
| Octal | 362 | 340 | 27 | 0 | 7 | 132 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11100000 | 10111 | 0 | 111 | 1011010 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2E017
Complementary color
Monochromatic Colors of #F2E017
Black with #F2E017
Text Example
Text Example
White with #F2E017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E017; }
p { color: rgb(242,224,23); }
H1.HeaderClassName
{
color: #F2E017;
}
.AnyTagClassName
{
color: #F2E017;
}
</style>
background-color css
<style>
a { background-color: #F2E017; }
a { background-color: rgb(242,224,23); }
div.DivClassName
{
background-color: #F2E017;
}
.BgClassName
{
background-color: #F2E017;
}
</style>
border-color css
<style>
span { border-color: #F2E017; }
span { border-color: rgb(242,224,23); }
td.TdClassName
{
border-color: #F2E017;
}
.TagClassName
{
border-color: #F2E017;
}
</style>