Shades of Pumpkin #FE8520
Tints of Pumpkin #FE8520
RGB
CMYK
RGB Variations
Color information
#FE8520 (or 0xFE8520) is known color: Pumpkin. HEX triplet: FE, 85 and 20. RGB value is (254,133,32). Sum of RGB (Red+Green+Blue) = 254+133+32=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8520 is #017ADF. Grayscale: #9E9E9E. Windows color (decimal): -96992 or 2131454. OLE color: 2131454.
HSL color Cylindrical-coordinate representation of color #FE8520: hue angle of 27.3º 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 #FE8520 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 32 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.00 |
| HSL | 27.3º | 0.99% | 0.56% | - |
| HSV(B) | 27.3º | 0.87% | 1% | - |
| XYZ | 49.52 | 37.95 | 6.08 | - |
| YUV | 157.67 | 57.09 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 32 | 0 | 0.48 | 0.87 | 0.00 | 27.3 | 0.99 | 0.56 |
| Hex | FE | 85 | 20 | 0 | 30 | 57 | 0 | 1B | 63 | 38 |
| Octal | 376 | 205 | 40 | 0 | 60 | 127 | 0 | 33 | 143 | 70 |
| Binary | 11111110 | 10000101 | 100000 | 0 | 110000 | 1010111 | 0 | 11011 | 1100011 | 111000 |
Color Harmonies of #FE8520
Complementary color
Monochromatic Colors of #FE8520
Black with #FE8520
Text Example
Text Example
White with #FE8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8520; }
p { color: rgb(254,133,32); }
H1.HeaderClassName
{
color: #FE8520;
}
.AnyTagClassName
{
color: #FE8520;
}
</style>
background-color css
<style>
a { background-color: #FE8520; }
a { background-color: rgb(254,133,32); }
div.DivClassName
{
background-color: #FE8520;
}
.BgClassName
{
background-color: #FE8520;
}
</style>
border-color css
<style>
span { border-color: #FE8520; }
span { border-color: rgb(254,133,32); }
td.TdClassName
{
border-color: #FE8520;
}
.TagClassName
{
border-color: #FE8520;
}
</style>