Shades of Lightning Yellow #FEA824
Tints of Lightning Yellow #FEA824
RGB
CMYK
RGB Variations
Color information
#FEA824 (or 0xFEA824) is known color: Lightning Yellow. HEX triplet: FE, A8 and 24. RGB value is (254,168,36). Sum of RGB (Red+Green+Blue) = 254+168+36=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 36 (14.45% from 255 or 7.86% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA824 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA824 is #0157DB. Grayscale: #B3B3B3. Windows color (decimal): -88028 or 2402558. OLE color: 2402558.
HSL color Cylindrical-coordinate representation of color #FEA824: hue angle of 36.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEA824 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 36 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.00 |
| HSL | 36.33º | 0.99% | 0.57% | - |
| HSV(B) | 36.33º | 0.86% | 1% | - |
| XYZ | 55.19 | 49.2 | 8.26 | - |
| YUV | 178.67 | 47.49 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 36 | 0 | 0.34 | 0.86 | 0.00 | 36.33 | 0.99 | 0.57 |
| Hex | FE | A8 | 24 | 0 | 22 | 56 | 0 | 24 | 63 | 39 |
| Octal | 376 | 250 | 44 | 0 | 42 | 126 | 0 | 44 | 143 | 71 |
| Binary | 11111110 | 10101000 | 100100 | 0 | 100010 | 1010110 | 0 | 100100 | 1100011 | 111001 |
Color Harmonies of #FEA824
Complementary color
Monochromatic Colors of #FEA824
Black with #FEA824
Text Example
Text Example
White with #FEA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA824; }
p { color: rgb(254,168,36); }
H1.HeaderClassName
{
color: #FEA824;
}
.AnyTagClassName
{
color: #FEA824;
}
</style>
background-color css
<style>
a { background-color: #FEA824; }
a { background-color: rgb(254,168,36); }
div.DivClassName
{
background-color: #FEA824;
}
.BgClassName
{
background-color: #FEA824;
}
</style>
border-color css
<style>
span { border-color: #FEA824; }
span { border-color: rgb(254,168,36); }
td.TdClassName
{
border-color: #FEA824;
}
.TagClassName
{
border-color: #FEA824;
}
</style>