Shades of Pumpkin #FF8329
Tints of Pumpkin #FF8329
RGB
CMYK
RGB Variations
Color information
#FF8329 (or 0xFF8329) is known color: Pumpkin. HEX triplet: FF, 83 and 29. RGB value is (255,131,41). Sum of RGB (Red+Green+Blue) = 255+131+41=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8329 is #007CD6. Grayscale: #9E9E9E. Windows color (decimal): -31959 or 2720767. OLE color: 2720767.
HSL color Cylindrical-coordinate representation of color #FF8329: hue angle of 25.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF8329 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 41 | - |
| CMYK | 0 | 0.49 | 0.84 | 0 |
| HSL | 25.23º | 1% | 0.58% | - |
| HSV(B) | 25.23º | 0.84% | 1% | - |
| XYZ | 49.76 | 37.65 | 6.74 | - |
| YUV | 157.82 | 62.08 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 41 | 0 | 0.49 | 0.84 | 0 | 25.23 | 1 | 0.58 |
| Hex | FF | 83 | 29 | 0 | 31 | 54 | 0 | 19 | 64 | 3A |
| Octal | 377 | 203 | 51 | 0 | 61 | 124 | 0 | 31 | 144 | 72 |
| Binary | 11111111 | 10000011 | 101001 | 0 | 110001 | 1010100 | 0 | 11001 | 1100100 | 111010 |
Color Harmonies of #FF8329
Complementary color
Monochromatic Colors of #FF8329
Black with #FF8329
Text Example
Text Example
White with #FF8329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8329; }
p { color: rgb(255,131,41); }
H1.HeaderClassName
{
color: #FF8329;
}
.AnyTagClassName
{
color: #FF8329;
}
</style>
background-color css
<style>
a { background-color: #FF8329; }
a { background-color: rgb(255,131,41); }
div.DivClassName
{
background-color: #FF8329;
}
.BgClassName
{
background-color: #FF8329;
}
</style>
border-color css
<style>
span { border-color: #FF8329; }
span { border-color: rgb(255,131,41); }
td.TdClassName
{
border-color: #FF8329;
}
.TagClassName
{
border-color: #FF8329;
}
</style>