Shades of Lemon #FEFA22
Tints of Lemon #FEFA22
RGB
CMYK
RGB Variations
Color information
#FEFA22 (or 0xFEFA22) is known color: Lemon. HEX triplet: FE, FA and 22. RGB value is (254,250,34). Sum of RGB (Red+Green+Blue) = 254+250+34=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 34 (13.67% from 255 or 6.32% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA22 is #0105DD. Grayscale: #E3E3E3. Windows color (decimal): -67038 or 2292478. OLE color: 2292478.
HSL color Cylindrical-coordinate representation of color #FEFA22: hue angle of 58.91º 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 #FEFA22 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 34 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.00 |
| HSL | 58.91º | 0.99% | 0.56% | - |
| HSV(B) | 58.91º | 0.87% | 1% | - |
| XYZ | 75.35 | 89.56 | 14.83 | - |
| YUV | 226.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 34 | 0 | 0.02 | 0.87 | 0.00 | 58.91 | 0.99 | 0.56 |
| Hex | FE | FA | 22 | 0 | 2 | 57 | 0 | 3B | 63 | 38 |
| Octal | 376 | 372 | 42 | 0 | 2 | 127 | 0 | 73 | 143 | 70 |
| Binary | 11111110 | 11111010 | 100010 | 0 | 10 | 1010111 | 0 | 111011 | 1100011 | 111000 |
Color Harmonies of #FEFA22
Complementary color
Monochromatic Colors of #FEFA22
Black with #FEFA22
Text Example
Text Example
White with #FEFA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA22; }
p { color: rgb(254,250,34); }
H1.HeaderClassName
{
color: #FEFA22;
}
.AnyTagClassName
{
color: #FEFA22;
}
</style>
background-color css
<style>
a { background-color: #FEFA22; }
a { background-color: rgb(254,250,34); }
div.DivClassName
{
background-color: #FEFA22;
}
.BgClassName
{
background-color: #FEFA22;
}
</style>
border-color css
<style>
span { border-color: #FEFA22; }
span { border-color: rgb(254,250,34); }
td.TdClassName
{
border-color: #FEFA22;
}
.TagClassName
{
border-color: #FEFA22;
}
</style>