Shades of Lightning Yellow #FEA226
Tints of Lightning Yellow #FEA226
RGB
CMYK
RGB Variations
Color information
#FEA226 (or 0xFEA226) is known color: Lightning Yellow. HEX triplet: FE, A2 and 26. RGB value is (254,162,38). Sum of RGB (Red+Green+Blue) = 254+162+38=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA226 is #015DD9. Grayscale: #AFAFAF. Windows color (decimal): -89562 or 2532094. OLE color: 2532094.
HSL color Cylindrical-coordinate representation of color #FEA226: hue angle of 34.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEA226 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 38 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.00 |
| HSL | 34.44º | 0.99% | 0.57% | - |
| HSV(B) | 34.44º | 0.85% | 1% | - |
| XYZ | 54.14 | 47.05 | 8.06 | - |
| YUV | 175.37 | 50.48 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 38 | 0 | 0.36 | 0.85 | 0.00 | 34.44 | 0.99 | 0.57 |
| Hex | FE | A2 | 26 | 0 | 24 | 55 | 0 | 22 | 63 | 39 |
| Octal | 376 | 242 | 46 | 0 | 44 | 125 | 0 | 42 | 143 | 71 |
| Binary | 11111110 | 10100010 | 100110 | 0 | 100100 | 1010101 | 0 | 100010 | 1100011 | 111001 |
Color Harmonies of #FEA226
Complementary color
Monochromatic Colors of #FEA226
Black with #FEA226
Text Example
Text Example
White with #FEA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA226; }
p { color: rgb(254,162,38); }
H1.HeaderClassName
{
color: #FEA226;
}
.AnyTagClassName
{
color: #FEA226;
}
</style>
background-color css
<style>
a { background-color: #FEA226; }
a { background-color: rgb(254,162,38); }
div.DivClassName
{
background-color: #FEA226;
}
.BgClassName
{
background-color: #FEA226;
}
</style>
border-color css
<style>
span { border-color: #FEA226; }
span { border-color: rgb(254,162,38); }
td.TdClassName
{
border-color: #FEA226;
}
.TagClassName
{
border-color: #FEA226;
}
</style>