Shades of Lightning Yellow #FEA528
Tints of Lightning Yellow #FEA528
RGB
CMYK
RGB Variations
Color information
#FEA528 (or 0xFEA528) is known color: Lightning Yellow. HEX triplet: FE, A5 and 28. RGB value is (254,165,40). Sum of RGB (Red+Green+Blue) = 254+165+40=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA528 is #015AD7. Grayscale: #B1B1B1. Windows color (decimal): -88792 or 2663934. OLE color: 2663934.
HSL color Cylindrical-coordinate representation of color #FEA528: hue angle of 35.05º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEA528 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 40 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.00 |
| HSL | 35.05º | 0.99% | 0.58% | - |
| HSV(B) | 35.05º | 0.84% | 1% | - |
| XYZ | 54.71 | 48.13 | 8.41 | - |
| YUV | 177.36 | 50.49 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 40 | 0 | 0.35 | 0.84 | 0.00 | 35.05 | 0.99 | 0.58 |
| Hex | FE | A5 | 28 | 0 | 23 | 54 | 0 | 23 | 63 | 3A |
| Octal | 376 | 245 | 50 | 0 | 43 | 124 | 0 | 43 | 143 | 72 |
| Binary | 11111110 | 10100101 | 101000 | 0 | 100011 | 1010100 | 0 | 100011 | 1100011 | 111010 |
Color Harmonies of #FEA528
Complementary color
Monochromatic Colors of #FEA528
Black with #FEA528
Text Example
Text Example
White with #FEA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA528; }
p { color: rgb(254,165,40); }
H1.HeaderClassName
{
color: #FEA528;
}
.AnyTagClassName
{
color: #FEA528;
}
</style>
background-color css
<style>
a { background-color: #FEA528; }
a { background-color: rgb(254,165,40); }
div.DivClassName
{
background-color: #FEA528;
}
.BgClassName
{
background-color: #FEA528;
}
</style>
border-color css
<style>
span { border-color: #FEA528; }
span { border-color: rgb(254,165,40); }
td.TdClassName
{
border-color: #FEA528;
}
.TagClassName
{
border-color: #FEA528;
}
</style>