Shades of Lemon #FEF617
Tints of Lemon #FEF617
RGB
CMYK
RGB Variations
Color information
#FEF617 (or 0xFEF617) is known color: Lemon. HEX triplet: FE, F6 and 17. RGB value is (254,246,23). Sum of RGB (Red+Green+Blue) = 254+246+23=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 23 (9.38% from 255 or 4.40% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF617 is #0109E8. Grayscale: #DFDFDF. Windows color (decimal): -68073 or 1570558. OLE color: 1570558.
HSL color Cylindrical-coordinate representation of color #FEF617: hue angle of 57.92º 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 #FEF617 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 23 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.00 |
| HSL | 57.92º | 0.99% | 0.54% | - |
| HSV(B) | 57.92º | 0.91% | 1% | - |
| XYZ | 73.98 | 87.04 | 13.71 | - |
| YUV | 222.97 | 15.15 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 23 | 0 | 0.03 | 0.91 | 0.00 | 57.92 | 0.99 | 0.54 |
| Hex | FE | F6 | 17 | 0 | 3 | 5B | 0 | 3A | 63 | 36 |
| Octal | 376 | 366 | 27 | 0 | 3 | 133 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11110110 | 10111 | 0 | 11 | 1011011 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF617
Complementary color
Monochromatic Colors of #FEF617
Black with #FEF617
Text Example
Text Example
White with #FEF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF617; }
p { color: rgb(254,246,23); }
H1.HeaderClassName
{
color: #FEF617;
}
.AnyTagClassName
{
color: #FEF617;
}
</style>
background-color css
<style>
a { background-color: #FEF617; }
a { background-color: rgb(254,246,23); }
div.DivClassName
{
background-color: #FEF617;
}
.BgClassName
{
background-color: #FEF617;
}
</style>
border-color css
<style>
span { border-color: #FEF617; }
span { border-color: rgb(254,246,23); }
td.TdClassName
{
border-color: #FEF617;
}
.TagClassName
{
border-color: #FEF617;
}
</style>