Shades of Lightning Yellow #FEA125
Tints of Lightning Yellow #FEA125
RGB
CMYK
RGB Variations
Color information
#FEA125 (or 0xFEA125) is known color: Lightning Yellow. HEX triplet: FE, A1 and 25. RGB value is (254,161,37). Sum of RGB (Red+Green+Blue) = 254+161+37=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA125 is #015EDA. Grayscale: #AFAFAF. Windows color (decimal): -89819 or 2466302. OLE color: 2466302.
HSL color Cylindrical-coordinate representation of color #FEA125: hue angle of 34.29º 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 #FEA125 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 37 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.00 |
| HSL | 34.29º | 0.99% | 0.57% | - |
| HSV(B) | 34.29º | 0.85% | 1% | - |
| XYZ | 53.95 | 46.69 | 7.92 | - |
| YUV | 174.67 | 50.31 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 37 | 0 | 0.37 | 0.85 | 0.00 | 34.29 | 0.99 | 0.57 |
| Hex | FE | A1 | 25 | 0 | 25 | 55 | 0 | 22 | 63 | 39 |
| Octal | 376 | 241 | 45 | 0 | 45 | 125 | 0 | 42 | 143 | 71 |
| Binary | 11111110 | 10100001 | 100101 | 0 | 100101 | 1010101 | 0 | 100010 | 1100011 | 111001 |
Color Harmonies of #FEA125
Complementary color
Monochromatic Colors of #FEA125
Black with #FEA125
Text Example
Text Example
White with #FEA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA125; }
p { color: rgb(254,161,37); }
H1.HeaderClassName
{
color: #FEA125;
}
.AnyTagClassName
{
color: #FEA125;
}
</style>
background-color css
<style>
a { background-color: #FEA125; }
a { background-color: rgb(254,161,37); }
div.DivClassName
{
background-color: #FEA125;
}
.BgClassName
{
background-color: #FEA125;
}
</style>
border-color css
<style>
span { border-color: #FEA125; }
span { border-color: rgb(254,161,37); }
td.TdClassName
{
border-color: #FEA125;
}
.TagClassName
{
border-color: #FEA125;
}
</style>