Shades of Lemon #F6DD1D
Tints of Lemon #F6DD1D
RGB
CMYK
RGB Variations
Color information
#F6DD1D (or 0xF6DD1D) is known color: Lemon. HEX triplet: F6, DD and 1D. RGB value is (246,221,29). Sum of RGB (Red+Green+Blue) = 246+221+29=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DD1D is #0922E2. Grayscale: #CFCFCF. Windows color (decimal): -598755 or 1957366. OLE color: 1957366.
HSL color Cylindrical-coordinate representation of color #F6DD1D: hue angle of 53.09º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6DD1D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.04 |
| HSL | 53.09º | 0.92% | 0.54% | - |
| HSV(B) | 53.09º | 0.88% | 0.96% | - |
| XYZ | 64.08 | 71.39 | 11.57 | - |
| YUV | 206.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 29 | 0 | 0.10 | 0.88 | 0.04 | 53.09 | 0.92 | 0.54 |
| Hex | F6 | DD | 1D | 0 | A | 58 | 4 | 35 | 5C | 36 |
| Octal | 366 | 335 | 35 | 0 | 12 | 130 | 4 | 65 | 134 | 66 |
| Binary | 11110110 | 11011101 | 11101 | 0 | 1010 | 1011000 | 100 | 110101 | 1011100 | 110110 |
Color Harmonies of #F6DD1D
Complementary color
Monochromatic Colors of #F6DD1D
Black with #F6DD1D
Text Example
Text Example
White with #F6DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD1D; }
p { color: rgb(246,221,29); }
H1.HeaderClassName
{
color: #F6DD1D;
}
.AnyTagClassName
{
color: #F6DD1D;
}
</style>
background-color css
<style>
a { background-color: #F6DD1D; }
a { background-color: rgb(246,221,29); }
div.DivClassName
{
background-color: #F6DD1D;
}
.BgClassName
{
background-color: #F6DD1D;
}
</style>
border-color css
<style>
span { border-color: #F6DD1D; }
span { border-color: rgb(246,221,29); }
td.TdClassName
{
border-color: #F6DD1D;
}
.TagClassName
{
border-color: #F6DD1D;
}
</style>