Shades of Lightning Yellow #FEAA25
Tints of Lightning Yellow #FEAA25
RGB
CMYK
RGB Variations
Color information
#FEAA25 (or 0xFEAA25) is known color: Lightning Yellow. HEX triplet: FE, AA and 25. RGB value is (254,170,37). Sum of RGB (Red+Green+Blue) = 254+170+37=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA25 is #0155DA. Grayscale: #B4B4B4. Windows color (decimal): -87515 or 2468606. OLE color: 2468606.
HSL color Cylindrical-coordinate representation of color #FEAA25: hue angle of 36.77º 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 #FEAA25 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.00 |
| HSL | 36.77º | 0.99% | 0.57% | - |
| HSV(B) | 36.77º | 0.85% | 1% | - |
| XYZ | 55.58 | 49.95 | 8.46 | - |
| YUV | 179.95 | 47.33 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 37 | 0 | 0.33 | 0.85 | 0.00 | 36.77 | 0.99 | 0.57 |
| Hex | FE | AA | 25 | 0 | 21 | 55 | 0 | 25 | 63 | 39 |
| Octal | 376 | 252 | 45 | 0 | 41 | 125 | 0 | 45 | 143 | 71 |
| Binary | 11111110 | 10101010 | 100101 | 0 | 100001 | 1010101 | 0 | 100101 | 1100011 | 111001 |
Color Harmonies of #FEAA25
Complementary color
Monochromatic Colors of #FEAA25
Black with #FEAA25
Text Example
Text Example
White with #FEAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA25; }
p { color: rgb(254,170,37); }
H1.HeaderClassName
{
color: #FEAA25;
}
.AnyTagClassName
{
color: #FEAA25;
}
</style>
background-color css
<style>
a { background-color: #FEAA25; }
a { background-color: rgb(254,170,37); }
div.DivClassName
{
background-color: #FEAA25;
}
.BgClassName
{
background-color: #FEAA25;
}
</style>
border-color css
<style>
span { border-color: #FEAA25; }
span { border-color: rgb(254,170,37); }
td.TdClassName
{
border-color: #FEAA25;
}
.TagClassName
{
border-color: #FEAA25;
}
</style>