Shades of Lemon #F6DF1D
Tints of Lemon #F6DF1D
RGB
CMYK
RGB Variations
Color information
#F6DF1D (or 0xF6DF1D) is known color: Lemon. HEX triplet: F6, DF and 1D. RGB value is (246,223,29). Sum of RGB (Red+Green+Blue) = 246+223+29=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 29 (11.72% from 255 or 5.82% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DF1D is #0920E2. Grayscale: #D0D0D0. Windows color (decimal): -598243 or 1957878. OLE color: 1957878.
HSL color Cylindrical-coordinate representation of color #F6DF1D: hue angle of 53.64º 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 #F6DF1D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.04 |
| HSL | 53.64º | 0.92% | 0.54% | - |
| HSV(B) | 53.64º | 0.88% | 0.96% | - |
| XYZ | 64.62 | 72.46 | 11.74 | - |
| YUV | 207.76 | 27.12 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 29 | 0 | 0.09 | 0.88 | 0.04 | 53.64 | 0.92 | 0.54 |
| Hex | F6 | DF | 1D | 0 | 9 | 58 | 4 | 36 | 5C | 36 |
| Octal | 366 | 337 | 35 | 0 | 11 | 130 | 4 | 66 | 134 | 66 |
| Binary | 11110110 | 11011111 | 11101 | 0 | 1001 | 1011000 | 100 | 110110 | 1011100 | 110110 |
Color Harmonies of #F6DF1D
Complementary color
Monochromatic Colors of #F6DF1D
Black with #F6DF1D
Text Example
Text Example
White with #F6DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF1D; }
p { color: rgb(246,223,29); }
H1.HeaderClassName
{
color: #F6DF1D;
}
.AnyTagClassName
{
color: #F6DF1D;
}
</style>
background-color css
<style>
a { background-color: #F6DF1D; }
a { background-color: rgb(246,223,29); }
div.DivClassName
{
background-color: #F6DF1D;
}
.BgClassName
{
background-color: #F6DF1D;
}
</style>
border-color css
<style>
span { border-color: #F6DF1D; }
span { border-color: rgb(246,223,29); }
td.TdClassName
{
border-color: #F6DF1D;
}
.TagClassName
{
border-color: #F6DF1D;
}
</style>