Shades of Lemon #FFE312
Tints of Lemon #FFE312
RGB
CMYK
RGB Variations
Color information
#FFE312 (or 0xFFE312) is known color: Lemon. HEX triplet: FF, E3 and 12. RGB value is (255,227,18). Sum of RGB (Red+Green+Blue) = 255+227+18=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE312 is #001CED. Grayscale: #D4D4D4. Windows color (decimal): -7406 or 1238015. OLE color: 1238015.
HSL color Cylindrical-coordinate representation of color #FFE312: hue angle of 52.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFE312 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 18 | - |
| CMYK | 0 | 0.11 | 0.93 | 0 |
| HSL | 52.91º | 1% | 0.54% | - |
| HSV(B) | 52.91º | 0.93% | 1% | - |
| XYZ | 68.82 | 76.24 | 11.66 | - |
| YUV | 211.55 | 18.78 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 18 | 0 | 0.11 | 0.93 | 0 | 52.91 | 1 | 0.54 |
| Hex | FF | E3 | 12 | 0 | B | 5D | 0 | 35 | 64 | 36 |
| Octal | 377 | 343 | 22 | 0 | 13 | 135 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100011 | 10010 | 0 | 1011 | 1011101 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE312
Complementary color
Monochromatic Colors of #FFE312
Black with #FFE312
Text Example
Text Example
White with #FFE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE312; }
p { color: rgb(255,227,18); }
H1.HeaderClassName
{
color: #FFE312;
}
.AnyTagClassName
{
color: #FFE312;
}
</style>
background-color css
<style>
a { background-color: #FFE312; }
a { background-color: rgb(255,227,18); }
div.DivClassName
{
background-color: #FFE312;
}
.BgClassName
{
background-color: #FFE312;
}
</style>
border-color css
<style>
span { border-color: #FFE312; }
span { border-color: rgb(255,227,18); }
td.TdClassName
{
border-color: #FFE312;
}
.TagClassName
{
border-color: #FFE312;
}
</style>