Shades of Lemon #F6F020
Tints of Lemon #F6F020
RGB
CMYK
RGB Variations
Color information
#F6F020 (or 0xF6F020) is known color: Lemon. HEX triplet: F6, F0 and 20. RGB value is (246,240,32). Sum of RGB (Red+Green+Blue) = 246+240+32=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 32 (12.89% from 255 or 6.18% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6F020 is #090FDF. Grayscale: #DADADA. Windows color (decimal): -593888 or 2158838. OLE color: 2158838.
HSL color Cylindrical-coordinate representation of color #F6F020: hue angle of 58.32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6F020 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 32 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.04 |
| HSL | 58.32º | 0.92% | 0.55% | - |
| HSV(B) | 58.32º | 0.87% | 0.96% | - |
| XYZ | 69.43 | 82.02 | 13.54 | - |
| YUV | 218.08 | 22.99 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 32 | 0 | 0.02 | 0.87 | 0.04 | 58.32 | 0.92 | 0.55 |
| Hex | F6 | F0 | 20 | 0 | 2 | 57 | 4 | 3A | 5C | 37 |
| Octal | 366 | 360 | 40 | 0 | 2 | 127 | 4 | 72 | 134 | 67 |
| Binary | 11110110 | 11110000 | 100000 | 0 | 10 | 1010111 | 100 | 111010 | 1011100 | 110111 |
Color Harmonies of #F6F020
Complementary color
Monochromatic Colors of #F6F020
Black with #F6F020
Text Example
Text Example
White with #F6F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F020; }
p { color: rgb(246,240,32); }
H1.HeaderClassName
{
color: #F6F020;
}
.AnyTagClassName
{
color: #F6F020;
}
</style>
background-color css
<style>
a { background-color: #F6F020; }
a { background-color: rgb(246,240,32); }
div.DivClassName
{
background-color: #F6F020;
}
.BgClassName
{
background-color: #F6F020;
}
</style>
border-color css
<style>
span { border-color: #F6F020; }
span { border-color: rgb(246,240,32); }
td.TdClassName
{
border-color: #F6F020;
}
.TagClassName
{
border-color: #F6F020;
}
</style>