Shades of Lemon #FEF022
Tints of Lemon #FEF022
RGB
CMYK
RGB Variations
Color information
#FEF022 (or 0xFEF022) is known color: Lemon. HEX triplet: FE, F0 and 22. RGB value is (254,240,34). Sum of RGB (Red+Green+Blue) = 254+240+34=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 34 (13.67% from 255 or 6.44% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF022 is #010FDD. Grayscale: #DDDDDD. Windows color (decimal): -69598 or 2289918. OLE color: 2289918.
HSL color Cylindrical-coordinate representation of color #FEF022: hue angle of 56.18º 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 #FEF022 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 34 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.00 |
| HSL | 56.18º | 0.99% | 0.56% | - |
| HSV(B) | 56.18º | 0.87% | 1% | - |
| XYZ | 72.32 | 83.51 | 13.82 | - |
| YUV | 220.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 34 | 0 | 0.06 | 0.87 | 0.00 | 56.18 | 0.99 | 0.56 |
| Hex | FE | F0 | 22 | 0 | 6 | 57 | 0 | 38 | 63 | 38 |
| Octal | 376 | 360 | 42 | 0 | 6 | 127 | 0 | 70 | 143 | 70 |
| Binary | 11111110 | 11110000 | 100010 | 0 | 110 | 1010111 | 0 | 111000 | 1100011 | 111000 |
Color Harmonies of #FEF022
Complementary color
Monochromatic Colors of #FEF022
Black with #FEF022
Text Example
Text Example
White with #FEF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF022; }
p { color: rgb(254,240,34); }
H1.HeaderClassName
{
color: #FEF022;
}
.AnyTagClassName
{
color: #FEF022;
}
</style>
background-color css
<style>
a { background-color: #FEF022; }
a { background-color: rgb(254,240,34); }
div.DivClassName
{
background-color: #FEF022;
}
.BgClassName
{
background-color: #FEF022;
}
</style>
border-color css
<style>
span { border-color: #FEF022; }
span { border-color: rgb(254,240,34); }
td.TdClassName
{
border-color: #FEF022;
}
.TagClassName
{
border-color: #FEF022;
}
</style>