Shades of Lemon #F6DF1A
Tints of Lemon #F6DF1A
RGB
CMYK
RGB Variations
Color information
#F6DF1A (or 0xF6DF1A) is known color: Lemon. HEX triplet: F6, DF and 1A. RGB value is (246,223,26). Sum of RGB (Red+Green+Blue) = 246+223+26=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 26 (10.55% from 255 or 5.25% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DF1A is #0920E5. Grayscale: #D0D0D0. Windows color (decimal): -598246 or 1761270. OLE color: 1761270.
HSL color Cylindrical-coordinate representation of color #F6DF1A: hue angle of 53.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6DF1A is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 26 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.04 |
| HSL | 53.73º | 0.92% | 0.53% | - |
| HSV(B) | 53.73º | 0.89% | 0.96% | - |
| XYZ | 64.58 | 72.44 | 11.56 | - |
| YUV | 207.42 | 25.62 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 26 | 0 | 0.09 | 0.89 | 0.04 | 53.73 | 0.92 | 0.53 |
| Hex | F6 | DF | 1A | 0 | 9 | 59 | 4 | 36 | 5C | 35 |
| Octal | 366 | 337 | 32 | 0 | 11 | 131 | 4 | 66 | 134 | 65 |
| Binary | 11110110 | 11011111 | 11010 | 0 | 1001 | 1011001 | 100 | 110110 | 1011100 | 110101 |
Color Harmonies of #F6DF1A
Complementary color
Monochromatic Colors of #F6DF1A
Black with #F6DF1A
Text Example
Text Example
White with #F6DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF1A; }
p { color: rgb(246,223,26); }
H1.HeaderClassName
{
color: #F6DF1A;
}
.AnyTagClassName
{
color: #F6DF1A;
}
</style>
background-color css
<style>
a { background-color: #F6DF1A; }
a { background-color: rgb(246,223,26); }
div.DivClassName
{
background-color: #F6DF1A;
}
.BgClassName
{
background-color: #F6DF1A;
}
</style>
border-color css
<style>
span { border-color: #F6DF1A; }
span { border-color: rgb(246,223,26); }
td.TdClassName
{
border-color: #F6DF1A;
}
.TagClassName
{
border-color: #F6DF1A;
}
</style>