Shades of Lightning Yellow #FEA426
Tints of Lightning Yellow #FEA426
RGB
CMYK
RGB Variations
Color information
#FEA426 (or 0xFEA426) is known color: Lightning Yellow. HEX triplet: FE, A4 and 26. RGB value is (254,164,38). Sum of RGB (Red+Green+Blue) = 254+164+38=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA426 is #015BD9. Grayscale: #B1B1B1. Windows color (decimal): -89050 or 2532606. OLE color: 2532606.
HSL color Cylindrical-coordinate representation of color #FEA426: hue angle of 35º 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 #FEA426 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 38 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.00 |
| HSL | 35º | 0.99% | 0.57% | - |
| HSV(B) | 35º | 0.85% | 1% | - |
| XYZ | 54.5 | 47.76 | 8.18 | - |
| YUV | 176.55 | 49.82 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 38 | 0 | 0.35 | 0.85 | 0.00 | 35 | 0.99 | 0.57 |
| Hex | FE | A4 | 26 | 0 | 23 | 55 | 0 | 23 | 63 | 39 |
| Octal | 376 | 244 | 46 | 0 | 43 | 125 | 0 | 43 | 143 | 71 |
| Binary | 11111110 | 10100100 | 100110 | 0 | 100011 | 1010101 | 0 | 100011 | 1100011 | 111001 |
Color Harmonies of #FEA426
Complementary color
Monochromatic Colors of #FEA426
Black with #FEA426
Text Example
Text Example
White with #FEA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA426; }
p { color: rgb(254,164,38); }
H1.HeaderClassName
{
color: #FEA426;
}
.AnyTagClassName
{
color: #FEA426;
}
</style>
background-color css
<style>
a { background-color: #FEA426; }
a { background-color: rgb(254,164,38); }
div.DivClassName
{
background-color: #FEA426;
}
.BgClassName
{
background-color: #FEA426;
}
</style>
border-color css
<style>
span { border-color: #FEA426; }
span { border-color: rgb(254,164,38); }
td.TdClassName
{
border-color: #FEA426;
}
.TagClassName
{
border-color: #FEA426;
}
</style>