Shades of Pumpkin #FE8617
Tints of Pumpkin #FE8617
RGB
CMYK
RGB Variations
Color information
#FE8617 (or 0xFE8617) is known color: Pumpkin. HEX triplet: FE, 86 and 17. RGB value is (254,134,23). Sum of RGB (Red+Green+Blue) = 254+134+23=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8617 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8617 is #0179E8. Grayscale: #9D9D9D. Windows color (decimal): -96745 or 1541886. OLE color: 1541886.
HSL color Cylindrical-coordinate representation of color #FE8617: hue angle of 28.83º 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 #FE8617 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 23 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.00 |
| HSL | 28.83º | 0.99% | 0.54% | - |
| HSV(B) | 28.83º | 0.91% | 1% | - |
| XYZ | 49.55 | 38.18 | 5.57 | - |
| YUV | 157.23 | 52.26 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 23 | 0 | 0.47 | 0.91 | 0.00 | 28.83 | 0.99 | 0.54 |
| Hex | FE | 86 | 17 | 0 | 2F | 5B | 0 | 1D | 63 | 36 |
| Octal | 376 | 206 | 27 | 0 | 57 | 133 | 0 | 35 | 143 | 66 |
| Binary | 11111110 | 10000110 | 10111 | 0 | 101111 | 1011011 | 0 | 11101 | 1100011 | 110110 |
Color Harmonies of #FE8617
Complementary color
Monochromatic Colors of #FE8617
Black with #FE8617
Text Example
Text Example
White with #FE8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8617; }
p { color: rgb(254,134,23); }
H1.HeaderClassName
{
color: #FE8617;
}
.AnyTagClassName
{
color: #FE8617;
}
</style>
background-color css
<style>
a { background-color: #FE8617; }
a { background-color: rgb(254,134,23); }
div.DivClassName
{
background-color: #FE8617;
}
.BgClassName
{
background-color: #FE8617;
}
</style>
border-color css
<style>
span { border-color: #FE8617; }
span { border-color: rgb(254,134,23); }
td.TdClassName
{
border-color: #FE8617;
}
.TagClassName
{
border-color: #FE8617;
}
</style>