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