Shades of Pumpkin #FF7211
Tints of Pumpkin #FF7211
RGB
CMYK
RGB Variations
Color information
#FF7211 (or 0xFF7211) is known color: Pumpkin. HEX triplet: FF, 72 and 11. RGB value is (255,114,17). Sum of RGB (Red+Green+Blue) = 255+114+17=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7211 is #008DEE. Grayscale: #919191. Windows color (decimal): -36335 or 1143551. OLE color: 1143551.
HSL color Cylindrical-coordinate representation of color #FF7211: hue angle of 24.45º 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 #FF7211 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 17 | - |
| CMYK | 0 | 0.55 | 0.93 | 0 |
| HSL | 24.45º | 1% | 0.53% | - |
| HSV(B) | 24.45º | 0.93% | 1% | - |
| XYZ | 47.36 | 33.34 | 4.47 | - |
| YUV | 145.1 | 55.71 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 17 | 0 | 0.55 | 0.93 | 0 | 24.45 | 1 | 0.53 |
| Hex | FF | 72 | 11 | 0 | 37 | 5D | 0 | 18 | 64 | 35 |
| Octal | 377 | 162 | 21 | 0 | 67 | 135 | 0 | 30 | 144 | 65 |
| Binary | 11111111 | 1110010 | 10001 | 0 | 110111 | 1011101 | 0 | 11000 | 1100100 | 110101 |
Color Harmonies of #FF7211
Complementary color
Monochromatic Colors of #FF7211
Black with #FF7211
Text Example
Text Example
White with #FF7211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7211; }
p { color: rgb(255,114,17); }
H1.HeaderClassName
{
color: #FF7211;
}
.AnyTagClassName
{
color: #FF7211;
}
</style>
background-color css
<style>
a { background-color: #FF7211; }
a { background-color: rgb(255,114,17); }
div.DivClassName
{
background-color: #FF7211;
}
.BgClassName
{
background-color: #FF7211;
}
</style>
border-color css
<style>
span { border-color: #FF7211; }
span { border-color: rgb(255,114,17); }
td.TdClassName
{
border-color: #FF7211;
}
.TagClassName
{
border-color: #FF7211;
}
</style>