Shades of Lemon #FFE310
Tints of Lemon #FFE310
RGB
CMYK
RGB Variations
Color information
#FFE310 (or 0xFFE310) is known color: Lemon. HEX triplet: FF, E3 and 10. RGB value is (255,227,16). Sum of RGB (Red+Green+Blue) = 255+227+16=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE310 is #001CEF. Grayscale: #D4D4D4. Windows color (decimal): -7408 or 1106943. OLE color: 1106943.
HSL color Cylindrical-coordinate representation of color #FFE310: hue angle of 52.97º 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 #FFE310 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0 |
| HSL | 52.97º | 1% | 0.53% | - |
| HSV(B) | 52.97º | 0.94% | 1% | - |
| XYZ | 68.8 | 76.24 | 11.58 | - |
| YUV | 211.32 | 17.78 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 16 | 0 | 0.11 | 0.94 | 0 | 52.97 | 1 | 0.53 |
| Hex | FF | E3 | 10 | 0 | B | 5E | 0 | 35 | 64 | 35 |
| Octal | 377 | 343 | 20 | 0 | 13 | 136 | 0 | 65 | 144 | 65 |
| Binary | 11111111 | 11100011 | 10000 | 0 | 1011 | 1011110 | 0 | 110101 | 1100100 | 110101 |
Color Harmonies of #FFE310
Complementary color
Monochromatic Colors of #FFE310
Black with #FFE310
Text Example
Text Example
White with #FFE310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE310; }
p { color: rgb(255,227,16); }
H1.HeaderClassName
{
color: #FFE310;
}
.AnyTagClassName
{
color: #FFE310;
}
</style>
background-color css
<style>
a { background-color: #FFE310; }
a { background-color: rgb(255,227,16); }
div.DivClassName
{
background-color: #FFE310;
}
.BgClassName
{
background-color: #FFE310;
}
</style>
border-color css
<style>
span { border-color: #FFE310; }
span { border-color: rgb(255,227,16); }
td.TdClassName
{
border-color: #FFE310;
}
.TagClassName
{
border-color: #FFE310;
}
</style>