Shades of Lemon #F2EF1C
Tints of Lemon #F2EF1C
RGB
CMYK
RGB Variations
Color information
#F2EF1C (or 0xF2EF1C) is known color: Lemon. HEX triplet: F2, EF and 1C. RGB value is (242,239,28). Sum of RGB (Red+Green+Blue) = 242+239+28=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF1C is #0D10E3. Grayscale: #D8D8D8. Windows color (decimal): -856292 or 1896434. OLE color: 1896434.
HSL color Cylindrical-coordinate representation of color #F2EF1C: hue angle of 59.16º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2EF1C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 28 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.05 |
| HSL | 59.16º | 0.89% | 0.53% | - |
| HSV(B) | 59.16º | 0.88% | 0.95% | - |
| XYZ | 67.69 | 80.69 | 13.11 | - |
| YUV | 215.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 28 | 0 | 0.01 | 0.88 | 0.05 | 59.16 | 0.89 | 0.53 |
| Hex | F2 | EF | 1C | 0 | 1 | 58 | 5 | 3B | 59 | 35 |
| Octal | 362 | 357 | 34 | 0 | 1 | 130 | 5 | 73 | 131 | 65 |
| Binary | 11110010 | 11101111 | 11100 | 0 | 1 | 1011000 | 101 | 111011 | 1011001 | 110101 |
Color Harmonies of #F2EF1C
Complementary color
Monochromatic Colors of #F2EF1C
Black with #F2EF1C
Text Example
Text Example
White with #F2EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF1C; }
p { color: rgb(242,239,28); }
H1.HeaderClassName
{
color: #F2EF1C;
}
.AnyTagClassName
{
color: #F2EF1C;
}
</style>
background-color css
<style>
a { background-color: #F2EF1C; }
a { background-color: rgb(242,239,28); }
div.DivClassName
{
background-color: #F2EF1C;
}
.BgClassName
{
background-color: #F2EF1C;
}
</style>
border-color css
<style>
span { border-color: #F2EF1C; }
span { border-color: rgb(242,239,28); }
td.TdClassName
{
border-color: #F2EF1C;
}
.TagClassName
{
border-color: #F2EF1C;
}
</style>