Shades of Lightning Yellow #FEA228
Tints of Lightning Yellow #FEA228
RGB
CMYK
RGB Variations
Color information
#FEA228 (or 0xFEA228) is known color: Lightning Yellow. HEX triplet: FE, A2 and 28. RGB value is (254,162,40). Sum of RGB (Red+Green+Blue) = 254+162+40=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA228 is #015DD7. Grayscale: #B0B0B0. Windows color (decimal): -89560 or 2663166. OLE color: 2663166.
HSL color Cylindrical-coordinate representation of color #FEA228: hue angle of 34.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEA228 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 40 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.00 |
| HSL | 34.21º | 0.99% | 0.58% | - |
| HSV(B) | 34.21º | 0.84% | 1% | - |
| XYZ | 54.18 | 47.06 | 8.24 | - |
| YUV | 175.6 | 51.48 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 40 | 0 | 0.36 | 0.84 | 0.00 | 34.21 | 0.99 | 0.58 |
| Hex | FE | A2 | 28 | 0 | 24 | 54 | 0 | 22 | 63 | 3A |
| Octal | 376 | 242 | 50 | 0 | 44 | 124 | 0 | 42 | 143 | 72 |
| Binary | 11111110 | 10100010 | 101000 | 0 | 100100 | 1010100 | 0 | 100010 | 1100011 | 111010 |
Color Harmonies of #FEA228
Complementary color
Monochromatic Colors of #FEA228
Black with #FEA228
Text Example
Text Example
White with #FEA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA228; }
p { color: rgb(254,162,40); }
H1.HeaderClassName
{
color: #FEA228;
}
.AnyTagClassName
{
color: #FEA228;
}
</style>
background-color css
<style>
a { background-color: #FEA228; }
a { background-color: rgb(254,162,40); }
div.DivClassName
{
background-color: #FEA228;
}
.BgClassName
{
background-color: #FEA228;
}
</style>
border-color css
<style>
span { border-color: #FEA228; }
span { border-color: rgb(254,162,40); }
td.TdClassName
{
border-color: #FEA228;
}
.TagClassName
{
border-color: #FEA228;
}
</style>