Shades of Lemon #F6E60E
Tints of Lemon #F6E60E
RGB
CMYK
RGB Variations
Color information
#F6E60E (or 0xF6E60E) is known color: Lemon. HEX triplet: F6, E6 and 0E. RGB value is (246,230,14). Sum of RGB (Red+Green+Blue) = 246+230+14=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 14 (5.86% from 255 or 2.86% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6E60E is #0919F1. Grayscale: #D3D3D3. Windows color (decimal): -596466 or 976630. OLE color: 976630.
HSL color Cylindrical-coordinate representation of color #F6E60E: hue angle of 55.86º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6E60E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.04 |
| HSL | 55.86º | 0.93% | 0.51% | - |
| HSV(B) | 55.86º | 0.94% | 0.96% | - |
| XYZ | 66.38 | 76.22 | 11.63 | - |
| YUV | 210.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 14 | 0 | 0.07 | 0.94 | 0.04 | 55.86 | 0.93 | 0.51 |
| Hex | F6 | E6 | E | 0 | 7 | 5E | 4 | 38 | 5D | 33 |
| Octal | 366 | 346 | 16 | 0 | 7 | 136 | 4 | 70 | 135 | 63 |
| Binary | 11110110 | 11100110 | 1110 | 0 | 111 | 1011110 | 100 | 111000 | 1011101 | 110011 |
Color Harmonies of #F6E60E
Complementary color
Monochromatic Colors of #F6E60E
Black with #F6E60E
Text Example
Text Example
White with #F6E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E60E; }
p { color: rgb(246,230,14); }
H1.HeaderClassName
{
color: #F6E60E;
}
.AnyTagClassName
{
color: #F6E60E;
}
</style>
background-color css
<style>
a { background-color: #F6E60E; }
a { background-color: rgb(246,230,14); }
div.DivClassName
{
background-color: #F6E60E;
}
.BgClassName
{
background-color: #F6E60E;
}
</style>
border-color css
<style>
span { border-color: #F6E60E; }
span { border-color: rgb(246,230,14); }
td.TdClassName
{
border-color: #F6E60E;
}
.TagClassName
{
border-color: #F6E60E;
}
</style>