Shades of Lightning Yellow #FEA53A
Tints of Lightning Yellow #FEA53A
RGB
CMYK
RGB Variations
Color information
#FEA53A (or 0xFEA53A) is known color: Lightning Yellow. HEX triplet: FE, A5 and 3A. RGB value is (254,165,58). Sum of RGB (Red+Green+Blue) = 254+165+58=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA53A is #015AC5. Grayscale: #B3B3B3. Windows color (decimal): -88774 or 3843582. OLE color: 3843582.
HSL color Cylindrical-coordinate representation of color #FEA53A: hue angle of 32.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEA53A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.00 |
| HSL | 32.76º | 0.99% | 0.61% | - |
| HSV(B) | 32.76º | 0.77% | 1% | - |
| XYZ | 55.09 | 48.29 | 10.42 | - |
| YUV | 179.41 | 59.49 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 58 | 0 | 0.35 | 0.77 | 0.00 | 32.76 | 0.99 | 0.61 |
| Hex | FE | A5 | 3A | 0 | 23 | 4D | 0 | 21 | 63 | 3D |
| Octal | 376 | 245 | 72 | 0 | 43 | 115 | 0 | 41 | 143 | 75 |
| Binary | 11111110 | 10100101 | 111010 | 0 | 100011 | 1001101 | 0 | 100001 | 1100011 | 111101 |
Color Harmonies of #FEA53A
Complementary color
Monochromatic Colors of #FEA53A
Black with #FEA53A
Text Example
Text Example
White with #FEA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA53A; }
p { color: rgb(254,165,58); }
H1.HeaderClassName
{
color: #FEA53A;
}
.AnyTagClassName
{
color: #FEA53A;
}
</style>
background-color css
<style>
a { background-color: #FEA53A; }
a { background-color: rgb(254,165,58); }
div.DivClassName
{
background-color: #FEA53A;
}
.BgClassName
{
background-color: #FEA53A;
}
</style>
border-color css
<style>
span { border-color: #FEA53A; }
span { border-color: rgb(254,165,58); }
td.TdClassName
{
border-color: #FEA53A;
}
.TagClassName
{
border-color: #FEA53A;
}
</style>