Shades of Lemon #F0F208
Tints of Lemon #F0F208
RGB
CMYK
RGB Variations
Color information
#F0F208 (or 0xF0F208) is known color: Lemon. HEX triplet: F0, F2 and 08. RGB value is (240,242,8). Sum of RGB (Red+Green+Blue) = 240+242+8=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 8 (3.52% from 255 or 1.63% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F208 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F208 is #0F0DF7. Grayscale: #D7D7D7. Windows color (decimal): -986616 or 586480. OLE color: 586480.
HSL color Cylindrical-coordinate representation of color #F0F208: hue angle of 60.51º 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 #F0F208 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 8 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.05 |
| HSL | 60.51º | 0.94% | 0.49% | - |
| HSV(B) | 60.51º | 0.97% | 0.95% | - |
| XYZ | 67.73 | 82.05 | 12.5 | - |
| YUV | 214.73 | 11.34 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 8 | 0.01 | 0 | 0.97 | 0.05 | 60.51 | 0.94 | 0.49 |
| Hex | F0 | F2 | 8 | 1 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 360 | 362 | 10 | 1 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11110000 | 11110010 | 1000 | 1 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #F0F208
Complementary color
Monochromatic Colors of #F0F208
Black with #F0F208
Text Example
Text Example
White with #F0F208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F208; }
p { color: rgb(240,242,8); }
H1.HeaderClassName
{
color: #F0F208;
}
.AnyTagClassName
{
color: #F0F208;
}
</style>
background-color css
<style>
a { background-color: #F0F208; }
a { background-color: rgb(240,242,8); }
div.DivClassName
{
background-color: #F0F208;
}
.BgClassName
{
background-color: #F0F208;
}
</style>
border-color css
<style>
span { border-color: #F0F208; }
span { border-color: rgb(240,242,8); }
td.TdClassName
{
border-color: #F0F208;
}
.TagClassName
{
border-color: #F0F208;
}
</style>