Shades of Lightning Yellow #FE9F25
Tints of Lightning Yellow #FE9F25
RGB
CMYK
RGB Variations
Color information
#FE9F25 (or 0xFE9F25) is known color: Lightning Yellow. HEX triplet: FE, 9F and 25. RGB value is (254,159,37). Sum of RGB (Red+Green+Blue) = 254+159+37=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F25 is #0160DA. Grayscale: #AEAEAE. Windows color (decimal): -90331 or 2465790. OLE color: 2465790.
HSL color Cylindrical-coordinate representation of color #FE9F25: hue angle of 33.73º 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 #FE9F25 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 37 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.00 |
| HSL | 33.73º | 0.99% | 0.57% | - |
| HSV(B) | 33.73º | 0.85% | 1% | - |
| XYZ | 53.61 | 46 | 7.8 | - |
| YUV | 173.5 | 50.97 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 37 | 0 | 0.37 | 0.85 | 0.00 | 33.73 | 0.99 | 0.57 |
| Hex | FE | 9F | 25 | 0 | 25 | 55 | 0 | 22 | 63 | 39 |
| Octal | 376 | 237 | 45 | 0 | 45 | 125 | 0 | 42 | 143 | 71 |
| Binary | 11111110 | 10011111 | 100101 | 0 | 100101 | 1010101 | 0 | 100010 | 1100011 | 111001 |
Color Harmonies of #FE9F25
Complementary color
Monochromatic Colors of #FE9F25
Black with #FE9F25
Text Example
Text Example
White with #FE9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F25; }
p { color: rgb(254,159,37); }
H1.HeaderClassName
{
color: #FE9F25;
}
.AnyTagClassName
{
color: #FE9F25;
}
</style>
background-color css
<style>
a { background-color: #FE9F25; }
a { background-color: rgb(254,159,37); }
div.DivClassName
{
background-color: #FE9F25;
}
.BgClassName
{
background-color: #FE9F25;
}
</style>
border-color css
<style>
span { border-color: #FE9F25; }
span { border-color: rgb(254,159,37); }
td.TdClassName
{
border-color: #FE9F25;
}
.TagClassName
{
border-color: #FE9F25;
}
</style>