Shades of Lemon #F6D915
Tints of Lemon #F6D915
RGB
CMYK
RGB Variations
Color information
#F6D915 (or 0xF6D915) is known color: Lemon. HEX triplet: F6, D9 and 15. RGB value is (246,217,21). Sum of RGB (Red+Green+Blue) = 246+217+21=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D915 is #0926EA. Grayscale: #CCCCCC. Windows color (decimal): -599787 or 1432054. OLE color: 1432054.
HSL color Cylindrical-coordinate representation of color #F6D915: hue angle of 52.27º 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 #F6D915 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.04 |
| HSL | 52.27º | 0.93% | 0.52% | - |
| HSV(B) | 52.27º | 0.91% | 0.96% | - |
| XYZ | 62.95 | 69.27 | 10.76 | - |
| YUV | 203.33 | 25.11 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 21 | 0 | 0.12 | 0.91 | 0.04 | 52.27 | 0.93 | 0.52 |
| Hex | F6 | D9 | 15 | 0 | C | 5B | 4 | 34 | 5D | 34 |
| Octal | 366 | 331 | 25 | 0 | 14 | 133 | 4 | 64 | 135 | 64 |
| Binary | 11110110 | 11011001 | 10101 | 0 | 1100 | 1011011 | 100 | 110100 | 1011101 | 110100 |
Color Harmonies of #F6D915
Complementary color
Monochromatic Colors of #F6D915
Black with #F6D915
Text Example
Text Example
White with #F6D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D915; }
p { color: rgb(246,217,21); }
H1.HeaderClassName
{
color: #F6D915;
}
.AnyTagClassName
{
color: #F6D915;
}
</style>
background-color css
<style>
a { background-color: #F6D915; }
a { background-color: rgb(246,217,21); }
div.DivClassName
{
background-color: #F6D915;
}
.BgClassName
{
background-color: #F6D915;
}
</style>
border-color css
<style>
span { border-color: #F6D915; }
span { border-color: rgb(246,217,21); }
td.TdClassName
{
border-color: #F6D915;
}
.TagClassName
{
border-color: #F6D915;
}
</style>