Shades of Lightning Yellow #FEA137
Tints of Lightning Yellow #FEA137
RGB
CMYK
RGB Variations
Color information
#FEA137 (or 0xFEA137) is known color: Lightning Yellow. HEX triplet: FE, A1 and 37. RGB value is (254,161,55). Sum of RGB (Red+Green+Blue) = 254+161+55=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA137 is #015EC8. Grayscale: #B1B1B1. Windows color (decimal): -89801 or 3645950. OLE color: 3645950.
HSL color Cylindrical-coordinate representation of color #FEA137: hue angle of 31.96º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEA137 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 55 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.00 |
| HSL | 31.96º | 0.99% | 0.61% | - |
| HSV(B) | 31.96º | 0.78% | 1% | - |
| XYZ | 54.31 | 46.84 | 9.79 | - |
| YUV | 176.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 55 | 0 | 0.37 | 0.78 | 0.00 | 31.96 | 0.99 | 0.61 |
| Hex | FE | A1 | 37 | 0 | 25 | 4E | 0 | 20 | 63 | 3D |
| Octal | 376 | 241 | 67 | 0 | 45 | 116 | 0 | 40 | 143 | 75 |
| Binary | 11111110 | 10100001 | 110111 | 0 | 100101 | 1001110 | 0 | 100000 | 1100011 | 111101 |
Color Harmonies of #FEA137
Complementary color
Monochromatic Colors of #FEA137
Black with #FEA137
Text Example
Text Example
White with #FEA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA137; }
p { color: rgb(254,161,55); }
H1.HeaderClassName
{
color: #FEA137;
}
.AnyTagClassName
{
color: #FEA137;
}
</style>
background-color css
<style>
a { background-color: #FEA137; }
a { background-color: rgb(254,161,55); }
div.DivClassName
{
background-color: #FEA137;
}
.BgClassName
{
background-color: #FEA137;
}
</style>
border-color css
<style>
span { border-color: #FEA137; }
span { border-color: rgb(254,161,55); }
td.TdClassName
{
border-color: #FEA137;
}
.TagClassName
{
border-color: #FEA137;
}
</style>