Shades of Lemon #FEE917
Tints of Lemon #FEE917
RGB
CMYK
RGB Variations
Color information
#FEE917 (or 0xFEE917) is known color: Lemon. HEX triplet: FE, E9 and 17. RGB value is (254,233,23). Sum of RGB (Red+Green+Blue) = 254+233+23=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 23 (9.38% from 255 or 4.51% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE917 is #0116E8. Grayscale: #D8D8D8. Windows color (decimal): -71401 or 1567230. OLE color: 1567230.
HSL color Cylindrical-coordinate representation of color #FEE917: hue angle of 54.55º 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 #FEE917 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 23 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.00 |
| HSL | 54.55º | 0.99% | 0.54% | - |
| HSV(B) | 54.55º | 0.91% | 1% | - |
| XYZ | 70.17 | 79.41 | 12.44 | - |
| YUV | 215.34 | 19.46 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 23 | 0 | 0.08 | 0.91 | 0.00 | 54.55 | 0.99 | 0.54 |
| Hex | FE | E9 | 17 | 0 | 8 | 5B | 0 | 37 | 63 | 36 |
| Octal | 376 | 351 | 27 | 0 | 10 | 133 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101001 | 10111 | 0 | 1000 | 1011011 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEE917
Complementary color
Monochromatic Colors of #FEE917
Black with #FEE917
Text Example
Text Example
White with #FEE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE917; }
p { color: rgb(254,233,23); }
H1.HeaderClassName
{
color: #FEE917;
}
.AnyTagClassName
{
color: #FEE917;
}
</style>
background-color css
<style>
a { background-color: #FEE917; }
a { background-color: rgb(254,233,23); }
div.DivClassName
{
background-color: #FEE917;
}
.BgClassName
{
background-color: #FEE917;
}
</style>
border-color css
<style>
span { border-color: #FEE917; }
span { border-color: rgb(254,233,23); }
td.TdClassName
{
border-color: #FEE917;
}
.TagClassName
{
border-color: #FEE917;
}
</style>