Shades of Lightning Yellow #FEA224
Tints of Lightning Yellow #FEA224
RGB
CMYK
RGB Variations
Color information
#FEA224 (or 0xFEA224) is known color: Lightning Yellow. HEX triplet: FE, A2 and 24. RGB value is (254,162,36). Sum of RGB (Red+Green+Blue) = 254+162+36=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA224 is #015DDB. Grayscale: #AFAFAF. Windows color (decimal): -89564 or 2401022. OLE color: 2401022.
HSL color Cylindrical-coordinate representation of color #FEA224: hue angle of 34.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEA224 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 36 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.00 |
| HSL | 34.68º | 0.99% | 0.57% | - |
| HSV(B) | 34.68º | 0.86% | 1% | - |
| XYZ | 54.11 | 47.04 | 7.9 | - |
| YUV | 175.14 | 49.48 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 36 | 0 | 0.36 | 0.86 | 0.00 | 34.68 | 0.99 | 0.57 |
| Hex | FE | A2 | 24 | 0 | 24 | 56 | 0 | 23 | 63 | 39 |
| Octal | 376 | 242 | 44 | 0 | 44 | 126 | 0 | 43 | 143 | 71 |
| Binary | 11111110 | 10100010 | 100100 | 0 | 100100 | 1010110 | 0 | 100011 | 1100011 | 111001 |
Color Harmonies of #FEA224
Complementary color
Monochromatic Colors of #FEA224
Black with #FEA224
Text Example
Text Example
White with #FEA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA224; }
p { color: rgb(254,162,36); }
H1.HeaderClassName
{
color: #FEA224;
}
.AnyTagClassName
{
color: #FEA224;
}
</style>
background-color css
<style>
a { background-color: #FEA224; }
a { background-color: rgb(254,162,36); }
div.DivClassName
{
background-color: #FEA224;
}
.BgClassName
{
background-color: #FEA224;
}
</style>
border-color css
<style>
span { border-color: #FEA224; }
span { border-color: rgb(254,162,36); }
td.TdClassName
{
border-color: #FEA224;
}
.TagClassName
{
border-color: #FEA224;
}
</style>