Shades of Lightning Yellow #FEA332
Tints of Lightning Yellow #FEA332
RGB
CMYK
RGB Variations
Color information
#FEA332 (or 0xFEA332) is known color: Lightning Yellow. HEX triplet: FE, A3 and 32. RGB value is (254,163,50). Sum of RGB (Red+Green+Blue) = 254+163+50=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA332 is #015CCD. Grayscale: #B1B1B1. Windows color (decimal): -89294 or 3318782. OLE color: 3318782.
HSL color Cylindrical-coordinate representation of color #FEA332: hue angle of 33.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEA332 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.00 |
| HSL | 33.24º | 0.99% | 0.6% | - |
| HSV(B) | 33.24º | 0.8% | 1% | - |
| XYZ | 54.55 | 47.5 | 9.31 | - |
| YUV | 177.33 | 56.15 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 50 | 0 | 0.36 | 0.80 | 0.00 | 33.24 | 0.99 | 0.6 |
| Hex | FE | A3 | 32 | 0 | 24 | 50 | 0 | 21 | 63 | 3C |
| Octal | 376 | 243 | 62 | 0 | 44 | 120 | 0 | 41 | 143 | 74 |
| Binary | 11111110 | 10100011 | 110010 | 0 | 100100 | 1010000 | 0 | 100001 | 1100011 | 111100 |
Color Harmonies of #FEA332
Complementary color
Monochromatic Colors of #FEA332
Black with #FEA332
Text Example
Text Example
White with #FEA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA332; }
p { color: rgb(254,163,50); }
H1.HeaderClassName
{
color: #FEA332;
}
.AnyTagClassName
{
color: #FEA332;
}
</style>
background-color css
<style>
a { background-color: #FEA332; }
a { background-color: rgb(254,163,50); }
div.DivClassName
{
background-color: #FEA332;
}
.BgClassName
{
background-color: #FEA332;
}
</style>
border-color css
<style>
span { border-color: #FEA332; }
span { border-color: rgb(254,163,50); }
td.TdClassName
{
border-color: #FEA332;
}
.TagClassName
{
border-color: #FEA332;
}
</style>