Shades of Lemon #F6E720
Tints of Lemon #F6E720
RGB
CMYK
RGB Variations
Color information
#F6E720 (or 0xF6E720) is known color: Lemon. HEX triplet: F6, E7 and 20. RGB value is (246,231,32). Sum of RGB (Red+Green+Blue) = 246+231+32=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6E720 is #0918DF. Grayscale: #D5D5D5. Windows color (decimal): -596192 or 2156534. OLE color: 2156534.
HSL color Cylindrical-coordinate representation of color #F6E720: hue angle of 55.79º 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 #F6E720 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 231 | 32 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.04 |
| HSL | 55.79º | 0.92% | 0.55% | - |
| HSV(B) | 55.79º | 0.87% | 0.96% | - |
| XYZ | 66.84 | 76.85 | 12.68 | - |
| YUV | 212.8 | 25.97 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 231 | 32 | 0 | 0.06 | 0.87 | 0.04 | 55.79 | 0.92 | 0.55 |
| Hex | F6 | E7 | 20 | 0 | 6 | 57 | 4 | 38 | 5C | 37 |
| Octal | 366 | 347 | 40 | 0 | 6 | 127 | 4 | 70 | 134 | 67 |
| Binary | 11110110 | 11100111 | 100000 | 0 | 110 | 1010111 | 100 | 111000 | 1011100 | 110111 |
Color Harmonies of #F6E720
Complementary color
Monochromatic Colors of #F6E720
Black with #F6E720
Text Example
Text Example
White with #F6E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E720; }
p { color: rgb(246,231,32); }
H1.HeaderClassName
{
color: #F6E720;
}
.AnyTagClassName
{
color: #F6E720;
}
</style>
background-color css
<style>
a { background-color: #F6E720; }
a { background-color: rgb(246,231,32); }
div.DivClassName
{
background-color: #F6E720;
}
.BgClassName
{
background-color: #F6E720;
}
</style>
border-color css
<style>
span { border-color: #F6E720; }
span { border-color: rgb(246,231,32); }
td.TdClassName
{
border-color: #F6E720;
}
.TagClassName
{
border-color: #F6E720;
}
</style>