Shades of Lemon #FEF917
Tints of Lemon #FEF917
RGB
CMYK
RGB Variations
Color information
#FEF917 (or 0xFEF917) is known color: Lemon. HEX triplet: FE, F9 and 17. RGB value is (254,249,23). Sum of RGB (Red+Green+Blue) = 254+249+23=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 23 (9.38% from 255 or 4.37% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF917 is #0106E8. Grayscale: #E1E1E1. Windows color (decimal): -67305 or 1571326. OLE color: 1571326.
HSL color Cylindrical-coordinate representation of color #FEF917: hue angle of 58.7º 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 #FEF917 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 23 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.00 |
| HSL | 58.7º | 0.99% | 0.54% | - |
| HSV(B) | 58.7º | 0.91% | 1% | - |
| XYZ | 74.9 | 88.88 | 14.02 | - |
| YUV | 224.73 | 14.16 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 23 | 0 | 0.02 | 0.91 | 0.00 | 58.7 | 0.99 | 0.54 |
| Hex | FE | F9 | 17 | 0 | 2 | 5B | 0 | 3B | 63 | 36 |
| Octal | 376 | 371 | 27 | 0 | 2 | 133 | 0 | 73 | 143 | 66 |
| Binary | 11111110 | 11111001 | 10111 | 0 | 10 | 1011011 | 0 | 111011 | 1100011 | 110110 |
Color Harmonies of #FEF917
Complementary color
Monochromatic Colors of #FEF917
Black with #FEF917
Text Example
Text Example
White with #FEF917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF917; }
p { color: rgb(254,249,23); }
H1.HeaderClassName
{
color: #FEF917;
}
.AnyTagClassName
{
color: #FEF917;
}
</style>
background-color css
<style>
a { background-color: #FEF917; }
a { background-color: rgb(254,249,23); }
div.DivClassName
{
background-color: #FEF917;
}
.BgClassName
{
background-color: #FEF917;
}
</style>
border-color css
<style>
span { border-color: #FEF917; }
span { border-color: rgb(254,249,23); }
td.TdClassName
{
border-color: #FEF917;
}
.TagClassName
{
border-color: #FEF917;
}
</style>