Shades of Pumpkin #FE8220
Tints of Pumpkin #FE8220
RGB
CMYK
RGB Variations
Color information
#FE8220 (or 0xFE8220) is known color: Pumpkin. HEX triplet: FE, 82 and 20. RGB value is (254,130,32). Sum of RGB (Red+Green+Blue) = 254+130+32=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8220 is #017DDF. Grayscale: #9C9C9C. Windows color (decimal): -97760 or 2130686. OLE color: 2130686.
HSL color Cylindrical-coordinate representation of color #FE8220: hue angle of 26.49º 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 #FE8220 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 32 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.00 |
| HSL | 26.49º | 0.99% | 0.56% | - |
| HSV(B) | 26.49º | 0.87% | 1% | - |
| XYZ | 49.12 | 37.14 | 5.95 | - |
| YUV | 155.9 | 58.08 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 32 | 0 | 0.49 | 0.87 | 0.00 | 26.49 | 0.99 | 0.56 |
| Hex | FE | 82 | 20 | 0 | 31 | 57 | 0 | 1A | 63 | 38 |
| Octal | 376 | 202 | 40 | 0 | 61 | 127 | 0 | 32 | 143 | 70 |
| Binary | 11111110 | 10000010 | 100000 | 0 | 110001 | 1010111 | 0 | 11010 | 1100011 | 111000 |
Color Harmonies of #FE8220
Complementary color
Monochromatic Colors of #FE8220
Black with #FE8220
Text Example
Text Example
White with #FE8220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8220; }
p { color: rgb(254,130,32); }
H1.HeaderClassName
{
color: #FE8220;
}
.AnyTagClassName
{
color: #FE8220;
}
</style>
background-color css
<style>
a { background-color: #FE8220; }
a { background-color: rgb(254,130,32); }
div.DivClassName
{
background-color: #FE8220;
}
.BgClassName
{
background-color: #FE8220;
}
</style>
border-color css
<style>
span { border-color: #FE8220; }
span { border-color: rgb(254,130,32); }
td.TdClassName
{
border-color: #FE8220;
}
.TagClassName
{
border-color: #FE8220;
}
</style>