Shades of Lemon #FEE812
Tints of Lemon #FEE812
RGB
CMYK
RGB Variations
Color information
#FEE812 (or 0xFEE812) is known color: Lemon. HEX triplet: FE, E8 and 12. RGB value is (254,232,18). Sum of RGB (Red+Green+Blue) = 254+232+18=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 18 (7.42% from 255 or 3.57% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE812 is #0117ED. Grayscale: #D7D7D7. Windows color (decimal): -71662 or 1239294. OLE color: 1239294.
HSL color Cylindrical-coordinate representation of color #FEE812: hue angle of 54.41º 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 #FEE812 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 18 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.00 |
| HSL | 54.41º | 0.99% | 0.53% | - |
| HSV(B) | 54.41º | 0.93% | 1% | - |
| XYZ | 69.84 | 78.83 | 12.11 | - |
| YUV | 214.18 | 17.29 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 18 | 0 | 0.09 | 0.93 | 0.00 | 54.41 | 0.99 | 0.53 |
| Hex | FE | E8 | 12 | 0 | 9 | 5D | 0 | 36 | 63 | 35 |
| Octal | 376 | 350 | 22 | 0 | 11 | 135 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11101000 | 10010 | 0 | 1001 | 1011101 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE812
Complementary color
Monochromatic Colors of #FEE812
Black with #FEE812
Text Example
Text Example
White with #FEE812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE812; }
p { color: rgb(254,232,18); }
H1.HeaderClassName
{
color: #FEE812;
}
.AnyTagClassName
{
color: #FEE812;
}
</style>
background-color css
<style>
a { background-color: #FEE812; }
a { background-color: rgb(254,232,18); }
div.DivClassName
{
background-color: #FEE812;
}
.BgClassName
{
background-color: #FEE812;
}
</style>
border-color css
<style>
span { border-color: #FEE812; }
span { border-color: rgb(254,232,18); }
td.TdClassName
{
border-color: #FEE812;
}
.TagClassName
{
border-color: #FEE812;
}
</style>