Shades of Lemon #F2F10B
Tints of Lemon #F2F10B
RGB
CMYK
RGB Variations
Color information
#F2F10B (or 0xF2F10B) is known color: Lemon. HEX triplet: F2, F1 and 0B. RGB value is (242,241,11). Sum of RGB (Red+Green+Blue) = 242+241+11=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 11 (4.69% from 255 or 2.23% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F10B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F10B is #0D0EF4. Grayscale: #D8D8D8. Windows color (decimal): -855797 or 782834. OLE color: 782834.
HSL color Cylindrical-coordinate representation of color #F2F10B: hue angle of 59.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2F10B is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 11 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.05 |
| HSL | 59.74º | 0.91% | 0.5% | - |
| HSV(B) | 59.74º | 0.95% | 0.95% | - |
| XYZ | 68.13 | 81.81 | 12.52 | - |
| YUV | 215.08 | 12.83 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 11 | 0 | 0.00 | 0.95 | 0.05 | 59.74 | 0.91 | 0.5 |
| Hex | F2 | F1 | B | 0 | 0 | 5F | 5 | 3C | 5B | 32 |
| Octal | 362 | 361 | 13 | 0 | 0 | 137 | 5 | 74 | 133 | 62 |
| Binary | 11110010 | 11110001 | 1011 | 0 | 0 | 1011111 | 101 | 111100 | 1011011 | 110010 |
Color Harmonies of #F2F10B
Complementary color
Monochromatic Colors of #F2F10B
Black with #F2F10B
Text Example
Text Example
White with #F2F10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F10B; }
p { color: rgb(242,241,11); }
H1.HeaderClassName
{
color: #F2F10B;
}
.AnyTagClassName
{
color: #F2F10B;
}
</style>
background-color css
<style>
a { background-color: #F2F10B; }
a { background-color: rgb(242,241,11); }
div.DivClassName
{
background-color: #F2F10B;
}
.BgClassName
{
background-color: #F2F10B;
}
</style>
border-color css
<style>
span { border-color: #F2F10B; }
span { border-color: rgb(242,241,11); }
td.TdClassName
{
border-color: #F2F10B;
}
.TagClassName
{
border-color: #F2F10B;
}
</style>