Shades of Lightning Yellow #FEAA2C
Tints of Lightning Yellow #FEAA2C
RGB
CMYK
RGB Variations
Color information
#FEAA2C (or 0xFEAA2C) is known color: Lightning Yellow. HEX triplet: FE, AA and 2C. RGB value is (254,170,44). Sum of RGB (Red+Green+Blue) = 254+170+44=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA2C is #0155D3. Grayscale: #B5B5B5. Windows color (decimal): -87508 or 2927358. OLE color: 2927358.
HSL color Cylindrical-coordinate representation of color #FEAA2C: hue angle of 36º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEAA2C is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 44 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.00 |
| HSL | 36º | 0.99% | 0.58% | - |
| HSV(B) | 36º | 0.83% | 1% | - |
| XYZ | 55.7 | 50 | 9.1 | - |
| YUV | 180.75 | 50.83 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 44 | 0 | 0.33 | 0.83 | 0.00 | 36 | 0.99 | 0.58 |
| Hex | FE | AA | 2C | 0 | 21 | 53 | 0 | 24 | 63 | 3A |
| Octal | 376 | 252 | 54 | 0 | 41 | 123 | 0 | 44 | 143 | 72 |
| Binary | 11111110 | 10101010 | 101100 | 0 | 100001 | 1010011 | 0 | 100100 | 1100011 | 111010 |
Color Harmonies of #FEAA2C
Complementary color
Monochromatic Colors of #FEAA2C
Black with #FEAA2C
Text Example
Text Example
White with #FEAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA2C; }
p { color: rgb(254,170,44); }
H1.HeaderClassName
{
color: #FEAA2C;
}
.AnyTagClassName
{
color: #FEAA2C;
}
</style>
background-color css
<style>
a { background-color: #FEAA2C; }
a { background-color: rgb(254,170,44); }
div.DivClassName
{
background-color: #FEAA2C;
}
.BgClassName
{
background-color: #FEAA2C;
}
</style>
border-color css
<style>
span { border-color: #FEAA2C; }
span { border-color: rgb(254,170,44); }
td.TdClassName
{
border-color: #FEAA2C;
}
.TagClassName
{
border-color: #FEAA2C;
}
</style>