Shades of Lemon #F6E10D
Tints of Lemon #F6E10D
RGB
CMYK
RGB Variations
Color information
#F6E10D (or 0xF6E10D) is known color: Lemon. HEX triplet: F6, E1 and 0D. RGB value is (246,225,13). Sum of RGB (Red+Green+Blue) = 246+225+13=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E10D is #091EF2. Grayscale: #CFCFCF. Windows color (decimal): -597747 or 909814. OLE color: 909814.
HSL color Cylindrical-coordinate representation of color #F6E10D: hue angle of 54.59º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6E10D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.04 |
| HSL | 54.59º | 0.93% | 0.51% | - |
| HSV(B) | 54.59º | 0.95% | 0.96% | - |
| XYZ | 65 | 73.47 | 11.14 | - |
| YUV | 207.11 | 18.46 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 13 | 0 | 0.09 | 0.95 | 0.04 | 54.59 | 0.93 | 0.51 |
| Hex | F6 | E1 | D | 0 | 9 | 5F | 4 | 37 | 5D | 33 |
| Octal | 366 | 341 | 15 | 0 | 11 | 137 | 4 | 67 | 135 | 63 |
| Binary | 11110110 | 11100001 | 1101 | 0 | 1001 | 1011111 | 100 | 110111 | 1011101 | 110011 |
Color Harmonies of #F6E10D
Complementary color
Monochromatic Colors of #F6E10D
Black with #F6E10D
Text Example
Text Example
White with #F6E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E10D; }
p { color: rgb(246,225,13); }
H1.HeaderClassName
{
color: #F6E10D;
}
.AnyTagClassName
{
color: #F6E10D;
}
</style>
background-color css
<style>
a { background-color: #F6E10D; }
a { background-color: rgb(246,225,13); }
div.DivClassName
{
background-color: #F6E10D;
}
.BgClassName
{
background-color: #F6E10D;
}
</style>
border-color css
<style>
span { border-color: #F6E10D; }
span { border-color: rgb(246,225,13); }
td.TdClassName
{
border-color: #F6E10D;
}
.TagClassName
{
border-color: #F6E10D;
}
</style>