Shades of Lightning Yellow #FEA022
Tints of Lightning Yellow #FEA022
RGB
CMYK
RGB Variations
Color information
#FEA022 (or 0xFEA022) is known color: Lightning Yellow. HEX triplet: FE, A0 and 22. RGB value is (254,160,34). Sum of RGB (Red+Green+Blue) = 254+160+34=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA022 is #015FDD. Grayscale: #AEAEAE. Windows color (decimal): -90078 or 2269438. OLE color: 2269438.
HSL color Cylindrical-coordinate representation of color #FEA022: hue angle of 34.36º 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 #FEA022 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 34 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.00 |
| HSL | 34.36º | 0.99% | 0.56% | - |
| HSV(B) | 34.36º | 0.87% | 1% | - |
| XYZ | 53.73 | 46.33 | 7.62 | - |
| YUV | 173.74 | 49.14 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 34 | 0 | 0.37 | 0.87 | 0.00 | 34.36 | 0.99 | 0.56 |
| Hex | FE | A0 | 22 | 0 | 25 | 57 | 0 | 22 | 63 | 38 |
| Octal | 376 | 240 | 42 | 0 | 45 | 127 | 0 | 42 | 143 | 70 |
| Binary | 11111110 | 10100000 | 100010 | 0 | 100101 | 1010111 | 0 | 100010 | 1100011 | 111000 |
Color Harmonies of #FEA022
Complementary color
Monochromatic Colors of #FEA022
Black with #FEA022
Text Example
Text Example
White with #FEA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA022; }
p { color: rgb(254,160,34); }
H1.HeaderClassName
{
color: #FEA022;
}
.AnyTagClassName
{
color: #FEA022;
}
</style>
background-color css
<style>
a { background-color: #FEA022; }
a { background-color: rgb(254,160,34); }
div.DivClassName
{
background-color: #FEA022;
}
.BgClassName
{
background-color: #FEA022;
}
</style>
border-color css
<style>
span { border-color: #FEA022; }
span { border-color: rgb(254,160,34); }
td.TdClassName
{
border-color: #FEA022;
}
.TagClassName
{
border-color: #FEA022;
}
</style>