Shades of Lemon #F6DF1E
Tints of Lemon #F6DF1E
RGB
CMYK
RGB Variations
Color information
#F6DF1E (or 0xF6DF1E) is known color: Lemon. HEX triplet: F6, DF and 1E. RGB value is (246,223,30). Sum of RGB (Red+Green+Blue) = 246+223+30=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DF1E is #0920E1. Grayscale: #D0D0D0. Windows color (decimal): -598242 or 2023414. OLE color: 2023414.
HSL color Cylindrical-coordinate representation of color #F6DF1E: hue angle of 53.61º 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 #F6DF1E is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 30 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.04 |
| HSL | 53.61º | 0.92% | 0.54% | - |
| HSV(B) | 53.61º | 0.88% | 0.96% | - |
| XYZ | 64.63 | 72.46 | 11.81 | - |
| YUV | 207.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 30 | 0 | 0.09 | 0.88 | 0.04 | 53.61 | 0.92 | 0.54 |
| Hex | F6 | DF | 1E | 0 | 9 | 58 | 4 | 36 | 5C | 36 |
| Octal | 366 | 337 | 36 | 0 | 11 | 130 | 4 | 66 | 134 | 66 |
| Binary | 11110110 | 11011111 | 11110 | 0 | 1001 | 1011000 | 100 | 110110 | 1011100 | 110110 |
Color Harmonies of #F6DF1E
Complementary color
Monochromatic Colors of #F6DF1E
Black with #F6DF1E
Text Example
Text Example
White with #F6DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF1E; }
p { color: rgb(246,223,30); }
H1.HeaderClassName
{
color: #F6DF1E;
}
.AnyTagClassName
{
color: #F6DF1E;
}
</style>
background-color css
<style>
a { background-color: #F6DF1E; }
a { background-color: rgb(246,223,30); }
div.DivClassName
{
background-color: #F6DF1E;
}
.BgClassName
{
background-color: #F6DF1E;
}
</style>
border-color css
<style>
span { border-color: #F6DF1E; }
span { border-color: rgb(246,223,30); }
td.TdClassName
{
border-color: #F6DF1E;
}
.TagClassName
{
border-color: #F6DF1E;
}
</style>