Shades of Lemon #FFE610
Tints of Lemon #FFE610
RGB
CMYK
RGB Variations
Color information
#FFE610 (or 0xFFE610) is known color: Lemon. HEX triplet: FF, E6 and 10. RGB value is (255,230,16). Sum of RGB (Red+Green+Blue) = 255+230+16=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 16 (6.64% from 255 or 3.19% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE610 is #0019EF. Grayscale: #D5D5D5. Windows color (decimal): -6640 or 1107711. OLE color: 1107711.
HSL color Cylindrical-coordinate representation of color #FFE610: hue angle of 53.72º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFE610 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0 |
| HSL | 53.72º | 1% | 0.53% | - |
| HSV(B) | 53.72º | 0.94% | 1% | - |
| XYZ | 69.63 | 77.89 | 11.85 | - |
| YUV | 213.08 | 16.78 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 16 | 0 | 0.10 | 0.94 | 0 | 53.72 | 1 | 0.53 |
| Hex | FF | E6 | 10 | 0 | A | 5E | 0 | 36 | 64 | 35 |
| Octal | 377 | 346 | 20 | 0 | 12 | 136 | 0 | 66 | 144 | 65 |
| Binary | 11111111 | 11100110 | 10000 | 0 | 1010 | 1011110 | 0 | 110110 | 1100100 | 110101 |
Color Harmonies of #FFE610
Complementary color
Monochromatic Colors of #FFE610
Black with #FFE610
Text Example
Text Example
White with #FFE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE610; }
p { color: rgb(255,230,16); }
H1.HeaderClassName
{
color: #FFE610;
}
.AnyTagClassName
{
color: #FFE610;
}
</style>
background-color css
<style>
a { background-color: #FFE610; }
a { background-color: rgb(255,230,16); }
div.DivClassName
{
background-color: #FFE610;
}
.BgClassName
{
background-color: #FFE610;
}
</style>
border-color css
<style>
span { border-color: #FFE610; }
span { border-color: rgb(255,230,16); }
td.TdClassName
{
border-color: #FFE610;
}
.TagClassName
{
border-color: #FFE610;
}
</style>