Shades of Lemon #F2E617
Tints of Lemon #F2E617
RGB
CMYK
RGB Variations
Color information
#F2E617 (or 0xF2E617) is known color: Lemon. HEX triplet: F2, E6 and 17. RGB value is (242,230,23). Sum of RGB (Red+Green+Blue) = 242+230+23=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 23 (9.38% from 255 or 4.65% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E617 is #0D19E8. Grayscale: #D2D2D2. Windows color (decimal): -858601 or 1566450. OLE color: 1566450.
HSL color Cylindrical-coordinate representation of color #F2E617: hue angle of 56.71º 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 #F2E617 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.05 |
| HSL | 56.71º | 0.89% | 0.52% | - |
| HSV(B) | 56.71º | 0.9% | 0.95% | - |
| XYZ | 65.07 | 75.53 | 11.96 | - |
| YUV | 209.99 | 22.48 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 23 | 0 | 0.05 | 0.90 | 0.05 | 56.71 | 0.89 | 0.52 |
| Hex | F2 | E6 | 17 | 0 | 5 | 5A | 5 | 39 | 59 | 34 |
| Octal | 362 | 346 | 27 | 0 | 5 | 132 | 5 | 71 | 131 | 64 |
| Binary | 11110010 | 11100110 | 10111 | 0 | 101 | 1011010 | 101 | 111001 | 1011001 | 110100 |
Color Harmonies of #F2E617
Complementary color
Monochromatic Colors of #F2E617
Black with #F2E617
Text Example
Text Example
White with #F2E617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E617; }
p { color: rgb(242,230,23); }
H1.HeaderClassName
{
color: #F2E617;
}
.AnyTagClassName
{
color: #F2E617;
}
</style>
background-color css
<style>
a { background-color: #F2E617; }
a { background-color: rgb(242,230,23); }
div.DivClassName
{
background-color: #F2E617;
}
.BgClassName
{
background-color: #F2E617;
}
</style>
border-color css
<style>
span { border-color: #F2E617; }
span { border-color: rgb(242,230,23); }
td.TdClassName
{
border-color: #F2E617;
}
.TagClassName
{
border-color: #F2E617;
}
</style>