Shades of Lemon #FEE51C
Tints of Lemon #FEE51C
RGB
CMYK
RGB Variations
Color information
#FEE51C (or 0xFEE51C) is known color: Lemon. HEX triplet: FE, E5 and 1C. RGB value is (254,229,28). Sum of RGB (Red+Green+Blue) = 254+229+28=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 28 (11.33% from 255 or 5.48% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE51C is #011AE3. Grayscale: #D6D6D6. Windows color (decimal): -72420 or 1893886. OLE color: 1893886.
HSL color Cylindrical-coordinate representation of color #FEE51C: hue angle of 53.36º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEE51C is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 28 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.00 |
| HSL | 53.36º | 0.99% | 0.55% | - |
| HSV(B) | 53.36º | 0.89% | 1% | - |
| XYZ | 69.1 | 77.19 | 12.36 | - |
| YUV | 213.56 | 23.28 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 28 | 0 | 0.10 | 0.89 | 0.00 | 53.36 | 0.99 | 0.55 |
| Hex | FE | E5 | 1C | 0 | A | 59 | 0 | 35 | 63 | 37 |
| Octal | 376 | 345 | 34 | 0 | 12 | 131 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100101 | 11100 | 0 | 1010 | 1011001 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE51C
Complementary color
Monochromatic Colors of #FEE51C
Black with #FEE51C
Text Example
Text Example
White with #FEE51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE51C; }
p { color: rgb(254,229,28); }
H1.HeaderClassName
{
color: #FEE51C;
}
.AnyTagClassName
{
color: #FEE51C;
}
</style>
background-color css
<style>
a { background-color: #FEE51C; }
a { background-color: rgb(254,229,28); }
div.DivClassName
{
background-color: #FEE51C;
}
.BgClassName
{
background-color: #FEE51C;
}
</style>
border-color css
<style>
span { border-color: #FEE51C; }
span { border-color: rgb(254,229,28); }
td.TdClassName
{
border-color: #FEE51C;
}
.TagClassName
{
border-color: #FEE51C;
}
</style>