Shades of Lightning Yellow #FEA232
Tints of Lightning Yellow #FEA232
RGB
CMYK
RGB Variations
Color information
#FEA232 (or 0xFEA232) is known color: Lightning Yellow. HEX triplet: FE, A2 and 32. RGB value is (254,162,50). Sum of RGB (Red+Green+Blue) = 254+162+50=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA232 is #015DCD. Grayscale: #B1B1B1. Windows color (decimal): -89550 or 3318526. OLE color: 3318526.
HSL color Cylindrical-coordinate representation of color #FEA232: hue angle of 32.94º 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 #FEA232 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.00 |
| HSL | 32.94º | 0.99% | 0.6% | - |
| HSV(B) | 32.94º | 0.8% | 1% | - |
| XYZ | 54.37 | 47.14 | 9.25 | - |
| YUV | 176.74 | 56.48 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 50 | 0 | 0.36 | 0.80 | 0.00 | 32.94 | 0.99 | 0.6 |
| Hex | FE | A2 | 32 | 0 | 24 | 50 | 0 | 21 | 63 | 3C |
| Octal | 376 | 242 | 62 | 0 | 44 | 120 | 0 | 41 | 143 | 74 |
| Binary | 11111110 | 10100010 | 110010 | 0 | 100100 | 1010000 | 0 | 100001 | 1100011 | 111100 |
Color Harmonies of #FEA232
Complementary color
Monochromatic Colors of #FEA232
Black with #FEA232
Text Example
Text Example
White with #FEA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA232; }
p { color: rgb(254,162,50); }
H1.HeaderClassName
{
color: #FEA232;
}
.AnyTagClassName
{
color: #FEA232;
}
</style>
background-color css
<style>
a { background-color: #FEA232; }
a { background-color: rgb(254,162,50); }
div.DivClassName
{
background-color: #FEA232;
}
.BgClassName
{
background-color: #FEA232;
}
</style>
border-color css
<style>
span { border-color: #FEA232; }
span { border-color: rgb(254,162,50); }
td.TdClassName
{
border-color: #FEA232;
}
.TagClassName
{
border-color: #FEA232;
}
</style>