Shades of Lemon #F6F010
Tints of Lemon #F6F010
RGB
CMYK
RGB Variations
Color information
#F6F010 (or 0xF6F010) is known color: Lemon. HEX triplet: F6, F0 and 10. RGB value is (246,240,16). Sum of RGB (Red+Green+Blue) = 246+240+16=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 16 (6.64% from 255 or 3.19% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F010 is #090FEF. Grayscale: #D9D9D9. Windows color (decimal): -593904 or 1110262. OLE color: 1110262.
HSL color Cylindrical-coordinate representation of color #F6F010: hue angle of 58.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6F010 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.04 |
| HSL | 58.43º | 0.93% | 0.51% | - |
| HSV(B) | 58.43º | 0.93% | 0.96% | - |
| XYZ | 69.26 | 81.95 | 12.66 | - |
| YUV | 216.26 | 14.99 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 16 | 0 | 0.02 | 0.93 | 0.04 | 58.43 | 0.93 | 0.51 |
| Hex | F6 | F0 | 10 | 0 | 2 | 5D | 4 | 3A | 5D | 33 |
| Octal | 366 | 360 | 20 | 0 | 2 | 135 | 4 | 72 | 135 | 63 |
| Binary | 11110110 | 11110000 | 10000 | 0 | 10 | 1011101 | 100 | 111010 | 1011101 | 110011 |
Color Harmonies of #F6F010
Complementary color
Monochromatic Colors of #F6F010
Black with #F6F010
Text Example
Text Example
White with #F6F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F010; }
p { color: rgb(246,240,16); }
H1.HeaderClassName
{
color: #F6F010;
}
.AnyTagClassName
{
color: #F6F010;
}
</style>
background-color css
<style>
a { background-color: #F6F010; }
a { background-color: rgb(246,240,16); }
div.DivClassName
{
background-color: #F6F010;
}
.BgClassName
{
background-color: #F6F010;
}
</style>
border-color css
<style>
span { border-color: #F6F010; }
span { border-color: rgb(246,240,16); }
td.TdClassName
{
border-color: #F6F010;
}
.TagClassName
{
border-color: #F6F010;
}
</style>