Shades of Pumpkin #FE7E16
Tints of Pumpkin #FE7E16
RGB
CMYK
RGB Variations
Color information
#FE7E16 (or 0xFE7E16) is known color: Pumpkin. HEX triplet: FE, 7E and 16. RGB value is (254,126,22). Sum of RGB (Red+Green+Blue) = 254+126+22=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7E16 is #0181E9. Grayscale: #989898. Windows color (decimal): -98794 or 1474302. OLE color: 1474302.
HSL color Cylindrical-coordinate representation of color #FE7E16: hue angle of 26.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7E16 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 22 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.00 |
| HSL | 26.9º | 0.99% | 0.54% | - |
| HSV(B) | 26.9º | 0.91% | 1% | - |
| XYZ | 48.48 | 36.05 | 5.16 | - |
| YUV | 152.42 | 54.41 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 22 | 0 | 0.50 | 0.91 | 0.00 | 26.9 | 0.99 | 0.54 |
| Hex | FE | 7E | 16 | 0 | 32 | 5B | 0 | 1B | 63 | 36 |
| Octal | 376 | 176 | 26 | 0 | 62 | 133 | 0 | 33 | 143 | 66 |
| Binary | 11111110 | 1111110 | 10110 | 0 | 110010 | 1011011 | 0 | 11011 | 1100011 | 110110 |
Color Harmonies of #FE7E16
Complementary color
Monochromatic Colors of #FE7E16
Black with #FE7E16
Text Example
Text Example
White with #FE7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E16; }
p { color: rgb(254,126,22); }
H1.HeaderClassName
{
color: #FE7E16;
}
.AnyTagClassName
{
color: #FE7E16;
}
</style>
background-color css
<style>
a { background-color: #FE7E16; }
a { background-color: rgb(254,126,22); }
div.DivClassName
{
background-color: #FE7E16;
}
.BgClassName
{
background-color: #FE7E16;
}
</style>
border-color css
<style>
span { border-color: #FE7E16; }
span { border-color: rgb(254,126,22); }
td.TdClassName
{
border-color: #FE7E16;
}
.TagClassName
{
border-color: #FE7E16;
}
</style>