Shades of Lemon #FEF722
Tints of Lemon #FEF722
RGB
CMYK
RGB Variations
Color information
#FEF722 (or 0xFEF722) is known color: Lemon. HEX triplet: FE, F7 and 22. RGB value is (254,247,34). Sum of RGB (Red+Green+Blue) = 254+247+34=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 34 (13.67% from 255 or 6.36% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF722 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF722 is #0108DD. Grayscale: #E1E1E1. Windows color (decimal): -67806 or 2291710. OLE color: 2291710.
HSL color Cylindrical-coordinate representation of color #FEF722: hue angle of 58.09º 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 #FEF722 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 34 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.00 |
| HSL | 58.09º | 0.99% | 0.56% | - |
| HSV(B) | 58.09º | 0.87% | 1% | - |
| XYZ | 74.42 | 87.71 | 14.52 | - |
| YUV | 224.81 | 20.32 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 34 | 0 | 0.03 | 0.87 | 0.00 | 58.09 | 0.99 | 0.56 |
| Hex | FE | F7 | 22 | 0 | 3 | 57 | 0 | 3A | 63 | 38 |
| Octal | 376 | 367 | 42 | 0 | 3 | 127 | 0 | 72 | 143 | 70 |
| Binary | 11111110 | 11110111 | 100010 | 0 | 11 | 1010111 | 0 | 111010 | 1100011 | 111000 |
Color Harmonies of #FEF722
Complementary color
Monochromatic Colors of #FEF722
Black with #FEF722
Text Example
Text Example
White with #FEF722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF722; }
p { color: rgb(254,247,34); }
H1.HeaderClassName
{
color: #FEF722;
}
.AnyTagClassName
{
color: #FEF722;
}
</style>
background-color css
<style>
a { background-color: #FEF722; }
a { background-color: rgb(254,247,34); }
div.DivClassName
{
background-color: #FEF722;
}
.BgClassName
{
background-color: #FEF722;
}
</style>
border-color css
<style>
span { border-color: #FEF722; }
span { border-color: rgb(254,247,34); }
td.TdClassName
{
border-color: #FEF722;
}
.TagClassName
{
border-color: #FEF722;
}
</style>