Shades of Lemon #F2F11D
Tints of Lemon #F2F11D
RGB
CMYK
RGB Variations
Color information
#F2F11D (or 0xF2F11D) is known color: Lemon. HEX triplet: F2, F1 and 1D. RGB value is (242,241,29). Sum of RGB (Red+Green+Blue) = 242+241+29=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 29 (11.72% from 255 or 5.66% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F11D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F11D is #0D0EE2. Grayscale: #D9D9D9. Windows color (decimal): -855779 or 1962482. OLE color: 1962482.
HSL color Cylindrical-coordinate representation of color #F2F11D: hue angle of 59.72º 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 #F2F11D is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 29 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.05 |
| HSL | 59.72º | 0.89% | 0.53% | - |
| HSV(B) | 59.72º | 0.88% | 0.95% | - |
| XYZ | 68.3 | 81.88 | 13.37 | - |
| YUV | 217.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 29 | 0 | 0.00 | 0.88 | 0.05 | 59.72 | 0.89 | 0.53 |
| Hex | F2 | F1 | 1D | 0 | 0 | 58 | 5 | 3C | 59 | 35 |
| Octal | 362 | 361 | 35 | 0 | 0 | 130 | 5 | 74 | 131 | 65 |
| Binary | 11110010 | 11110001 | 11101 | 0 | 0 | 1011000 | 101 | 111100 | 1011001 | 110101 |
Color Harmonies of #F2F11D
Complementary color
Monochromatic Colors of #F2F11D
Black with #F2F11D
Text Example
Text Example
White with #F2F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F11D; }
p { color: rgb(242,241,29); }
H1.HeaderClassName
{
color: #F2F11D;
}
.AnyTagClassName
{
color: #F2F11D;
}
</style>
background-color css
<style>
a { background-color: #F2F11D; }
a { background-color: rgb(242,241,29); }
div.DivClassName
{
background-color: #F2F11D;
}
.BgClassName
{
background-color: #F2F11D;
}
</style>
border-color css
<style>
span { border-color: #F2F11D; }
span { border-color: rgb(242,241,29); }
td.TdClassName
{
border-color: #F2F11D;
}
.TagClassName
{
border-color: #F2F11D;
}
</style>