Shades of Lemon #FEE517
Tints of Lemon #FEE517
RGB
CMYK
RGB Variations
Color information
#FEE517 (or 0xFEE517) is known color: Lemon. HEX triplet: FE, E5 and 17. RGB value is (254,229,23). Sum of RGB (Red+Green+Blue) = 254+229+23=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 23 (9.38% from 255 or 4.55% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE517 is #011AE8. Grayscale: #D5D5D5. Windows color (decimal): -72425 or 1566206. OLE color: 1566206.
HSL color Cylindrical-coordinate representation of color #FEE517: hue angle of 53.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEE517 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 23 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.00 |
| HSL | 53.51º | 0.99% | 0.54% | - |
| HSV(B) | 53.51º | 0.91% | 1% | - |
| XYZ | 69.05 | 77.17 | 12.07 | - |
| YUV | 212.99 | 20.78 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 23 | 0 | 0.10 | 0.91 | 0.00 | 53.51 | 0.99 | 0.54 |
| Hex | FE | E5 | 17 | 0 | A | 5B | 0 | 36 | 63 | 36 |
| Octal | 376 | 345 | 27 | 0 | 12 | 133 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100101 | 10111 | 0 | 1010 | 1011011 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE517
Complementary color
Monochromatic Colors of #FEE517
Black with #FEE517
Text Example
Text Example
White with #FEE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE517; }
p { color: rgb(254,229,23); }
H1.HeaderClassName
{
color: #FEE517;
}
.AnyTagClassName
{
color: #FEE517;
}
</style>
background-color css
<style>
a { background-color: #FEE517; }
a { background-color: rgb(254,229,23); }
div.DivClassName
{
background-color: #FEE517;
}
.BgClassName
{
background-color: #FEE517;
}
</style>
border-color css
<style>
span { border-color: #FEE517; }
span { border-color: rgb(254,229,23); }
td.TdClassName
{
border-color: #FEE517;
}
.TagClassName
{
border-color: #FEE517;
}
</style>