Shades of Pumpkin #FF8224
Tints of Pumpkin #FF8224
RGB
CMYK
RGB Variations
Color information
#FF8224 (or 0xFF8224) is known color: Pumpkin. HEX triplet: FF, 82 and 24. RGB value is (255,130,36). Sum of RGB (Red+Green+Blue) = 255+130+36=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8224 is #007DDB. Grayscale: #9D9D9D. Windows color (decimal): -32220 or 2392831. OLE color: 2392831.
HSL color Cylindrical-coordinate representation of color #FF8224: hue angle of 25.75º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF8224 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 36 | - |
| CMYK | 0 | 0.49 | 0.86 | 0 |
| HSL | 25.75º | 1% | 0.57% | - |
| HSV(B) | 25.75º | 0.86% | 1% | - |
| XYZ | 49.54 | 37.35 | 6.27 | - |
| YUV | 156.66 | 59.91 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 36 | 0 | 0.49 | 0.86 | 0 | 25.75 | 1 | 0.57 |
| Hex | FF | 82 | 24 | 0 | 31 | 56 | 0 | 1A | 64 | 39 |
| Octal | 377 | 202 | 44 | 0 | 61 | 126 | 0 | 32 | 144 | 71 |
| Binary | 11111111 | 10000010 | 100100 | 0 | 110001 | 1010110 | 0 | 11010 | 1100100 | 111001 |
Color Harmonies of #FF8224
Complementary color
Monochromatic Colors of #FF8224
Black with #FF8224
Text Example
Text Example
White with #FF8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8224; }
p { color: rgb(255,130,36); }
H1.HeaderClassName
{
color: #FF8224;
}
.AnyTagClassName
{
color: #FF8224;
}
</style>
background-color css
<style>
a { background-color: #FF8224; }
a { background-color: rgb(255,130,36); }
div.DivClassName
{
background-color: #FF8224;
}
.BgClassName
{
background-color: #FF8224;
}
</style>
border-color css
<style>
span { border-color: #FF8224; }
span { border-color: rgb(255,130,36); }
td.TdClassName
{
border-color: #FF8224;
}
.TagClassName
{
border-color: #FF8224;
}
</style>