Shades of Lightning Yellow #FEA32D
Tints of Lightning Yellow #FEA32D
RGB
CMYK
RGB Variations
Color information
#FEA32D (or 0xFEA32D) is known color: Lightning Yellow. HEX triplet: FE, A3 and 2D. RGB value is (254,163,45). Sum of RGB (Red+Green+Blue) = 254+163+45=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA32D is #015CD2. Grayscale: #B1B1B1. Windows color (decimal): -89299 or 2991102. OLE color: 2991102.
HSL color Cylindrical-coordinate representation of color #FEA32D: hue angle of 33.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEA32D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 45 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.00 |
| HSL | 33.88º | 0.99% | 0.59% | - |
| HSV(B) | 33.88º | 0.82% | 1% | - |
| XYZ | 54.44 | 47.45 | 8.77 | - |
| YUV | 176.76 | 53.65 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 45 | 0 | 0.36 | 0.82 | 0.00 | 33.88 | 0.99 | 0.59 |
| Hex | FE | A3 | 2D | 0 | 24 | 52 | 0 | 22 | 63 | 3B |
| Octal | 376 | 243 | 55 | 0 | 44 | 122 | 0 | 42 | 143 | 73 |
| Binary | 11111110 | 10100011 | 101101 | 0 | 100100 | 1010010 | 0 | 100010 | 1100011 | 111011 |
Color Harmonies of #FEA32D
Complementary color
Monochromatic Colors of #FEA32D
Black with #FEA32D
Text Example
Text Example
White with #FEA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA32D; }
p { color: rgb(254,163,45); }
H1.HeaderClassName
{
color: #FEA32D;
}
.AnyTagClassName
{
color: #FEA32D;
}
</style>
background-color css
<style>
a { background-color: #FEA32D; }
a { background-color: rgb(254,163,45); }
div.DivClassName
{
background-color: #FEA32D;
}
.BgClassName
{
background-color: #FEA32D;
}
</style>
border-color css
<style>
span { border-color: #FEA32D; }
span { border-color: rgb(254,163,45); }
td.TdClassName
{
border-color: #FEA32D;
}
.TagClassName
{
border-color: #FEA32D;
}
</style>