Shades of Lemon #F6E015
Tints of Lemon #F6E015
RGB
CMYK
RGB Variations
Color information
#F6E015 (or 0xF6E015) is known color: Lemon. HEX triplet: F6, E0 and 15. RGB value is (246,224,21). Sum of RGB (Red+Green+Blue) = 246+224+21=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E015 is #091FEA. Grayscale: #D0D0D0. Windows color (decimal): -597995 or 1433846. OLE color: 1433846.
HSL color Cylindrical-coordinate representation of color #F6E015: hue angle of 54.13º 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 #F6E015 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 21 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.04 |
| HSL | 54.13º | 0.93% | 0.52% | - |
| HSV(B) | 54.13º | 0.91% | 0.96% | - |
| XYZ | 64.8 | 72.96 | 11.38 | - |
| YUV | 207.44 | 22.79 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 21 | 0 | 0.09 | 0.91 | 0.04 | 54.13 | 0.93 | 0.52 |
| Hex | F6 | E0 | 15 | 0 | 9 | 5B | 4 | 36 | 5D | 34 |
| Octal | 366 | 340 | 25 | 0 | 11 | 133 | 4 | 66 | 135 | 64 |
| Binary | 11110110 | 11100000 | 10101 | 0 | 1001 | 1011011 | 100 | 110110 | 1011101 | 110100 |
Color Harmonies of #F6E015
Complementary color
Monochromatic Colors of #F6E015
Black with #F6E015
Text Example
Text Example
White with #F6E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E015; }
p { color: rgb(246,224,21); }
H1.HeaderClassName
{
color: #F6E015;
}
.AnyTagClassName
{
color: #F6E015;
}
</style>
background-color css
<style>
a { background-color: #F6E015; }
a { background-color: rgb(246,224,21); }
div.DivClassName
{
background-color: #F6E015;
}
.BgClassName
{
background-color: #F6E015;
}
</style>
border-color css
<style>
span { border-color: #F6E015; }
span { border-color: rgb(246,224,21); }
td.TdClassName
{
border-color: #F6E015;
}
.TagClassName
{
border-color: #F6E015;
}
</style>