Shades of Lemon #F6F514
Tints of Lemon #F6F514
RGB
CMYK
RGB Variations
Color information
#F6F514 (or 0xF6F514) is known color: Lemon. HEX triplet: F6, F5 and 14. RGB value is (246,245,20). Sum of RGB (Red+Green+Blue) = 246+245+20=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 20 (8.20% from 255 or 3.91% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F514 is #090AEB. Grayscale: #DCDCDC. Windows color (decimal): -592620 or 1373686. OLE color: 1373686.
HSL color Cylindrical-coordinate representation of color #F6F514: hue angle of 59.73º 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 #F6F514 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.04 |
| HSL | 59.73º | 0.93% | 0.52% | - |
| HSV(B) | 59.73º | 0.92% | 0.96% | - |
| XYZ | 70.78 | 84.95 | 13.33 | - |
| YUV | 219.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 20 | 0 | 0.00 | 0.92 | 0.04 | 59.73 | 0.93 | 0.52 |
| Hex | F6 | F5 | 14 | 0 | 0 | 5C | 4 | 3C | 5D | 34 |
| Octal | 366 | 365 | 24 | 0 | 0 | 134 | 4 | 74 | 135 | 64 |
| Binary | 11110110 | 11110101 | 10100 | 0 | 0 | 1011100 | 100 | 111100 | 1011101 | 110100 |
Color Harmonies of #F6F514
Complementary color
Monochromatic Colors of #F6F514
Black with #F6F514
Text Example
Text Example
White with #F6F514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F514; }
p { color: rgb(246,245,20); }
H1.HeaderClassName
{
color: #F6F514;
}
.AnyTagClassName
{
color: #F6F514;
}
</style>
background-color css
<style>
a { background-color: #F6F514; }
a { background-color: rgb(246,245,20); }
div.DivClassName
{
background-color: #F6F514;
}
.BgClassName
{
background-color: #F6F514;
}
</style>
border-color css
<style>
span { border-color: #F6F514; }
span { border-color: rgb(246,245,20); }
td.TdClassName
{
border-color: #F6F514;
}
.TagClassName
{
border-color: #F6F514;
}
</style>