Shades of Lemon #FEF720
Tints of Lemon #FEF720
RGB
CMYK
RGB Variations
Color information
#FEF720 (or 0xFEF720) is known color: Lemon. HEX triplet: FE, F7 and 20. RGB value is (254,247,32). Sum of RGB (Red+Green+Blue) = 254+247+32=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 32 (12.89% from 255 or 6.00% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF720 is #0108DF. Grayscale: #E1E1E1. Windows color (decimal): -67808 or 2160638. OLE color: 2160638.
HSL color Cylindrical-coordinate representation of color #FEF720: hue angle of 58.11º 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 #FEF720 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 32 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.00 |
| HSL | 58.11º | 0.99% | 0.56% | - |
| HSV(B) | 58.11º | 0.87% | 1% | - |
| XYZ | 74.39 | 87.7 | 14.37 | - |
| YUV | 224.58 | 19.32 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 32 | 0 | 0.03 | 0.87 | 0.00 | 58.11 | 0.99 | 0.56 |
| Hex | FE | F7 | 20 | 0 | 3 | 57 | 0 | 3A | 63 | 38 |
| Octal | 376 | 367 | 40 | 0 | 3 | 127 | 0 | 72 | 143 | 70 |
| Binary | 11111110 | 11110111 | 100000 | 0 | 11 | 1010111 | 0 | 111010 | 1100011 | 111000 |
Color Harmonies of #FEF720
Complementary color
Monochromatic Colors of #FEF720
Black with #FEF720
Text Example
Text Example
White with #FEF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF720; }
p { color: rgb(254,247,32); }
H1.HeaderClassName
{
color: #FEF720;
}
.AnyTagClassName
{
color: #FEF720;
}
</style>
background-color css
<style>
a { background-color: #FEF720; }
a { background-color: rgb(254,247,32); }
div.DivClassName
{
background-color: #FEF720;
}
.BgClassName
{
background-color: #FEF720;
}
</style>
border-color css
<style>
span { border-color: #FEF720; }
span { border-color: rgb(254,247,32); }
td.TdClassName
{
border-color: #FEF720;
}
.TagClassName
{
border-color: #FEF720;
}
</style>