Shades of Lightning Yellow #FEAC25
Tints of Lightning Yellow #FEAC25
RGB
CMYK
RGB Variations
Color information
#FEAC25 (or 0xFEAC25) is known color: Lightning Yellow. HEX triplet: FE, AC and 25. RGB value is (254,172,37). Sum of RGB (Red+Green+Blue) = 254+172+37=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC25 is #0153DA. Grayscale: #B5B5B5. Windows color (decimal): -87003 or 2469118. OLE color: 2469118.
HSL color Cylindrical-coordinate representation of color #FEAC25: hue angle of 37.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEAC25 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.00 |
| HSL | 37.33º | 0.99% | 0.57% | - |
| HSV(B) | 37.33º | 0.85% | 1% | - |
| XYZ | 55.96 | 50.71 | 8.59 | - |
| YUV | 181.13 | 46.67 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 37 | 0 | 0.32 | 0.85 | 0.00 | 37.33 | 0.99 | 0.57 |
| Hex | FE | AC | 25 | 0 | 20 | 55 | 0 | 25 | 63 | 39 |
| Octal | 376 | 254 | 45 | 0 | 40 | 125 | 0 | 45 | 143 | 71 |
| Binary | 11111110 | 10101100 | 100101 | 0 | 100000 | 1010101 | 0 | 100101 | 1100011 | 111001 |
Color Harmonies of #FEAC25
Complementary color
Monochromatic Colors of #FEAC25
Black with #FEAC25
Text Example
Text Example
White with #FEAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC25; }
p { color: rgb(254,172,37); }
H1.HeaderClassName
{
color: #FEAC25;
}
.AnyTagClassName
{
color: #FEAC25;
}
</style>
background-color css
<style>
a { background-color: #FEAC25; }
a { background-color: rgb(254,172,37); }
div.DivClassName
{
background-color: #FEAC25;
}
.BgClassName
{
background-color: #FEAC25;
}
</style>
border-color css
<style>
span { border-color: #FEAC25; }
span { border-color: rgb(254,172,37); }
td.TdClassName
{
border-color: #FEAC25;
}
.TagClassName
{
border-color: #FEAC25;
}
</style>