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