Shades of Pumpkin #FF711F
Tints of Pumpkin #FF711F
RGB
CMYK
RGB Variations
Color information
#FF711F (or 0xFF711F) is known color: Pumpkin. HEX triplet: FF, 71 and 1F. RGB value is (255,113,31). Sum of RGB (Red+Green+Blue) = 255+113+31=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF711F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF711F is #008EE0. Grayscale: #929292. Windows color (decimal): -36577 or 2060799. OLE color: 2060799.
HSL color Cylindrical-coordinate representation of color #FF711F: hue angle of 21.96º 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 #FF711F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 31 | - |
| CMYK | 0 | 0.56 | 0.88 | 0 |
| HSL | 21.96º | 1% | 0.56% | - |
| HSV(B) | 21.96º | 0.88% | 1% | - |
| XYZ | 47.39 | 33.17 | 5.2 | - |
| YUV | 146.11 | 63.04 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 31 | 0 | 0.56 | 0.88 | 0 | 21.96 | 1 | 0.56 |
| Hex | FF | 71 | 1F | 0 | 38 | 58 | 0 | 16 | 64 | 38 |
| Octal | 377 | 161 | 37 | 0 | 70 | 130 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1110001 | 11111 | 0 | 111000 | 1011000 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF711F
Complementary color
Monochromatic Colors of #FF711F
Black with #FF711F
Text Example
Text Example
White with #FF711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF711F; }
p { color: rgb(255,113,31); }
H1.HeaderClassName
{
color: #FF711F;
}
.AnyTagClassName
{
color: #FF711F;
}
</style>
background-color css
<style>
a { background-color: #FF711F; }
a { background-color: rgb(255,113,31); }
div.DivClassName
{
background-color: #FF711F;
}
.BgClassName
{
background-color: #FF711F;
}
</style>
border-color css
<style>
span { border-color: #FF711F; }
span { border-color: rgb(255,113,31); }
td.TdClassName
{
border-color: #FF711F;
}
.TagClassName
{
border-color: #FF711F;
}
</style>