Shades of Lightning Yellow #FEA22E
Tints of Lightning Yellow #FEA22E
RGB
CMYK
RGB Variations
Color information
#FEA22E (or 0xFEA22E) is known color: Lightning Yellow. HEX triplet: FE, A2 and 2E. RGB value is (254,162,46). Sum of RGB (Red+Green+Blue) = 254+162+46=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA22E is #015DD1. Grayscale: #B0B0B0. Windows color (decimal): -89554 or 3056382. OLE color: 3056382.
HSL color Cylindrical-coordinate representation of color #FEA22E: hue angle of 33.46º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEA22E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 46 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.00 |
| HSL | 33.46º | 0.99% | 0.59% | - |
| HSV(B) | 33.46º | 0.82% | 1% | - |
| XYZ | 54.29 | 47.11 | 8.82 | - |
| YUV | 176.28 | 54.48 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 46 | 0 | 0.36 | 0.82 | 0.00 | 33.46 | 0.99 | 0.59 |
| Hex | FE | A2 | 2E | 0 | 24 | 52 | 0 | 21 | 63 | 3B |
| Octal | 376 | 242 | 56 | 0 | 44 | 122 | 0 | 41 | 143 | 73 |
| Binary | 11111110 | 10100010 | 101110 | 0 | 100100 | 1010010 | 0 | 100001 | 1100011 | 111011 |
Color Harmonies of #FEA22E
Complementary color
Monochromatic Colors of #FEA22E
Black with #FEA22E
Text Example
Text Example
White with #FEA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA22E; }
p { color: rgb(254,162,46); }
H1.HeaderClassName
{
color: #FEA22E;
}
.AnyTagClassName
{
color: #FEA22E;
}
</style>
background-color css
<style>
a { background-color: #FEA22E; }
a { background-color: rgb(254,162,46); }
div.DivClassName
{
background-color: #FEA22E;
}
.BgClassName
{
background-color: #FEA22E;
}
</style>
border-color css
<style>
span { border-color: #FEA22E; }
span { border-color: rgb(254,162,46); }
td.TdClassName
{
border-color: #FEA22E;
}
.TagClassName
{
border-color: #FEA22E;
}
</style>