Shades of Lemon #FEE717
Tints of Lemon #FEE717
RGB
CMYK
RGB Variations
Color information
#FEE717 (or 0xFEE717) is known color: Lemon. HEX triplet: FE, E7 and 17. RGB value is (254,231,23). Sum of RGB (Red+Green+Blue) = 254+231+23=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 23 (9.38% from 255 or 4.53% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE717 is #0118E8. Grayscale: #D7D7D7. Windows color (decimal): -71913 or 1566718. OLE color: 1566718.
HSL color Cylindrical-coordinate representation of color #FEE717: hue angle of 54.03º 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 #FEE717 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 23 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.00 |
| HSL | 54.03º | 0.99% | 0.54% | - |
| HSV(B) | 54.03º | 0.91% | 1% | - |
| XYZ | 69.6 | 78.28 | 12.25 | - |
| YUV | 214.17 | 20.12 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 23 | 0 | 0.09 | 0.91 | 0.00 | 54.03 | 0.99 | 0.54 |
| Hex | FE | E7 | 17 | 0 | 9 | 5B | 0 | 36 | 63 | 36 |
| Octal | 376 | 347 | 27 | 0 | 11 | 133 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100111 | 10111 | 0 | 1001 | 1011011 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE717
Complementary color
Monochromatic Colors of #FEE717
Black with #FEE717
Text Example
Text Example
White with #FEE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE717; }
p { color: rgb(254,231,23); }
H1.HeaderClassName
{
color: #FEE717;
}
.AnyTagClassName
{
color: #FEE717;
}
</style>
background-color css
<style>
a { background-color: #FEE717; }
a { background-color: rgb(254,231,23); }
div.DivClassName
{
background-color: #FEE717;
}
.BgClassName
{
background-color: #FEE717;
}
</style>
border-color css
<style>
span { border-color: #FEE717; }
span { border-color: rgb(254,231,23); }
td.TdClassName
{
border-color: #FEE717;
}
.TagClassName
{
border-color: #FEE717;
}
</style>