Shades of Lemon #FEF516
Tints of Lemon #FEF516
RGB
CMYK
RGB Variations
Color information
#FEF516 (or 0xFEF516) is known color: Lemon. HEX triplet: FE, F5 and 16. RGB value is (254,245,22). Sum of RGB (Red+Green+Blue) = 254+245+22=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 22 (8.98% from 255 or 4.22% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF516 is #010AE9. Grayscale: #DFDFDF. Windows color (decimal): -68330 or 1504766. OLE color: 1504766.
HSL color Cylindrical-coordinate representation of color #FEF516: hue angle of 57.67º 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 #FEF516 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 22 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.00 |
| HSL | 57.67º | 0.99% | 0.54% | - |
| HSV(B) | 57.67º | 0.91% | 1% | - |
| XYZ | 73.67 | 86.43 | 13.56 | - |
| YUV | 222.27 | 14.98 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 22 | 0 | 0.04 | 0.91 | 0.00 | 57.67 | 0.99 | 0.54 |
| Hex | FE | F5 | 16 | 0 | 4 | 5B | 0 | 3A | 63 | 36 |
| Octal | 376 | 365 | 26 | 0 | 4 | 133 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11110101 | 10110 | 0 | 100 | 1011011 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF516
Complementary color
Monochromatic Colors of #FEF516
Black with #FEF516
Text Example
Text Example
White with #FEF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF516; }
p { color: rgb(254,245,22); }
H1.HeaderClassName
{
color: #FEF516;
}
.AnyTagClassName
{
color: #FEF516;
}
</style>
background-color css
<style>
a { background-color: #FEF516; }
a { background-color: rgb(254,245,22); }
div.DivClassName
{
background-color: #FEF516;
}
.BgClassName
{
background-color: #FEF516;
}
</style>
border-color css
<style>
span { border-color: #FEF516; }
span { border-color: rgb(254,245,22); }
td.TdClassName
{
border-color: #FEF516;
}
.TagClassName
{
border-color: #FEF516;
}
</style>