Shades of Lemon #F6DC16
Tints of Lemon #F6DC16
RGB
CMYK
RGB Variations
Color information
#F6DC16 (or 0xF6DC16) is known color: Lemon. HEX triplet: F6, DC and 16. RGB value is (246,220,22). Sum of RGB (Red+Green+Blue) = 246+220+22=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DC16 is #0923E9. Grayscale: #CECECE. Windows color (decimal): -599018 or 1498358. OLE color: 1498358.
HSL color Cylindrical-coordinate representation of color #F6DC16: hue angle of 53.04º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6DC16 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.04 |
| HSL | 53.04º | 0.93% | 0.53% | - |
| HSV(B) | 53.04º | 0.91% | 0.96% | - |
| XYZ | 63.74 | 70.84 | 11.07 | - |
| YUV | 205.2 | 24.61 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 22 | 0 | 0.11 | 0.91 | 0.04 | 53.04 | 0.93 | 0.53 |
| Hex | F6 | DC | 16 | 0 | B | 5B | 4 | 35 | 5D | 35 |
| Octal | 366 | 334 | 26 | 0 | 13 | 133 | 4 | 65 | 135 | 65 |
| Binary | 11110110 | 11011100 | 10110 | 0 | 1011 | 1011011 | 100 | 110101 | 1011101 | 110101 |
Color Harmonies of #F6DC16
Complementary color
Monochromatic Colors of #F6DC16
Black with #F6DC16
Text Example
Text Example
White with #F6DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC16; }
p { color: rgb(246,220,22); }
H1.HeaderClassName
{
color: #F6DC16;
}
.AnyTagClassName
{
color: #F6DC16;
}
</style>
background-color css
<style>
a { background-color: #F6DC16; }
a { background-color: rgb(246,220,22); }
div.DivClassName
{
background-color: #F6DC16;
}
.BgClassName
{
background-color: #F6DC16;
}
</style>
border-color css
<style>
span { border-color: #F6DC16; }
span { border-color: rgb(246,220,22); }
td.TdClassName
{
border-color: #F6DC16;
}
.TagClassName
{
border-color: #F6DC16;
}
</style>