Shades of Pumpkin #FF831D
Tints of Pumpkin #FF831D
RGB
CMYK
RGB Variations
Color information
#FF831D (or 0xFF831D) is known color: Pumpkin. HEX triplet: FF, 83 and 1D. RGB value is (255,131,29). Sum of RGB (Red+Green+Blue) = 255+131+29=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF831D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF831D is #007CE2. Grayscale: #9C9C9C. Windows color (decimal): -31971 or 1934335. OLE color: 1934335.
HSL color Cylindrical-coordinate representation of color #FF831D: hue angle of 27.08º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF831D is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 29 | - |
| CMYK | 0 | 0.49 | 0.89 | 0 |
| HSL | 27.08º | 1% | 0.56% | - |
| HSV(B) | 27.08º | 0.89% | 1% | - |
| XYZ | 49.58 | 37.58 | 5.8 | - |
| YUV | 156.45 | 56.08 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 29 | 0 | 0.49 | 0.89 | 0 | 27.08 | 1 | 0.56 |
| Hex | FF | 83 | 1D | 0 | 31 | 59 | 0 | 1B | 64 | 38 |
| Octal | 377 | 203 | 35 | 0 | 61 | 131 | 0 | 33 | 144 | 70 |
| Binary | 11111111 | 10000011 | 11101 | 0 | 110001 | 1011001 | 0 | 11011 | 1100100 | 111000 |
Color Harmonies of #FF831D
Complementary color
Monochromatic Colors of #FF831D
Black with #FF831D
Text Example
Text Example
White with #FF831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF831D; }
p { color: rgb(255,131,29); }
H1.HeaderClassName
{
color: #FF831D;
}
.AnyTagClassName
{
color: #FF831D;
}
</style>
background-color css
<style>
a { background-color: #FF831D; }
a { background-color: rgb(255,131,29); }
div.DivClassName
{
background-color: #FF831D;
}
.BgClassName
{
background-color: #FF831D;
}
</style>
border-color css
<style>
span { border-color: #FF831D; }
span { border-color: rgb(255,131,29); }
td.TdClassName
{
border-color: #FF831D;
}
.TagClassName
{
border-color: #FF831D;
}
</style>