Shades of Lightning Yellow #FEAA31
Tints of Lightning Yellow #FEAA31
RGB
CMYK
RGB Variations
Color information
#FEAA31 (or 0xFEAA31) is known color: Lightning Yellow. HEX triplet: FE, AA and 31. RGB value is (254,170,49). Sum of RGB (Red+Green+Blue) = 254+170+49=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA31 is #0155CE. Grayscale: #B5B5B5. Windows color (decimal): -87503 or 3255038. OLE color: 3255038.
HSL color Cylindrical-coordinate representation of color #FEAA31: hue angle of 35.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEAA31 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 49 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.00 |
| HSL | 35.41º | 0.99% | 0.59% | - |
| HSV(B) | 35.41º | 0.81% | 1% | - |
| XYZ | 55.8 | 50.04 | 9.62 | - |
| YUV | 181.32 | 53.33 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 49 | 0 | 0.33 | 0.81 | 0.00 | 35.41 | 0.99 | 0.59 |
| Hex | FE | AA | 31 | 0 | 21 | 51 | 0 | 23 | 63 | 3B |
| Octal | 376 | 252 | 61 | 0 | 41 | 121 | 0 | 43 | 143 | 73 |
| Binary | 11111110 | 10101010 | 110001 | 0 | 100001 | 1010001 | 0 | 100011 | 1100011 | 111011 |
Color Harmonies of #FEAA31
Complementary color
Monochromatic Colors of #FEAA31
Black with #FEAA31
Text Example
Text Example
White with #FEAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA31; }
p { color: rgb(254,170,49); }
H1.HeaderClassName
{
color: #FEAA31;
}
.AnyTagClassName
{
color: #FEAA31;
}
</style>
background-color css
<style>
a { background-color: #FEAA31; }
a { background-color: rgb(254,170,49); }
div.DivClassName
{
background-color: #FEAA31;
}
.BgClassName
{
background-color: #FEAA31;
}
</style>
border-color css
<style>
span { border-color: #FEAA31; }
span { border-color: rgb(254,170,49); }
td.TdClassName
{
border-color: #FEAA31;
}
.TagClassName
{
border-color: #FEAA31;
}
</style>