Shades of Lemon #F6E615
Tints of Lemon #F6E615
RGB
CMYK
RGB Variations
Color information
#F6E615 (or 0xF6E615) is known color: Lemon. HEX triplet: F6, E6 and 15. RGB value is (246,230,21). Sum of RGB (Red+Green+Blue) = 246+230+21=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 21 (8.59% from 255 or 4.23% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6E615 is #0919EA. Grayscale: #D3D3D3. Windows color (decimal): -596459 or 1435382. OLE color: 1435382.
HSL color Cylindrical-coordinate representation of color #F6E615: hue angle of 55.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6E615 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.04 |
| HSL | 55.73º | 0.93% | 0.52% | - |
| HSV(B) | 55.73º | 0.91% | 0.96% | - |
| XYZ | 66.44 | 76.24 | 11.92 | - |
| YUV | 210.96 | 20.8 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 21 | 0 | 0.07 | 0.91 | 0.04 | 55.73 | 0.93 | 0.52 |
| Hex | F6 | E6 | 15 | 0 | 7 | 5B | 4 | 38 | 5D | 34 |
| Octal | 366 | 346 | 25 | 0 | 7 | 133 | 4 | 70 | 135 | 64 |
| Binary | 11110110 | 11100110 | 10101 | 0 | 111 | 1011011 | 100 | 111000 | 1011101 | 110100 |
Color Harmonies of #F6E615
Complementary color
Monochromatic Colors of #F6E615
Black with #F6E615
Text Example
Text Example
White with #F6E615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E615; }
p { color: rgb(246,230,21); }
H1.HeaderClassName
{
color: #F6E615;
}
.AnyTagClassName
{
color: #F6E615;
}
</style>
background-color css
<style>
a { background-color: #F6E615; }
a { background-color: rgb(246,230,21); }
div.DivClassName
{
background-color: #F6E615;
}
.BgClassName
{
background-color: #F6E615;
}
</style>
border-color css
<style>
span { border-color: #F6E615; }
span { border-color: rgb(246,230,21); }
td.TdClassName
{
border-color: #F6E615;
}
.TagClassName
{
border-color: #F6E615;
}
</style>