Shades of Lightning Yellow #FEA42D
Tints of Lightning Yellow #FEA42D
RGB
CMYK
RGB Variations
Color information
#FEA42D (or 0xFEA42D) is known color: Lightning Yellow. HEX triplet: FE, A4 and 2D. RGB value is (254,164,45). Sum of RGB (Red+Green+Blue) = 254+164+45=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA42D is #015BD2. Grayscale: #B1B1B1. Windows color (decimal): -89043 or 2991358. OLE color: 2991358.
HSL color Cylindrical-coordinate representation of color #FEA42D: hue angle of 34.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEA42D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.00 |
| HSL | 34.16º | 0.99% | 0.59% | - |
| HSV(B) | 34.16º | 0.82% | 1% | - |
| XYZ | 54.62 | 47.81 | 8.83 | - |
| YUV | 177.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 45 | 0 | 0.35 | 0.82 | 0.00 | 34.16 | 0.99 | 0.59 |
| Hex | FE | A4 | 2D | 0 | 23 | 52 | 0 | 22 | 63 | 3B |
| Octal | 376 | 244 | 55 | 0 | 43 | 122 | 0 | 42 | 143 | 73 |
| Binary | 11111110 | 10100100 | 101101 | 0 | 100011 | 1010010 | 0 | 100010 | 1100011 | 111011 |
Color Harmonies of #FEA42D
Complementary color
Monochromatic Colors of #FEA42D
Black with #FEA42D
Text Example
Text Example
White with #FEA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA42D; }
p { color: rgb(254,164,45); }
H1.HeaderClassName
{
color: #FEA42D;
}
.AnyTagClassName
{
color: #FEA42D;
}
</style>
background-color css
<style>
a { background-color: #FEA42D; }
a { background-color: rgb(254,164,45); }
div.DivClassName
{
background-color: #FEA42D;
}
.BgClassName
{
background-color: #FEA42D;
}
</style>
border-color css
<style>
span { border-color: #FEA42D; }
span { border-color: rgb(254,164,45); }
td.TdClassName
{
border-color: #FEA42D;
}
.TagClassName
{
border-color: #FEA42D;
}
</style>