Shades of Lemon #F2F208
Tints of Lemon #F2F208
RGB
CMYK
RGB Variations
Color information
#F2F208 (or 0xF2F208) is known color: Lemon. HEX triplet: F2, F2 and 08. RGB value is (242,242,8). Sum of RGB (Red+Green+Blue) = 242+242+8=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 8 (3.52% from 255 or 1.63% from 492); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F208 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F208 is #0D0DF7. Grayscale: #D8D8D8. Windows color (decimal): -855544 or 586482. OLE color: 586482.
HSL color Cylindrical-coordinate representation of color #F2F208: hue angle of 60º 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 #F2F208 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 8 | - |
| CMYK | 0 | 0 | 0.97 | 0.05 |
| HSL | 60º | 0.94% | 0.49% | - |
| HSV(B) | 60º | 0.97% | 0.95% | - |
| XYZ | 68.41 | 82.4 | 12.53 | - |
| YUV | 215.32 | 11 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 8 | 0 | 0 | 0.97 | 0.05 | 60 | 0.94 | 0.49 |
| Hex | F2 | F2 | 8 | 0 | 0 | 61 | 5 | 3C | 5E | 31 |
| Octal | 362 | 362 | 10 | 0 | 0 | 141 | 5 | 74 | 136 | 61 |
| Binary | 11110010 | 11110010 | 1000 | 0 | 0 | 1100001 | 101 | 111100 | 1011110 | 110001 |
Color Harmonies of #F2F208
Complementary color
Monochromatic Colors of #F2F208
Black with #F2F208
Text Example
Text Example
White with #F2F208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F208; }
p { color: rgb(242,242,8); }
H1.HeaderClassName
{
color: #F2F208;
}
.AnyTagClassName
{
color: #F2F208;
}
</style>
background-color css
<style>
a { background-color: #F2F208; }
a { background-color: rgb(242,242,8); }
div.DivClassName
{
background-color: #F2F208;
}
.BgClassName
{
background-color: #F2F208;
}
</style>
border-color css
<style>
span { border-color: #F2F208; }
span { border-color: rgb(242,242,8); }
td.TdClassName
{
border-color: #F2F208;
}
.TagClassName
{
border-color: #F2F208;
}
</style>