Shades of Pumpkin #FE8221
Tints of Pumpkin #FE8221
RGB
CMYK
RGB Variations
Color information
#FE8221 (or 0xFE8221) is known color: Pumpkin. HEX triplet: FE, 82 and 21. RGB value is (254,130,33). Sum of RGB (Red+Green+Blue) = 254+130+33=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8221 is #017DDE. Grayscale: #9C9C9C. Windows color (decimal): -97759 or 2196222. OLE color: 2196222.
HSL color Cylindrical-coordinate representation of color #FE8221: hue angle of 26.33º 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 #FE8221 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 33 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.00 |
| HSL | 26.33º | 0.99% | 0.56% | - |
| HSV(B) | 26.33º | 0.87% | 1% | - |
| XYZ | 49.13 | 37.15 | 6.02 | - |
| YUV | 156.02 | 58.58 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 33 | 0 | 0.49 | 0.87 | 0.00 | 26.33 | 0.99 | 0.56 |
| Hex | FE | 82 | 21 | 0 | 31 | 57 | 0 | 1A | 63 | 38 |
| Octal | 376 | 202 | 41 | 0 | 61 | 127 | 0 | 32 | 143 | 70 |
| Binary | 11111110 | 10000010 | 100001 | 0 | 110001 | 1010111 | 0 | 11010 | 1100011 | 111000 |
Color Harmonies of #FE8221
Complementary color
Monochromatic Colors of #FE8221
Black with #FE8221
Text Example
Text Example
White with #FE8221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8221; }
p { color: rgb(254,130,33); }
H1.HeaderClassName
{
color: #FE8221;
}
.AnyTagClassName
{
color: #FE8221;
}
</style>
background-color css
<style>
a { background-color: #FE8221; }
a { background-color: rgb(254,130,33); }
div.DivClassName
{
background-color: #FE8221;
}
.BgClassName
{
background-color: #FE8221;
}
</style>
border-color css
<style>
span { border-color: #FE8221; }
span { border-color: rgb(254,130,33); }
td.TdClassName
{
border-color: #FE8221;
}
.TagClassName
{
border-color: #FE8221;
}
</style>