Shades of Lemon #F6E510
Tints of Lemon #F6E510
RGB
CMYK
RGB Variations
Color information
#F6E510 (or 0xF6E510) is known color: Lemon. HEX triplet: F6, E5 and 10. RGB value is (246,229,16). Sum of RGB (Red+Green+Blue) = 246+229+16=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 16 (6.64% from 255 or 3.26% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E510 is #091AEF. Grayscale: #D2D2D2. Windows color (decimal): -596720 or 1107446. OLE color: 1107446.
HSL color Cylindrical-coordinate representation of color #F6E510: hue angle of 55.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6E510 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.04 |
| HSL | 55.57º | 0.93% | 0.51% | - |
| HSV(B) | 55.57º | 0.93% | 0.96% | - |
| XYZ | 66.12 | 75.67 | 11.61 | - |
| YUV | 209.8 | 18.63 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 16 | 0 | 0.07 | 0.93 | 0.04 | 55.57 | 0.93 | 0.51 |
| Hex | F6 | E5 | 10 | 0 | 7 | 5D | 4 | 38 | 5D | 33 |
| Octal | 366 | 345 | 20 | 0 | 7 | 135 | 4 | 70 | 135 | 63 |
| Binary | 11110110 | 11100101 | 10000 | 0 | 111 | 1011101 | 100 | 111000 | 1011101 | 110011 |
Color Harmonies of #F6E510
Complementary color
Monochromatic Colors of #F6E510
Black with #F6E510
Text Example
Text Example
White with #F6E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E510; }
p { color: rgb(246,229,16); }
H1.HeaderClassName
{
color: #F6E510;
}
.AnyTagClassName
{
color: #F6E510;
}
</style>
background-color css
<style>
a { background-color: #F6E510; }
a { background-color: rgb(246,229,16); }
div.DivClassName
{
background-color: #F6E510;
}
.BgClassName
{
background-color: #F6E510;
}
</style>
border-color css
<style>
span { border-color: #F6E510; }
span { border-color: rgb(246,229,16); }
td.TdClassName
{
border-color: #F6E510;
}
.TagClassName
{
border-color: #F6E510;
}
</style>