Shades of Lemon #FEF922
Tints of Lemon #FEF922
RGB
CMYK
RGB Variations
Color information
#FEF922 (or 0xFEF922) is known color: Lemon. HEX triplet: FE, F9 and 22. RGB value is (254,249,34). Sum of RGB (Red+Green+Blue) = 254+249+34=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 34 (13.67% from 255 or 6.33% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF922 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF922 is #0106DD. Grayscale: #E2E2E2. Windows color (decimal): -67294 or 2292222. OLE color: 2292222.
HSL color Cylindrical-coordinate representation of color #FEF922: hue angle of 58.64º 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 #FEF922 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 34 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.00 |
| HSL | 58.64º | 0.99% | 0.56% | - |
| HSV(B) | 58.64º | 0.87% | 1% | - |
| XYZ | 75.04 | 88.94 | 14.73 | - |
| YUV | 225.99 | 19.66 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 34 | 0 | 0.02 | 0.87 | 0.00 | 58.64 | 0.99 | 0.56 |
| Hex | FE | F9 | 22 | 0 | 2 | 57 | 0 | 3B | 63 | 38 |
| Octal | 376 | 371 | 42 | 0 | 2 | 127 | 0 | 73 | 143 | 70 |
| Binary | 11111110 | 11111001 | 100010 | 0 | 10 | 1010111 | 0 | 111011 | 1100011 | 111000 |
Color Harmonies of #FEF922
Complementary color
Monochromatic Colors of #FEF922
Black with #FEF922
Text Example
Text Example
White with #FEF922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF922; }
p { color: rgb(254,249,34); }
H1.HeaderClassName
{
color: #FEF922;
}
.AnyTagClassName
{
color: #FEF922;
}
</style>
background-color css
<style>
a { background-color: #FEF922; }
a { background-color: rgb(254,249,34); }
div.DivClassName
{
background-color: #FEF922;
}
.BgClassName
{
background-color: #FEF922;
}
</style>
border-color css
<style>
span { border-color: #FEF922; }
span { border-color: rgb(254,249,34); }
td.TdClassName
{
border-color: #FEF922;
}
.TagClassName
{
border-color: #FEF922;
}
</style>