Shades of Lightning Yellow #FEA928
Tints of Lightning Yellow #FEA928
RGB
CMYK
RGB Variations
Color information
#FEA928 (or 0xFEA928) is known color: Lightning Yellow. HEX triplet: FE, A9 and 28. RGB value is (254,169,40). Sum of RGB (Red+Green+Blue) = 254+169+40=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA928 is #0156D7. Grayscale: #B4B4B4. Windows color (decimal): -87768 or 2664958. OLE color: 2664958.
HSL color Cylindrical-coordinate representation of color #FEA928: hue angle of 36.17º 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 #FEA928 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 40 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.00 |
| HSL | 36.17º | 0.99% | 0.58% | - |
| HSV(B) | 36.17º | 0.84% | 1% | - |
| XYZ | 55.44 | 49.6 | 8.66 | - |
| YUV | 179.71 | 49.16 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 40 | 0 | 0.33 | 0.84 | 0.00 | 36.17 | 0.99 | 0.58 |
| Hex | FE | A9 | 28 | 0 | 21 | 54 | 0 | 24 | 63 | 3A |
| Octal | 376 | 251 | 50 | 0 | 41 | 124 | 0 | 44 | 143 | 72 |
| Binary | 11111110 | 10101001 | 101000 | 0 | 100001 | 1010100 | 0 | 100100 | 1100011 | 111010 |
Color Harmonies of #FEA928
Complementary color
Monochromatic Colors of #FEA928
Black with #FEA928
Text Example
Text Example
White with #FEA928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA928; }
p { color: rgb(254,169,40); }
H1.HeaderClassName
{
color: #FEA928;
}
.AnyTagClassName
{
color: #FEA928;
}
</style>
background-color css
<style>
a { background-color: #FEA928; }
a { background-color: rgb(254,169,40); }
div.DivClassName
{
background-color: #FEA928;
}
.BgClassName
{
background-color: #FEA928;
}
</style>
border-color css
<style>
span { border-color: #FEA928; }
span { border-color: rgb(254,169,40); }
td.TdClassName
{
border-color: #FEA928;
}
.TagClassName
{
border-color: #FEA928;
}
</style>