Shades of Lemon #F2E917
Tints of Lemon #F2E917
RGB
CMYK
RGB Variations
Color information
#F2E917 (or 0xF2E917) is known color: Lemon. HEX triplet: F2, E9 and 17. RGB value is (242,233,23). Sum of RGB (Red+Green+Blue) = 242+233+23=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 23 (9.38% from 255 or 4.62% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E917 is #0D16E8. Grayscale: #D4D4D4. Windows color (decimal): -857833 or 1567218. OLE color: 1567218.
HSL color Cylindrical-coordinate representation of color #F2E917: hue angle of 57.53º 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 #F2E917 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.05 |
| HSL | 57.53º | 0.89% | 0.52% | - |
| HSV(B) | 57.53º | 0.9% | 0.95% | - |
| XYZ | 65.91 | 77.22 | 12.24 | - |
| YUV | 211.75 | 21.48 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 23 | 0 | 0.04 | 0.90 | 0.05 | 57.53 | 0.89 | 0.52 |
| Hex | F2 | E9 | 17 | 0 | 4 | 5A | 5 | 3A | 59 | 34 |
| Octal | 362 | 351 | 27 | 0 | 4 | 132 | 5 | 72 | 131 | 64 |
| Binary | 11110010 | 11101001 | 10111 | 0 | 100 | 1011010 | 101 | 111010 | 1011001 | 110100 |
Color Harmonies of #F2E917
Complementary color
Monochromatic Colors of #F2E917
Black with #F2E917
Text Example
Text Example
White with #F2E917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E917; }
p { color: rgb(242,233,23); }
H1.HeaderClassName
{
color: #F2E917;
}
.AnyTagClassName
{
color: #F2E917;
}
</style>
background-color css
<style>
a { background-color: #F2E917; }
a { background-color: rgb(242,233,23); }
div.DivClassName
{
background-color: #F2E917;
}
.BgClassName
{
background-color: #F2E917;
}
</style>
border-color css
<style>
span { border-color: #F2E917; }
span { border-color: rgb(242,233,23); }
td.TdClassName
{
border-color: #F2E917;
}
.TagClassName
{
border-color: #F2E917;
}
</style>