Shades of Lightning Yellow #FEA52E
Tints of Lightning Yellow #FEA52E
RGB
CMYK
RGB Variations
Color information
#FEA52E (or 0xFEA52E) is known color: Lightning Yellow. HEX triplet: FE, A5 and 2E. RGB value is (254,165,46). Sum of RGB (Red+Green+Blue) = 254+165+46=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA52E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA52E is #015AD1. Grayscale: #B2B2B2. Windows color (decimal): -88786 or 3057150. OLE color: 3057150.
HSL color Cylindrical-coordinate representation of color #FEA52E: hue angle of 34.33º 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 #FEA52E is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 46 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.00 |
| HSL | 34.33º | 0.99% | 0.59% | - |
| HSV(B) | 34.33º | 0.82% | 1% | - |
| XYZ | 54.82 | 48.18 | 8.99 | - |
| YUV | 178.05 | 53.49 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 46 | 0 | 0.35 | 0.82 | 0.00 | 34.33 | 0.99 | 0.59 |
| Hex | FE | A5 | 2E | 0 | 23 | 52 | 0 | 22 | 63 | 3B |
| Octal | 376 | 245 | 56 | 0 | 43 | 122 | 0 | 42 | 143 | 73 |
| Binary | 11111110 | 10100101 | 101110 | 0 | 100011 | 1010010 | 0 | 100010 | 1100011 | 111011 |
Color Harmonies of #FEA52E
Complementary color
Monochromatic Colors of #FEA52E
Black with #FEA52E
Text Example
Text Example
White with #FEA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA52E; }
p { color: rgb(254,165,46); }
H1.HeaderClassName
{
color: #FEA52E;
}
.AnyTagClassName
{
color: #FEA52E;
}
</style>
background-color css
<style>
a { background-color: #FEA52E; }
a { background-color: rgb(254,165,46); }
div.DivClassName
{
background-color: #FEA52E;
}
.BgClassName
{
background-color: #FEA52E;
}
</style>
border-color css
<style>
span { border-color: #FEA52E; }
span { border-color: rgb(254,165,46); }
td.TdClassName
{
border-color: #FEA52E;
}
.TagClassName
{
border-color: #FEA52E;
}
</style>