Shades of Lemon #FEF616
Tints of Lemon #FEF616
RGB
CMYK
RGB Variations
Color information
#FEF616 (or 0xFEF616) is known color: Lemon. HEX triplet: FE, F6 and 16. RGB value is (254,246,22). Sum of RGB (Red+Green+Blue) = 254+246+22=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 22 (8.98% from 255 or 4.21% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF616 is #0109E9. Grayscale: #DFDFDF. Windows color (decimal): -68074 or 1505022. OLE color: 1505022.
HSL color Cylindrical-coordinate representation of color #FEF616: hue angle of 57.93º 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 #FEF616 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.00 |
| HSL | 57.93º | 0.99% | 0.54% | - |
| HSV(B) | 57.93º | 0.91% | 1% | - |
| XYZ | 73.97 | 87.04 | 13.66 | - |
| YUV | 222.86 | 14.65 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 22 | 0 | 0.03 | 0.91 | 0.00 | 57.93 | 0.99 | 0.54 |
| Hex | FE | F6 | 16 | 0 | 3 | 5B | 0 | 3A | 63 | 36 |
| Octal | 376 | 366 | 26 | 0 | 3 | 133 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11110110 | 10110 | 0 | 11 | 1011011 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF616
Complementary color
Monochromatic Colors of #FEF616
Black with #FEF616
Text Example
Text Example
White with #FEF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF616; }
p { color: rgb(254,246,22); }
H1.HeaderClassName
{
color: #FEF616;
}
.AnyTagClassName
{
color: #FEF616;
}
</style>
background-color css
<style>
a { background-color: #FEF616; }
a { background-color: rgb(254,246,22); }
div.DivClassName
{
background-color: #FEF616;
}
.BgClassName
{
background-color: #FEF616;
}
</style>
border-color css
<style>
span { border-color: #FEF616; }
span { border-color: rgb(254,246,22); }
td.TdClassName
{
border-color: #FEF616;
}
.TagClassName
{
border-color: #FEF616;
}
</style>