Shades of Lemon #FFE012
Tints of Lemon #FFE012
RGB
CMYK
RGB Variations
Color information
#FFE012 (or 0xFFE012) is known color: Lemon. HEX triplet: FF, E0 and 12. RGB value is (255,224,18). Sum of RGB (Red+Green+Blue) = 255+224+18=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 18 (7.42% from 255 or 3.62% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE012 is #001FED. Grayscale: #D2D2D2. Windows color (decimal): -8174 or 1237247. OLE color: 1237247.
HSL color Cylindrical-coordinate representation of color #FFE012: hue angle of 52.15º 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 #FFE012 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0 |
| HSL | 52.15º | 1% | 0.54% | - |
| HSV(B) | 52.15º | 0.93% | 1% | - |
| XYZ | 68 | 74.61 | 11.39 | - |
| YUV | 209.79 | 19.77 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 18 | 0 | 0.12 | 0.93 | 0 | 52.15 | 1 | 0.54 |
| Hex | FF | E0 | 12 | 0 | C | 5D | 0 | 34 | 64 | 36 |
| Octal | 377 | 340 | 22 | 0 | 14 | 135 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11100000 | 10010 | 0 | 1100 | 1011101 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFE012
Complementary color
Monochromatic Colors of #FFE012
Black with #FFE012
Text Example
Text Example
White with #FFE012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE012; }
p { color: rgb(255,224,18); }
H1.HeaderClassName
{
color: #FFE012;
}
.AnyTagClassName
{
color: #FFE012;
}
</style>
background-color css
<style>
a { background-color: #FFE012; }
a { background-color: rgb(255,224,18); }
div.DivClassName
{
background-color: #FFE012;
}
.BgClassName
{
background-color: #FFE012;
}
</style>
border-color css
<style>
span { border-color: #FFE012; }
span { border-color: rgb(255,224,18); }
td.TdClassName
{
border-color: #FFE012;
}
.TagClassName
{
border-color: #FFE012;
}
</style>