Shades of Pumpkin #FF731B
Tints of Pumpkin #FF731B
RGB
CMYK
RGB Variations
Color information
#FF731B (or 0xFF731B) is known color: Pumpkin. HEX triplet: FF, 73 and 1B. RGB value is (255,115,27). Sum of RGB (Red+Green+Blue) = 255+115+27=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF731B is #008CE4. Grayscale: #939393. Windows color (decimal): -36069 or 1799167. OLE color: 1799167.
HSL color Cylindrical-coordinate representation of color #FF731B: hue angle of 23.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF731B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0 |
| HSL | 23.16º | 1% | 0.55% | - |
| HSV(B) | 23.16º | 0.89% | 1% | - |
| XYZ | 47.57 | 33.6 | 5.02 | - |
| YUV | 146.83 | 60.38 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 27 | 0 | 0.55 | 0.89 | 0 | 23.16 | 1 | 0.55 |
| Hex | FF | 73 | 1B | 0 | 37 | 59 | 0 | 17 | 64 | 37 |
| Octal | 377 | 163 | 33 | 0 | 67 | 131 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110011 | 11011 | 0 | 110111 | 1011001 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF731B
Complementary color
Monochromatic Colors of #FF731B
Black with #FF731B
Text Example
Text Example
White with #FF731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF731B; }
p { color: rgb(255,115,27); }
H1.HeaderClassName
{
color: #FF731B;
}
.AnyTagClassName
{
color: #FF731B;
}
</style>
background-color css
<style>
a { background-color: #FF731B; }
a { background-color: rgb(255,115,27); }
div.DivClassName
{
background-color: #FF731B;
}
.BgClassName
{
background-color: #FF731B;
}
</style>
border-color css
<style>
span { border-color: #FF731B; }
span { border-color: rgb(255,115,27); }
td.TdClassName
{
border-color: #FF731B;
}
.TagClassName
{
border-color: #FF731B;
}
</style>