Shades of Pumpkin #FE7E26
Tints of Pumpkin #FE7E26
RGB
CMYK
RGB Variations
Color information
#FE7E26 (or 0xFE7E26) is known color: Pumpkin. HEX triplet: FE, 7E and 26. RGB value is (254,126,38). Sum of RGB (Red+Green+Blue) = 254+126+38=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7E26 is #0181D9. Grayscale: #9A9A9A. Windows color (decimal): -98778 or 2522878. OLE color: 2522878.
HSL color Cylindrical-coordinate representation of color #FE7E26: hue angle of 24.44º 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 #FE7E26 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 38 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.00 |
| HSL | 24.44º | 0.99% | 0.57% | - |
| HSV(B) | 24.44º | 0.85% | 1% | - |
| XYZ | 48.68 | 36.13 | 6.24 | - |
| YUV | 154.24 | 62.41 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 38 | 0 | 0.50 | 0.85 | 0.00 | 24.44 | 0.99 | 0.57 |
| Hex | FE | 7E | 26 | 0 | 32 | 55 | 0 | 18 | 63 | 39 |
| Octal | 376 | 176 | 46 | 0 | 62 | 125 | 0 | 30 | 143 | 71 |
| Binary | 11111110 | 1111110 | 100110 | 0 | 110010 | 1010101 | 0 | 11000 | 1100011 | 111001 |
Color Harmonies of #FE7E26
Complementary color
Monochromatic Colors of #FE7E26
Black with #FE7E26
Text Example
Text Example
White with #FE7E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E26; }
p { color: rgb(254,126,38); }
H1.HeaderClassName
{
color: #FE7E26;
}
.AnyTagClassName
{
color: #FE7E26;
}
</style>
background-color css
<style>
a { background-color: #FE7E26; }
a { background-color: rgb(254,126,38); }
div.DivClassName
{
background-color: #FE7E26;
}
.BgClassName
{
background-color: #FE7E26;
}
</style>
border-color css
<style>
span { border-color: #FE7E26; }
span { border-color: rgb(254,126,38); }
td.TdClassName
{
border-color: #FE7E26;
}
.TagClassName
{
border-color: #FE7E26;
}
</style>