Shades of Pumpkin #FE8416
Tints of Pumpkin #FE8416
RGB
CMYK
RGB Variations
Color information
#FE8416 (or 0xFE8416) is known color: Pumpkin. HEX triplet: FE, 84 and 16. RGB value is (254,132,22). Sum of RGB (Red+Green+Blue) = 254+132+22=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8416 is #017BE9. Grayscale: #9C9C9C. Windows color (decimal): -97258 or 1475838. OLE color: 1475838.
HSL color Cylindrical-coordinate representation of color #FE8416: hue angle of 28.45º 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 #FE8416 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 22 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.00 |
| HSL | 28.45º | 0.99% | 0.54% | - |
| HSV(B) | 28.45º | 0.91% | 1% | - |
| XYZ | 49.27 | 37.63 | 5.43 | - |
| YUV | 155.94 | 52.42 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 22 | 0 | 0.48 | 0.91 | 0.00 | 28.45 | 0.99 | 0.54 |
| Hex | FE | 84 | 16 | 0 | 30 | 5B | 0 | 1C | 63 | 36 |
| Octal | 376 | 204 | 26 | 0 | 60 | 133 | 0 | 34 | 143 | 66 |
| Binary | 11111110 | 10000100 | 10110 | 0 | 110000 | 1011011 | 0 | 11100 | 1100011 | 110110 |
Color Harmonies of #FE8416
Complementary color
Monochromatic Colors of #FE8416
Black with #FE8416
Text Example
Text Example
White with #FE8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8416; }
p { color: rgb(254,132,22); }
H1.HeaderClassName
{
color: #FE8416;
}
.AnyTagClassName
{
color: #FE8416;
}
</style>
background-color css
<style>
a { background-color: #FE8416; }
a { background-color: rgb(254,132,22); }
div.DivClassName
{
background-color: #FE8416;
}
.BgClassName
{
background-color: #FE8416;
}
</style>
border-color css
<style>
span { border-color: #FE8416; }
span { border-color: rgb(254,132,22); }
td.TdClassName
{
border-color: #FE8416;
}
.TagClassName
{
border-color: #FE8416;
}
</style>