Shades of Pumpkin #FE8622
Tints of Pumpkin #FE8622
RGB
CMYK
RGB Variations
Color information
#FE8622 (or 0xFE8622) is known color: Pumpkin. HEX triplet: FE, 86 and 22. RGB value is (254,134,34). Sum of RGB (Red+Green+Blue) = 254+134+34=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8622 is #0179DD. Grayscale: #9F9F9F. Windows color (decimal): -96734 or 2262782. OLE color: 2262782.
HSL color Cylindrical-coordinate representation of color #FE8622: hue angle of 27.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE8622 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 34 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.00 |
| HSL | 27.27º | 0.99% | 0.56% | - |
| HSV(B) | 27.27º | 0.87% | 1% | - |
| XYZ | 49.69 | 38.24 | 6.27 | - |
| YUV | 158.48 | 57.76 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 34 | 0 | 0.47 | 0.87 | 0.00 | 27.27 | 0.99 | 0.56 |
| Hex | FE | 86 | 22 | 0 | 2F | 57 | 0 | 1B | 63 | 38 |
| Octal | 376 | 206 | 42 | 0 | 57 | 127 | 0 | 33 | 143 | 70 |
| Binary | 11111110 | 10000110 | 100010 | 0 | 101111 | 1010111 | 0 | 11011 | 1100011 | 111000 |
Color Harmonies of #FE8622
Complementary color
Monochromatic Colors of #FE8622
Black with #FE8622
Text Example
Text Example
White with #FE8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8622; }
p { color: rgb(254,134,34); }
H1.HeaderClassName
{
color: #FE8622;
}
.AnyTagClassName
{
color: #FE8622;
}
</style>
background-color css
<style>
a { background-color: #FE8622; }
a { background-color: rgb(254,134,34); }
div.DivClassName
{
background-color: #FE8622;
}
.BgClassName
{
background-color: #FE8622;
}
</style>
border-color css
<style>
span { border-color: #FE8622; }
span { border-color: rgb(254,134,34); }
td.TdClassName
{
border-color: #FE8622;
}
.TagClassName
{
border-color: #FE8622;
}
</style>