Shades of Lightning Yellow #FEA02D
Tints of Lightning Yellow #FEA02D
RGB
CMYK
RGB Variations
Color information
#FEA02D (or 0xFEA02D) is known color: Lightning Yellow. HEX triplet: FE, A0 and 2D. RGB value is (254,160,45). Sum of RGB (Red+Green+Blue) = 254+160+45=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA02D is #015FD2. Grayscale: #AFAFAF. Windows color (decimal): -90067 or 2990334. OLE color: 2990334.
HSL color Cylindrical-coordinate representation of color #FEA02D: hue angle of 33.01º 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 #FEA02D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.00 |
| HSL | 33.01º | 0.99% | 0.59% | - |
| HSV(B) | 33.01º | 0.82% | 1% | - |
| XYZ | 53.92 | 46.4 | 8.6 | - |
| YUV | 175 | 54.64 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 45 | 0 | 0.37 | 0.82 | 0.00 | 33.01 | 0.99 | 0.59 |
| Hex | FE | A0 | 2D | 0 | 25 | 52 | 0 | 21 | 63 | 3B |
| Octal | 376 | 240 | 55 | 0 | 45 | 122 | 0 | 41 | 143 | 73 |
| Binary | 11111110 | 10100000 | 101101 | 0 | 100101 | 1010010 | 0 | 100001 | 1100011 | 111011 |
Color Harmonies of #FEA02D
Complementary color
Monochromatic Colors of #FEA02D
Black with #FEA02D
Text Example
Text Example
White with #FEA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA02D; }
p { color: rgb(254,160,45); }
H1.HeaderClassName
{
color: #FEA02D;
}
.AnyTagClassName
{
color: #FEA02D;
}
</style>
background-color css
<style>
a { background-color: #FEA02D; }
a { background-color: rgb(254,160,45); }
div.DivClassName
{
background-color: #FEA02D;
}
.BgClassName
{
background-color: #FEA02D;
}
</style>
border-color css
<style>
span { border-color: #FEA02D; }
span { border-color: rgb(254,160,45); }
td.TdClassName
{
border-color: #FEA02D;
}
.TagClassName
{
border-color: #FEA02D;
}
</style>