Shades of Lemon #F2F615
Tints of Lemon #F2F615
RGB
CMYK
RGB Variations
Color information
#F2F615 (or 0xF2F615) is known color: Lemon. HEX triplet: F2, F6 and 15. RGB value is (242,246,21). Sum of RGB (Red+Green+Blue) = 242+246+21=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 21 (8.59% from 255 or 4.13% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F615 is #0D09EA. Grayscale: #DCDCDC. Windows color (decimal): -854507 or 1439474. OLE color: 1439474.
HSL color Cylindrical-coordinate representation of color #F2F615: hue angle of 61.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2F615 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.07º | 0.93% | 0.52% | - |
| HSV(B) | 61.07º | 0.91% | 0.96% | - |
| XYZ | 69.71 | 84.84 | 13.41 | - |
| YUV | 219.15 | 16.17 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 21 | 0.02 | 0 | 0.91 | 0.04 | 61.07 | 0.93 | 0.52 |
| Hex | F2 | F6 | 15 | 2 | 0 | 5B | 4 | 3D | 5D | 34 |
| Octal | 362 | 366 | 25 | 2 | 0 | 133 | 4 | 75 | 135 | 64 |
| Binary | 11110010 | 11110110 | 10101 | 10 | 0 | 1011011 | 100 | 111101 | 1011101 | 110100 |
Color Harmonies of #F2F615
Complementary color
Monochromatic Colors of #F2F615
Black with #F2F615
Text Example
Text Example
White with #F2F615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F615; }
p { color: rgb(242,246,21); }
H1.HeaderClassName
{
color: #F2F615;
}
.AnyTagClassName
{
color: #F2F615;
}
</style>
background-color css
<style>
a { background-color: #F2F615; }
a { background-color: rgb(242,246,21); }
div.DivClassName
{
background-color: #F2F615;
}
.BgClassName
{
background-color: #F2F615;
}
</style>
border-color css
<style>
span { border-color: #F2F615; }
span { border-color: rgb(242,246,21); }
td.TdClassName
{
border-color: #F2F615;
}
.TagClassName
{
border-color: #F2F615;
}
</style>