Shades of Pumpkin #FF7011
Tints of Pumpkin #FF7011
RGB
CMYK
RGB Variations
Color information
#FF7011 (or 0xFF7011) is known color: Pumpkin. HEX triplet: FF, 70 and 11. RGB value is (255,112,17). Sum of RGB (Red+Green+Blue) = 255+112+17=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7011 is #008FEE. Grayscale: #909090. Windows color (decimal): -36847 or 1143039. OLE color: 1143039.
HSL color Cylindrical-coordinate representation of color #FF7011: hue angle of 23.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF7011 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0 |
| HSL | 23.95º | 1% | 0.53% | - |
| HSV(B) | 23.95º | 0.93% | 1% | - |
| XYZ | 47.14 | 32.89 | 4.39 | - |
| YUV | 143.93 | 56.38 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 17 | 0 | 0.56 | 0.93 | 0 | 23.95 | 1 | 0.53 |
| Hex | FF | 70 | 11 | 0 | 38 | 5D | 0 | 18 | 64 | 35 |
| Octal | 377 | 160 | 21 | 0 | 70 | 135 | 0 | 30 | 144 | 65 |
| Binary | 11111111 | 1110000 | 10001 | 0 | 111000 | 1011101 | 0 | 11000 | 1100100 | 110101 |
Color Harmonies of #FF7011
Complementary color
Monochromatic Colors of #FF7011
Black with #FF7011
Text Example
Text Example
White with #FF7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7011; }
p { color: rgb(255,112,17); }
H1.HeaderClassName
{
color: #FF7011;
}
.AnyTagClassName
{
color: #FF7011;
}
</style>
background-color css
<style>
a { background-color: #FF7011; }
a { background-color: rgb(255,112,17); }
div.DivClassName
{
background-color: #FF7011;
}
.BgClassName
{
background-color: #FF7011;
}
</style>
border-color css
<style>
span { border-color: #FF7011; }
span { border-color: rgb(255,112,17); }
td.TdClassName
{
border-color: #FF7011;
}
.TagClassName
{
border-color: #FF7011;
}
</style>