Shades of Pumpkin #FF7221
Tints of Pumpkin #FF7221
RGB
CMYK
RGB Variations
Color information
#FF7221 (or 0xFF7221) is known color: Pumpkin. HEX triplet: FF, 72 and 21. RGB value is (255,114,33). Sum of RGB (Red+Green+Blue) = 255+114+33=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7221 is #008DDE. Grayscale: #939393. Windows color (decimal): -36319 or 2192127. OLE color: 2192127.
HSL color Cylindrical-coordinate representation of color #FF7221: hue angle of 21.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7221 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 33 | - |
| CMYK | 0 | 0.55 | 0.87 | 0 |
| HSL | 21.89º | 1% | 0.56% | - |
| HSV(B) | 21.89º | 0.87% | 1% | - |
| XYZ | 47.53 | 33.4 | 5.38 | - |
| YUV | 146.93 | 63.71 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 33 | 0 | 0.55 | 0.87 | 0 | 21.89 | 1 | 0.56 |
| Hex | FF | 72 | 21 | 0 | 37 | 57 | 0 | 16 | 64 | 38 |
| Octal | 377 | 162 | 41 | 0 | 67 | 127 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1110010 | 100001 | 0 | 110111 | 1010111 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF7221
Complementary color
Monochromatic Colors of #FF7221
Black with #FF7221
Text Example
Text Example
White with #FF7221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7221; }
p { color: rgb(255,114,33); }
H1.HeaderClassName
{
color: #FF7221;
}
.AnyTagClassName
{
color: #FF7221;
}
</style>
background-color css
<style>
a { background-color: #FF7221; }
a { background-color: rgb(255,114,33); }
div.DivClassName
{
background-color: #FF7221;
}
.BgClassName
{
background-color: #FF7221;
}
</style>
border-color css
<style>
span { border-color: #FF7221; }
span { border-color: rgb(255,114,33); }
td.TdClassName
{
border-color: #FF7221;
}
.TagClassName
{
border-color: #FF7221;
}
</style>