Shades of Pumpkin #FF7021
Tints of Pumpkin #FF7021
RGB
CMYK
RGB Variations
Color information
#FF7021 (or 0xFF7021) is known color: Pumpkin. HEX triplet: FF, 70 and 21. RGB value is (255,112,33). Sum of RGB (Red+Green+Blue) = 255+112+33=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7021 is #008FDE. Grayscale: #929292. Windows color (decimal): -36831 or 2191615. OLE color: 2191615.
HSL color Cylindrical-coordinate representation of color #FF7021: hue angle of 21.35º 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 #FF7021 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 33 | - |
| CMYK | 0 | 0.56 | 0.87 | 0 |
| HSL | 21.35º | 1% | 0.56% | - |
| HSV(B) | 21.35º | 0.87% | 1% | - |
| XYZ | 47.31 | 32.96 | 5.31 | - |
| YUV | 145.75 | 64.38 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 33 | 0 | 0.56 | 0.87 | 0 | 21.35 | 1 | 0.56 |
| Hex | FF | 70 | 21 | 0 | 38 | 57 | 0 | 15 | 64 | 38 |
| Octal | 377 | 160 | 41 | 0 | 70 | 127 | 0 | 25 | 144 | 70 |
| Binary | 11111111 | 1110000 | 100001 | 0 | 111000 | 1010111 | 0 | 10101 | 1100100 | 111000 |
Color Harmonies of #FF7021
Complementary color
Monochromatic Colors of #FF7021
Black with #FF7021
Text Example
Text Example
White with #FF7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7021; }
p { color: rgb(255,112,33); }
H1.HeaderClassName
{
color: #FF7021;
}
.AnyTagClassName
{
color: #FF7021;
}
</style>
background-color css
<style>
a { background-color: #FF7021; }
a { background-color: rgb(255,112,33); }
div.DivClassName
{
background-color: #FF7021;
}
.BgClassName
{
background-color: #FF7021;
}
</style>
border-color css
<style>
span { border-color: #FF7021; }
span { border-color: rgb(255,112,33); }
td.TdClassName
{
border-color: #FF7021;
}
.TagClassName
{
border-color: #FF7021;
}
</style>