Shades of Lemon #F6F614
Tints of Lemon #F6F614
RGB
CMYK
RGB Variations
Color information
#F6F614 (or 0xF6F614) is known color: Lemon. HEX triplet: F6, F6 and 14. RGB value is (246,246,20). Sum of RGB (Red+Green+Blue) = 246+246+20=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F614 is #0909EB. Grayscale: #DDDDDD. Windows color (decimal): -592364 or 1373942. OLE color: 1373942.
HSL color Cylindrical-coordinate representation of color #F6F614: hue angle of 60º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6F614 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 246 | 20 | - |
| CMYK | 0 | 0 | 0.92 | 0.04 |
| HSL | 60º | 0.93% | 0.52% | - |
| HSV(B) | 60º | 0.92% | 0.96% | - |
| XYZ | 71.09 | 85.55 | 13.43 | - |
| YUV | 220.24 | 15 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 246 | 20 | 0 | 0 | 0.92 | 0.04 | 60 | 0.93 | 0.52 |
| Hex | F6 | F6 | 14 | 0 | 0 | 5C | 4 | 3C | 5D | 34 |
| Octal | 366 | 366 | 24 | 0 | 0 | 134 | 4 | 74 | 135 | 64 |
| Binary | 11110110 | 11110110 | 10100 | 0 | 0 | 1011100 | 100 | 111100 | 1011101 | 110100 |
Color Harmonies of #F6F614
Complementary color
Monochromatic Colors of #F6F614
Black with #F6F614
Text Example
Text Example
White with #F6F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F614; }
p { color: rgb(246,246,20); }
H1.HeaderClassName
{
color: #F6F614;
}
.AnyTagClassName
{
color: #F6F614;
}
</style>
background-color css
<style>
a { background-color: #F6F614; }
a { background-color: rgb(246,246,20); }
div.DivClassName
{
background-color: #F6F614;
}
.BgClassName
{
background-color: #F6F614;
}
</style>
border-color css
<style>
span { border-color: #F6F614; }
span { border-color: rgb(246,246,20); }
td.TdClassName
{
border-color: #F6F614;
}
.TagClassName
{
border-color: #F6F614;
}
</style>