Shades of Pumpkin #FE8224
Tints of Pumpkin #FE8224
RGB
CMYK
RGB Variations
Color information
#FE8224 (or 0xFE8224) is known color: Pumpkin. HEX triplet: FE, 82 and 24. RGB value is (254,130,36). Sum of RGB (Red+Green+Blue) = 254+130+36=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8224 is #017DDB. Grayscale: #9C9C9C. Windows color (decimal): -97756 or 2392830. OLE color: 2392830.
HSL color Cylindrical-coordinate representation of color #FE8224: hue angle of 25.87º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE8224 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 36 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.00 |
| HSL | 25.87º | 0.99% | 0.57% | - |
| HSV(B) | 25.87º | 0.86% | 1% | - |
| XYZ | 49.17 | 37.16 | 6.25 | - |
| YUV | 156.36 | 60.08 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 36 | 0 | 0.49 | 0.86 | 0.00 | 25.87 | 0.99 | 0.57 |
| Hex | FE | 82 | 24 | 0 | 31 | 56 | 0 | 1A | 63 | 39 |
| Octal | 376 | 202 | 44 | 0 | 61 | 126 | 0 | 32 | 143 | 71 |
| Binary | 11111110 | 10000010 | 100100 | 0 | 110001 | 1010110 | 0 | 11010 | 1100011 | 111001 |
Color Harmonies of #FE8224
Complementary color
Monochromatic Colors of #FE8224
Black with #FE8224
Text Example
Text Example
White with #FE8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8224; }
p { color: rgb(254,130,36); }
H1.HeaderClassName
{
color: #FE8224;
}
.AnyTagClassName
{
color: #FE8224;
}
</style>
background-color css
<style>
a { background-color: #FE8224; }
a { background-color: rgb(254,130,36); }
div.DivClassName
{
background-color: #FE8224;
}
.BgClassName
{
background-color: #FE8224;
}
</style>
border-color css
<style>
span { border-color: #FE8224; }
span { border-color: rgb(254,130,36); }
td.TdClassName
{
border-color: #FE8224;
}
.TagClassName
{
border-color: #FE8224;
}
</style>