Shades of Pumpkin #FF731D
Tints of Pumpkin #FF731D
RGB
CMYK
RGB Variations
Color information
#FF731D (or 0xFF731D) is known color: Pumpkin. HEX triplet: FF, 73 and 1D. RGB value is (255,115,29). Sum of RGB (Red+Green+Blue) = 255+115+29=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF731D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF731D is #008CE2. Grayscale: #939393. Windows color (decimal): -36067 or 1930239. OLE color: 1930239.
HSL color Cylindrical-coordinate representation of color #FF731D: hue angle of 22.83º 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 #FF731D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 29 | - |
| CMYK | 0 | 0.55 | 0.89 | 0 |
| HSL | 22.83º | 1% | 0.56% | - |
| HSV(B) | 22.83º | 0.89% | 1% | - |
| XYZ | 47.59 | 33.61 | 5.14 | - |
| YUV | 147.06 | 61.38 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 29 | 0 | 0.55 | 0.89 | 0 | 22.83 | 1 | 0.56 |
| Hex | FF | 73 | 1D | 0 | 37 | 59 | 0 | 17 | 64 | 38 |
| Octal | 377 | 163 | 35 | 0 | 67 | 131 | 0 | 27 | 144 | 70 |
| Binary | 11111111 | 1110011 | 11101 | 0 | 110111 | 1011001 | 0 | 10111 | 1100100 | 111000 |
Color Harmonies of #FF731D
Complementary color
Monochromatic Colors of #FF731D
Black with #FF731D
Text Example
Text Example
White with #FF731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF731D; }
p { color: rgb(255,115,29); }
H1.HeaderClassName
{
color: #FF731D;
}
.AnyTagClassName
{
color: #FF731D;
}
</style>
background-color css
<style>
a { background-color: #FF731D; }
a { background-color: rgb(255,115,29); }
div.DivClassName
{
background-color: #FF731D;
}
.BgClassName
{
background-color: #FF731D;
}
</style>
border-color css
<style>
span { border-color: #FF731D; }
span { border-color: rgb(255,115,29); }
td.TdClassName
{
border-color: #FF731D;
}
.TagClassName
{
border-color: #FF731D;
}
</style>