Shades of Lemon #FEF717
Tints of Lemon #FEF717
RGB
CMYK
RGB Variations
Color information
#FEF717 (or 0xFEF717) is known color: Lemon. HEX triplet: FE, F7 and 17. RGB value is (254,247,23). Sum of RGB (Red+Green+Blue) = 254+247+23=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 23 (9.38% from 255 or 4.39% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF717 is #0108E8. Grayscale: #E0E0E0. Windows color (decimal): -67817 or 1570814. OLE color: 1570814.
HSL color Cylindrical-coordinate representation of color #FEF717: hue angle of 58.18º 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 #FEF717 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 23 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.00 |
| HSL | 58.18º | 0.99% | 0.54% | - |
| HSV(B) | 58.18º | 0.91% | 1% | - |
| XYZ | 74.29 | 87.65 | 13.81 | - |
| YUV | 223.56 | 14.82 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 23 | 0 | 0.03 | 0.91 | 0.00 | 58.18 | 0.99 | 0.54 |
| Hex | FE | F7 | 17 | 0 | 3 | 5B | 0 | 3A | 63 | 36 |
| Octal | 376 | 367 | 27 | 0 | 3 | 133 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11110111 | 10111 | 0 | 11 | 1011011 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF717
Complementary color
Monochromatic Colors of #FEF717
Black with #FEF717
Text Example
Text Example
White with #FEF717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF717; }
p { color: rgb(254,247,23); }
H1.HeaderClassName
{
color: #FEF717;
}
.AnyTagClassName
{
color: #FEF717;
}
</style>
background-color css
<style>
a { background-color: #FEF717; }
a { background-color: rgb(254,247,23); }
div.DivClassName
{
background-color: #FEF717;
}
.BgClassName
{
background-color: #FEF717;
}
</style>
border-color css
<style>
span { border-color: #FEF717; }
span { border-color: rgb(254,247,23); }
td.TdClassName
{
border-color: #FEF717;
}
.TagClassName
{
border-color: #FEF717;
}
</style>