Shades of Lightning Yellow #FEA32A
Tints of Lightning Yellow #FEA32A
RGB
CMYK
RGB Variations
Color information
#FEA32A (or 0xFEA32A) is known color: Lightning Yellow. HEX triplet: FE, A3 and 2A. RGB value is (254,163,42). Sum of RGB (Red+Green+Blue) = 254+163+42=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA32A is #015CD5. Grayscale: #B0B0B0. Windows color (decimal): -89302 or 2794494. OLE color: 2794494.
HSL color Cylindrical-coordinate representation of color #FEA32A: hue angle of 34.25º 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 #FEA32A is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 42 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.00 |
| HSL | 34.25º | 0.99% | 0.58% | - |
| HSV(B) | 34.25º | 0.83% | 1% | - |
| XYZ | 54.39 | 47.43 | 8.48 | - |
| YUV | 176.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 42 | 0 | 0.36 | 0.83 | 0.00 | 34.25 | 0.99 | 0.58 |
| Hex | FE | A3 | 2A | 0 | 24 | 53 | 0 | 22 | 63 | 3A |
| Octal | 376 | 243 | 52 | 0 | 44 | 123 | 0 | 42 | 143 | 72 |
| Binary | 11111110 | 10100011 | 101010 | 0 | 100100 | 1010011 | 0 | 100010 | 1100011 | 111010 |
Color Harmonies of #FEA32A
Complementary color
Monochromatic Colors of #FEA32A
Black with #FEA32A
Text Example
Text Example
White with #FEA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA32A; }
p { color: rgb(254,163,42); }
H1.HeaderClassName
{
color: #FEA32A;
}
.AnyTagClassName
{
color: #FEA32A;
}
</style>
background-color css
<style>
a { background-color: #FEA32A; }
a { background-color: rgb(254,163,42); }
div.DivClassName
{
background-color: #FEA32A;
}
.BgClassName
{
background-color: #FEA32A;
}
</style>
border-color css
<style>
span { border-color: #FEA32A; }
span { border-color: rgb(254,163,42); }
td.TdClassName
{
border-color: #FEA32A;
}
.TagClassName
{
border-color: #FEA32A;
}
</style>