Shades of Lightning Yellow #FEA42B
Tints of Lightning Yellow #FEA42B
RGB
CMYK
RGB Variations
Color information
#FEA42B (or 0xFEA42B) is known color: Lightning Yellow. HEX triplet: FE, A4 and 2B. RGB value is (254,164,43). Sum of RGB (Red+Green+Blue) = 254+164+43=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA42B is #015BD4. Grayscale: #B1B1B1. Windows color (decimal): -89045 or 2860286. OLE color: 2860286.
HSL color Cylindrical-coordinate representation of color #FEA42B: hue angle of 34.41º 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 #FEA42B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 43 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.00 |
| HSL | 34.41º | 0.99% | 0.58% | - |
| HSV(B) | 34.41º | 0.83% | 1% | - |
| XYZ | 54.58 | 47.8 | 8.63 | - |
| YUV | 177.12 | 52.32 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 43 | 0 | 0.35 | 0.83 | 0.00 | 34.41 | 0.99 | 0.58 |
| Hex | FE | A4 | 2B | 0 | 23 | 53 | 0 | 22 | 63 | 3A |
| Octal | 376 | 244 | 53 | 0 | 43 | 123 | 0 | 42 | 143 | 72 |
| Binary | 11111110 | 10100100 | 101011 | 0 | 100011 | 1010011 | 0 | 100010 | 1100011 | 111010 |
Color Harmonies of #FEA42B
Complementary color
Monochromatic Colors of #FEA42B
Black with #FEA42B
Text Example
Text Example
White with #FEA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA42B; }
p { color: rgb(254,164,43); }
H1.HeaderClassName
{
color: #FEA42B;
}
.AnyTagClassName
{
color: #FEA42B;
}
</style>
background-color css
<style>
a { background-color: #FEA42B; }
a { background-color: rgb(254,164,43); }
div.DivClassName
{
background-color: #FEA42B;
}
.BgClassName
{
background-color: #FEA42B;
}
</style>
border-color css
<style>
span { border-color: #FEA42B; }
span { border-color: rgb(254,164,43); }
td.TdClassName
{
border-color: #FEA42B;
}
.TagClassName
{
border-color: #FEA42B;
}
</style>