Shades of Lemon #F2F108
Tints of Lemon #F2F108
RGB
CMYK
RGB Variations
Color information
#F2F108 (or 0xF2F108) is known color: Lemon. HEX triplet: F2, F1 and 08. RGB value is (242,241,8). Sum of RGB (Red+Green+Blue) = 242+241+8=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 8 (3.52% from 255 or 1.63% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F108 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F108 is #0D0EF7. Grayscale: #D7D7D7. Windows color (decimal): -855800 or 586226. OLE color: 586226.
HSL color Cylindrical-coordinate representation of color #F2F108: hue angle of 59.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2F108 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 8 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.05 |
| HSL | 59.74º | 0.94% | 0.49% | - |
| HSV(B) | 59.74º | 0.97% | 0.95% | - |
| XYZ | 68.12 | 81.81 | 12.43 | - |
| YUV | 214.74 | 11.33 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 8 | 0 | 0.00 | 0.97 | 0.05 | 59.74 | 0.94 | 0.49 |
| Hex | F2 | F1 | 8 | 0 | 0 | 61 | 5 | 3C | 5E | 31 |
| Octal | 362 | 361 | 10 | 0 | 0 | 141 | 5 | 74 | 136 | 61 |
| Binary | 11110010 | 11110001 | 1000 | 0 | 0 | 1100001 | 101 | 111100 | 1011110 | 110001 |
Color Harmonies of #F2F108
Complementary color
Monochromatic Colors of #F2F108
Black with #F2F108
Text Example
Text Example
White with #F2F108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F108; }
p { color: rgb(242,241,8); }
H1.HeaderClassName
{
color: #F2F108;
}
.AnyTagClassName
{
color: #F2F108;
}
</style>
background-color css
<style>
a { background-color: #F2F108; }
a { background-color: rgb(242,241,8); }
div.DivClassName
{
background-color: #F2F108;
}
.BgClassName
{
background-color: #F2F108;
}
</style>
border-color css
<style>
span { border-color: #F2F108; }
span { border-color: rgb(242,241,8); }
td.TdClassName
{
border-color: #F2F108;
}
.TagClassName
{
border-color: #F2F108;
}
</style>