Shades of Lemon #F2F61B
Tints of Lemon #F2F61B
RGB
CMYK
RGB Variations
Color information
#F2F61B (or 0xF2F61B) is known color: Lemon. HEX triplet: F2, F6 and 1B. RGB value is (242,246,27). Sum of RGB (Red+Green+Blue) = 242+246+27=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 27 (10.94% from 255 or 5.24% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F61B is #0D09E4. Grayscale: #DCDCDC. Windows color (decimal): -854501 or 1832690. OLE color: 1832690.
HSL color Cylindrical-coordinate representation of color #F2F61B: hue angle of 61.1º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2F61B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.04 |
| HSL | 61.1º | 0.92% | 0.54% | - |
| HSV(B) | 61.1º | 0.89% | 0.96% | - |
| XYZ | 69.77 | 84.87 | 13.74 | - |
| YUV | 219.84 | 19.17 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 27 | 0.02 | 0 | 0.89 | 0.04 | 61.1 | 0.92 | 0.54 |
| Hex | F2 | F6 | 1B | 2 | 0 | 59 | 4 | 3D | 5C | 36 |
| Octal | 362 | 366 | 33 | 2 | 0 | 131 | 4 | 75 | 134 | 66 |
| Binary | 11110010 | 11110110 | 11011 | 10 | 0 | 1011001 | 100 | 111101 | 1011100 | 110110 |
Color Harmonies of #F2F61B
Complementary color
Monochromatic Colors of #F2F61B
Black with #F2F61B
Text Example
Text Example
White with #F2F61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F61B; }
p { color: rgb(242,246,27); }
H1.HeaderClassName
{
color: #F2F61B;
}
.AnyTagClassName
{
color: #F2F61B;
}
</style>
background-color css
<style>
a { background-color: #F2F61B; }
a { background-color: rgb(242,246,27); }
div.DivClassName
{
background-color: #F2F61B;
}
.BgClassName
{
background-color: #F2F61B;
}
</style>
border-color css
<style>
span { border-color: #F2F61B; }
span { border-color: rgb(242,246,27); }
td.TdClassName
{
border-color: #F2F61B;
}
.TagClassName
{
border-color: #F2F61B;
}
</style>