Shades of Lemon #F6DC19
Tints of Lemon #F6DC19
RGB
CMYK
RGB Variations
Color information
#F6DC19 (or 0xF6DC19) is known color: Lemon. HEX triplet: F6, DC and 19. RGB value is (246,220,25). Sum of RGB (Red+Green+Blue) = 246+220+25=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DC19 is #0923E6. Grayscale: #CECECE. Windows color (decimal): -599015 or 1694966. OLE color: 1694966.
HSL color Cylindrical-coordinate representation of color #F6DC19: hue angle of 52.94º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6DC19 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 25 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.04 |
| HSL | 52.94º | 0.92% | 0.53% | - |
| HSV(B) | 52.94º | 0.9% | 0.96% | - |
| XYZ | 63.77 | 70.85 | 11.23 | - |
| YUV | 205.54 | 26.11 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 25 | 0 | 0.11 | 0.90 | 0.04 | 52.94 | 0.92 | 0.53 |
| Hex | F6 | DC | 19 | 0 | B | 5A | 4 | 35 | 5C | 35 |
| Octal | 366 | 334 | 31 | 0 | 13 | 132 | 4 | 65 | 134 | 65 |
| Binary | 11110110 | 11011100 | 11001 | 0 | 1011 | 1011010 | 100 | 110101 | 1011100 | 110101 |
Color Harmonies of #F6DC19
Complementary color
Monochromatic Colors of #F6DC19
Black with #F6DC19
Text Example
Text Example
White with #F6DC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC19; }
p { color: rgb(246,220,25); }
H1.HeaderClassName
{
color: #F6DC19;
}
.AnyTagClassName
{
color: #F6DC19;
}
</style>
background-color css
<style>
a { background-color: #F6DC19; }
a { background-color: rgb(246,220,25); }
div.DivClassName
{
background-color: #F6DC19;
}
.BgClassName
{
background-color: #F6DC19;
}
</style>
border-color css
<style>
span { border-color: #F6DC19; }
span { border-color: rgb(246,220,25); }
td.TdClassName
{
border-color: #F6DC19;
}
.TagClassName
{
border-color: #F6DC19;
}
</style>