Shades of Lightning Yellow #FEA22C
Tints of Lightning Yellow #FEA22C
RGB
CMYK
RGB Variations
Color information
#FEA22C (or 0xFEA22C) is known color: Lightning Yellow. HEX triplet: FE, A2 and 2C. RGB value is (254,162,44). Sum of RGB (Red+Green+Blue) = 254+162+44=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA22C is #015DD3. Grayscale: #B0B0B0. Windows color (decimal): -89556 or 2925310. OLE color: 2925310.
HSL color Cylindrical-coordinate representation of color #FEA22C: hue angle of 33.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEA22C is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 44 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.00 |
| HSL | 33.71º | 0.99% | 0.58% | - |
| HSV(B) | 33.71º | 0.83% | 1% | - |
| XYZ | 54.25 | 47.09 | 8.61 | - |
| YUV | 176.06 | 53.48 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 44 | 0 | 0.36 | 0.83 | 0.00 | 33.71 | 0.99 | 0.58 |
| Hex | FE | A2 | 2C | 0 | 24 | 53 | 0 | 22 | 63 | 3A |
| Octal | 376 | 242 | 54 | 0 | 44 | 123 | 0 | 42 | 143 | 72 |
| Binary | 11111110 | 10100010 | 101100 | 0 | 100100 | 1010011 | 0 | 100010 | 1100011 | 111010 |
Color Harmonies of #FEA22C
Complementary color
Monochromatic Colors of #FEA22C
Black with #FEA22C
Text Example
Text Example
White with #FEA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA22C; }
p { color: rgb(254,162,44); }
H1.HeaderClassName
{
color: #FEA22C;
}
.AnyTagClassName
{
color: #FEA22C;
}
</style>
background-color css
<style>
a { background-color: #FEA22C; }
a { background-color: rgb(254,162,44); }
div.DivClassName
{
background-color: #FEA22C;
}
.BgClassName
{
background-color: #FEA22C;
}
</style>
border-color css
<style>
span { border-color: #FEA22C; }
span { border-color: rgb(254,162,44); }
td.TdClassName
{
border-color: #FEA22C;
}
.TagClassName
{
border-color: #FEA22C;
}
</style>