Shades of Lightning Yellow #FEA02C
Tints of Lightning Yellow #FEA02C
RGB
CMYK
RGB Variations
Color information
#FEA02C (or 0xFEA02C) is known color: Lightning Yellow. HEX triplet: FE, A0 and 2C. RGB value is (254,160,44). Sum of RGB (Red+Green+Blue) = 254+160+44=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA02C is #015FD3. Grayscale: #AFAFAF. Windows color (decimal): -90068 or 2924798. OLE color: 2924798.
HSL color Cylindrical-coordinate representation of color #FEA02C: hue angle of 33.14º 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 #FEA02C is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 44 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.00 |
| HSL | 33.14º | 0.99% | 0.58% | - |
| HSV(B) | 33.14º | 0.83% | 1% | - |
| XYZ | 53.9 | 46.39 | 8.5 | - |
| YUV | 174.88 | 54.14 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 44 | 0 | 0.37 | 0.83 | 0.00 | 33.14 | 0.99 | 0.58 |
| Hex | FE | A0 | 2C | 0 | 25 | 53 | 0 | 21 | 63 | 3A |
| Octal | 376 | 240 | 54 | 0 | 45 | 123 | 0 | 41 | 143 | 72 |
| Binary | 11111110 | 10100000 | 101100 | 0 | 100101 | 1010011 | 0 | 100001 | 1100011 | 111010 |
Color Harmonies of #FEA02C
Complementary color
Monochromatic Colors of #FEA02C
Black with #FEA02C
Text Example
Text Example
White with #FEA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA02C; }
p { color: rgb(254,160,44); }
H1.HeaderClassName
{
color: #FEA02C;
}
.AnyTagClassName
{
color: #FEA02C;
}
</style>
background-color css
<style>
a { background-color: #FEA02C; }
a { background-color: rgb(254,160,44); }
div.DivClassName
{
background-color: #FEA02C;
}
.BgClassName
{
background-color: #FEA02C;
}
</style>
border-color css
<style>
span { border-color: #FEA02C; }
span { border-color: rgb(254,160,44); }
td.TdClassName
{
border-color: #FEA02C;
}
.TagClassName
{
border-color: #FEA02C;
}
</style>