Shades of Lemon #FEF420
Tints of Lemon #FEF420
RGB
CMYK
RGB Variations
Color information
#FEF420 (or 0xFEF420) is known color: Lemon. HEX triplet: FE, F4 and 20. RGB value is (254,244,32). Sum of RGB (Red+Green+Blue) = 254+244+32=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF420 is #010BDF. Grayscale: #DFDFDF. Windows color (decimal): -68576 or 2159870. OLE color: 2159870.
HSL color Cylindrical-coordinate representation of color #FEF420: hue angle of 57.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEF420 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.00 |
| HSL | 57.3º | 0.99% | 0.56% | - |
| HSV(B) | 57.3º | 0.87% | 1% | - |
| XYZ | 73.48 | 85.88 | 14.07 | - |
| YUV | 222.82 | 20.31 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 32 | 0 | 0.04 | 0.87 | 0.00 | 57.3 | 0.99 | 0.56 |
| Hex | FE | F4 | 20 | 0 | 4 | 57 | 0 | 39 | 63 | 38 |
| Octal | 376 | 364 | 40 | 0 | 4 | 127 | 0 | 71 | 143 | 70 |
| Binary | 11111110 | 11110100 | 100000 | 0 | 100 | 1010111 | 0 | 111001 | 1100011 | 111000 |
Color Harmonies of #FEF420
Complementary color
Monochromatic Colors of #FEF420
Black with #FEF420
Text Example
Text Example
White with #FEF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF420; }
p { color: rgb(254,244,32); }
H1.HeaderClassName
{
color: #FEF420;
}
.AnyTagClassName
{
color: #FEF420;
}
</style>
background-color css
<style>
a { background-color: #FEF420; }
a { background-color: rgb(254,244,32); }
div.DivClassName
{
background-color: #FEF420;
}
.BgClassName
{
background-color: #FEF420;
}
</style>
border-color css
<style>
span { border-color: #FEF420; }
span { border-color: rgb(254,244,32); }
td.TdClassName
{
border-color: #FEF420;
}
.TagClassName
{
border-color: #FEF420;
}
</style>