Shades of Pumpkin #FF711D
Tints of Pumpkin #FF711D
RGB
CMYK
RGB Variations
Color information
#FF711D (or 0xFF711D) is known color: Pumpkin. HEX triplet: FF, 71 and 1D. RGB value is (255,113,29). Sum of RGB (Red+Green+Blue) = 255+113+29=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF711D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF711D is #008EE2. Grayscale: #929292. Windows color (decimal): -36579 or 1929727. OLE color: 1929727.
HSL color Cylindrical-coordinate representation of color #FF711D: hue angle of 22.3º 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 #FF711D is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 29 | - |
| CMYK | 0 | 0.56 | 0.89 | 0 |
| HSL | 22.3º | 1% | 0.56% | - |
| HSV(B) | 22.3º | 0.89% | 1% | - |
| XYZ | 47.37 | 33.16 | 5.07 | - |
| YUV | 145.88 | 62.04 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 29 | 0 | 0.56 | 0.89 | 0 | 22.3 | 1 | 0.56 |
| Hex | FF | 71 | 1D | 0 | 38 | 59 | 0 | 16 | 64 | 38 |
| Octal | 377 | 161 | 35 | 0 | 70 | 131 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1110001 | 11101 | 0 | 111000 | 1011001 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF711D
Complementary color
Monochromatic Colors of #FF711D
Black with #FF711D
Text Example
Text Example
White with #FF711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF711D; }
p { color: rgb(255,113,29); }
H1.HeaderClassName
{
color: #FF711D;
}
.AnyTagClassName
{
color: #FF711D;
}
</style>
background-color css
<style>
a { background-color: #FF711D; }
a { background-color: rgb(255,113,29); }
div.DivClassName
{
background-color: #FF711D;
}
.BgClassName
{
background-color: #FF711D;
}
</style>
border-color css
<style>
span { border-color: #FF711D; }
span { border-color: rgb(255,113,29); }
td.TdClassName
{
border-color: #FF711D;
}
.TagClassName
{
border-color: #FF711D;
}
</style>