Shades of Lemon #F6DF1C
Tints of Lemon #F6DF1C
RGB
CMYK
RGB Variations
Color information
#F6DF1C (or 0xF6DF1C) is known color: Lemon. HEX triplet: F6, DF and 1C. RGB value is (246,223,28). Sum of RGB (Red+Green+Blue) = 246+223+28=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DF1C is #0920E3. Grayscale: #D0D0D0. Windows color (decimal): -598244 or 1892342. OLE color: 1892342.
HSL color Cylindrical-coordinate representation of color #F6DF1C: hue angle of 53.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6DF1C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 28 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.04 |
| HSL | 53.67º | 0.92% | 0.54% | - |
| HSV(B) | 53.67º | 0.89% | 0.96% | - |
| XYZ | 64.6 | 72.45 | 11.68 | - |
| YUV | 207.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 28 | 0 | 0.09 | 0.89 | 0.04 | 53.67 | 0.92 | 0.54 |
| Hex | F6 | DF | 1C | 0 | 9 | 59 | 4 | 36 | 5C | 36 |
| Octal | 366 | 337 | 34 | 0 | 11 | 131 | 4 | 66 | 134 | 66 |
| Binary | 11110110 | 11011111 | 11100 | 0 | 1001 | 1011001 | 100 | 110110 | 1011100 | 110110 |
Color Harmonies of #F6DF1C
Complementary color
Monochromatic Colors of #F6DF1C
Black with #F6DF1C
Text Example
Text Example
White with #F6DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF1C; }
p { color: rgb(246,223,28); }
H1.HeaderClassName
{
color: #F6DF1C;
}
.AnyTagClassName
{
color: #F6DF1C;
}
</style>
background-color css
<style>
a { background-color: #F6DF1C; }
a { background-color: rgb(246,223,28); }
div.DivClassName
{
background-color: #F6DF1C;
}
.BgClassName
{
background-color: #F6DF1C;
}
</style>
border-color css
<style>
span { border-color: #F6DF1C; }
span { border-color: rgb(246,223,28); }
td.TdClassName
{
border-color: #F6DF1C;
}
.TagClassName
{
border-color: #F6DF1C;
}
</style>