Shades of Lemon #F2F617
Tints of Lemon #F2F617
RGB
CMYK
RGB Variations
Color information
#F2F617 (or 0xF2F617) is known color: Lemon. HEX triplet: F2, F6 and 17. RGB value is (242,246,23). Sum of RGB (Red+Green+Blue) = 242+246+23=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 23 (9.38% from 255 or 4.50% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F617 is #0D09E8. Grayscale: #DCDCDC. Windows color (decimal): -854505 or 1570546. OLE color: 1570546.
HSL color Cylindrical-coordinate representation of color #F2F617: hue angle of 61.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2F617 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 23 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.08º | 0.93% | 0.53% | - |
| HSV(B) | 61.08º | 0.91% | 0.96% | - |
| XYZ | 69.73 | 84.85 | 13.51 | - |
| YUV | 219.38 | 17.17 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 23 | 0.02 | 0 | 0.91 | 0.04 | 61.08 | 0.93 | 0.53 |
| Hex | F2 | F6 | 17 | 2 | 0 | 5B | 4 | 3D | 5D | 35 |
| Octal | 362 | 366 | 27 | 2 | 0 | 133 | 4 | 75 | 135 | 65 |
| Binary | 11110010 | 11110110 | 10111 | 10 | 0 | 1011011 | 100 | 111101 | 1011101 | 110101 |
Color Harmonies of #F2F617
Complementary color
Monochromatic Colors of #F2F617
Black with #F2F617
Text Example
Text Example
White with #F2F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F617; }
p { color: rgb(242,246,23); }
H1.HeaderClassName
{
color: #F2F617;
}
.AnyTagClassName
{
color: #F2F617;
}
</style>
background-color css
<style>
a { background-color: #F2F617; }
a { background-color: rgb(242,246,23); }
div.DivClassName
{
background-color: #F2F617;
}
.BgClassName
{
background-color: #F2F617;
}
</style>
border-color css
<style>
span { border-color: #F2F617; }
span { border-color: rgb(242,246,23); }
td.TdClassName
{
border-color: #F2F617;
}
.TagClassName
{
border-color: #F2F617;
}
</style>