Shades of Lemon #FEE512
Tints of Lemon #FEE512
RGB
CMYK
RGB Variations
Color information
#FEE512 (or 0xFEE512) is known color: Lemon. HEX triplet: FE, E5 and 12. RGB value is (254,229,18). Sum of RGB (Red+Green+Blue) = 254+229+18=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE512 is #011AED. Grayscale: #D5D5D5. Windows color (decimal): -72430 or 1238526. OLE color: 1238526.
HSL color Cylindrical-coordinate representation of color #FEE512: hue angle of 53.64º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEE512 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 18 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.00 |
| HSL | 53.64º | 0.99% | 0.53% | - |
| HSV(B) | 53.64º | 0.93% | 1% | - |
| XYZ | 69 | 77.15 | 11.83 | - |
| YUV | 212.42 | 18.28 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 18 | 0 | 0.10 | 0.93 | 0.00 | 53.64 | 0.99 | 0.53 |
| Hex | FE | E5 | 12 | 0 | A | 5D | 0 | 36 | 63 | 35 |
| Octal | 376 | 345 | 22 | 0 | 12 | 135 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11100101 | 10010 | 0 | 1010 | 1011101 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE512
Complementary color
Monochromatic Colors of #FEE512
Black with #FEE512
Text Example
Text Example
White with #FEE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE512; }
p { color: rgb(254,229,18); }
H1.HeaderClassName
{
color: #FEE512;
}
.AnyTagClassName
{
color: #FEE512;
}
</style>
background-color css
<style>
a { background-color: #FEE512; }
a { background-color: rgb(254,229,18); }
div.DivClassName
{
background-color: #FEE512;
}
.BgClassName
{
background-color: #FEE512;
}
</style>
border-color css
<style>
span { border-color: #FEE512; }
span { border-color: rgb(254,229,18); }
td.TdClassName
{
border-color: #FEE512;
}
.TagClassName
{
border-color: #FEE512;
}
</style>