Shades of Lightning Yellow #FEA32B
Tints of Lightning Yellow #FEA32B
RGB
CMYK
RGB Variations
Color information
#FEA32B (or 0xFEA32B) is known color: Lightning Yellow. HEX triplet: FE, A3 and 2B. RGB value is (254,163,43). Sum of RGB (Red+Green+Blue) = 254+163+43=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA32B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA32B is #015CD4. Grayscale: #B1B1B1. Windows color (decimal): -89301 or 2860030. OLE color: 2860030.
HSL color Cylindrical-coordinate representation of color #FEA32B: hue angle of 34.12º 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 #FEA32B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 43 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.00 |
| HSL | 34.12º | 0.99% | 0.58% | - |
| HSV(B) | 34.12º | 0.83% | 1% | - |
| XYZ | 54.41 | 47.44 | 8.57 | - |
| YUV | 176.53 | 52.65 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 43 | 0 | 0.36 | 0.83 | 0.00 | 34.12 | 0.99 | 0.58 |
| Hex | FE | A3 | 2B | 0 | 24 | 53 | 0 | 22 | 63 | 3A |
| Octal | 376 | 243 | 53 | 0 | 44 | 123 | 0 | 42 | 143 | 72 |
| Binary | 11111110 | 10100011 | 101011 | 0 | 100100 | 1010011 | 0 | 100010 | 1100011 | 111010 |
Color Harmonies of #FEA32B
Complementary color
Monochromatic Colors of #FEA32B
Black with #FEA32B
Text Example
Text Example
White with #FEA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA32B; }
p { color: rgb(254,163,43); }
H1.HeaderClassName
{
color: #FEA32B;
}
.AnyTagClassName
{
color: #FEA32B;
}
</style>
background-color css
<style>
a { background-color: #FEA32B; }
a { background-color: rgb(254,163,43); }
div.DivClassName
{
background-color: #FEA32B;
}
.BgClassName
{
background-color: #FEA32B;
}
</style>
border-color css
<style>
span { border-color: #FEA32B; }
span { border-color: rgb(254,163,43); }
td.TdClassName
{
border-color: #FEA32B;
}
.TagClassName
{
border-color: #FEA32B;
}
</style>