Shades of Pumpkin #FF731F
Tints of Pumpkin #FF731F
RGB
CMYK
RGB Variations
Color information
#FF731F (or 0xFF731F) is known color: Pumpkin. HEX triplet: FF, 73 and 1F. RGB value is (255,115,31). Sum of RGB (Red+Green+Blue) = 255+115+31=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF731F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF731F is #008CE0. Grayscale: #939393. Windows color (decimal): -36065 or 2061311. OLE color: 2061311.
HSL color Cylindrical-coordinate representation of color #FF731F: hue angle of 22.5º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF731F is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 31 | - |
| CMYK | 0 | 0.55 | 0.88 | 0 |
| HSL | 22.5º | 1% | 0.56% | - |
| HSV(B) | 22.5º | 0.88% | 1% | - |
| XYZ | 47.62 | 33.62 | 5.28 | - |
| YUV | 147.28 | 62.38 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 31 | 0 | 0.55 | 0.88 | 0 | 22.5 | 1 | 0.56 |
| Hex | FF | 73 | 1F | 0 | 37 | 58 | 0 | 16 | 64 | 38 |
| Octal | 377 | 163 | 37 | 0 | 67 | 130 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1110011 | 11111 | 0 | 110111 | 1011000 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF731F
Complementary color
Monochromatic Colors of #FF731F
Black with #FF731F
Text Example
Text Example
White with #FF731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF731F; }
p { color: rgb(255,115,31); }
H1.HeaderClassName
{
color: #FF731F;
}
.AnyTagClassName
{
color: #FF731F;
}
</style>
background-color css
<style>
a { background-color: #FF731F; }
a { background-color: rgb(255,115,31); }
div.DivClassName
{
background-color: #FF731F;
}
.BgClassName
{
background-color: #FF731F;
}
</style>
border-color css
<style>
span { border-color: #FF731F; }
span { border-color: rgb(255,115,31); }
td.TdClassName
{
border-color: #FF731F;
}
.TagClassName
{
border-color: #FF731F;
}
</style>