Shades of Pumpkin #FF701F
Tints of Pumpkin #FF701F
RGB
CMYK
RGB Variations
Color information
#FF701F (or 0xFF701F) is known color: Pumpkin. HEX triplet: FF, 70 and 1F. RGB value is (255,112,31). Sum of RGB (Red+Green+Blue) = 255+112+31=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF701F is #008FE0. Grayscale: #919191. Windows color (decimal): -36833 or 2060543. OLE color: 2060543.
HSL color Cylindrical-coordinate representation of color #FF701F: hue angle of 21.7º 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 #FF701F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 31 | - |
| CMYK | 0 | 0.56 | 0.88 | 0 |
| HSL | 21.7º | 1% | 0.56% | - |
| HSV(B) | 21.7º | 0.88% | 1% | - |
| XYZ | 47.28 | 32.95 | 5.16 | - |
| YUV | 145.52 | 63.38 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 31 | 0 | 0.56 | 0.88 | 0 | 21.7 | 1 | 0.56 |
| Hex | FF | 70 | 1F | 0 | 38 | 58 | 0 | 16 | 64 | 38 |
| Octal | 377 | 160 | 37 | 0 | 70 | 130 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1110000 | 11111 | 0 | 111000 | 1011000 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF701F
Complementary color
Monochromatic Colors of #FF701F
Black with #FF701F
Text Example
Text Example
White with #FF701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF701F; }
p { color: rgb(255,112,31); }
H1.HeaderClassName
{
color: #FF701F;
}
.AnyTagClassName
{
color: #FF701F;
}
</style>
background-color css
<style>
a { background-color: #FF701F; }
a { background-color: rgb(255,112,31); }
div.DivClassName
{
background-color: #FF701F;
}
.BgClassName
{
background-color: #FF701F;
}
</style>
border-color css
<style>
span { border-color: #FF701F; }
span { border-color: rgb(255,112,31); }
td.TdClassName
{
border-color: #FF701F;
}
.TagClassName
{
border-color: #FF701F;
}
</style>