Shades of Pumpkin #FF8021
Tints of Pumpkin #FF8021
RGB
CMYK
RGB Variations
Color information
#FF8021 (or 0xFF8021) is known color: Pumpkin. HEX triplet: FF, 80 and 21. RGB value is (255,128,33). Sum of RGB (Red+Green+Blue) = 255+128+33=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8021 is #007FDE. Grayscale: #9B9B9B. Windows color (decimal): -32735 or 2195711. OLE color: 2195711.
HSL color Cylindrical-coordinate representation of color #FF8021: hue angle of 25.68º 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 #FF8021 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 33 | - |
| CMYK | 0 | 0.50 | 0.87 | 0 |
| HSL | 25.68º | 1% | 0.56% | - |
| HSV(B) | 25.68º | 0.87% | 1% | - |
| XYZ | 49.23 | 36.81 | 5.95 | - |
| YUV | 155.14 | 59.08 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 33 | 0 | 0.50 | 0.87 | 0 | 25.68 | 1 | 0.56 |
| Hex | FF | 80 | 21 | 0 | 32 | 57 | 0 | 1A | 64 | 38 |
| Octal | 377 | 200 | 41 | 0 | 62 | 127 | 0 | 32 | 144 | 70 |
| Binary | 11111111 | 10000000 | 100001 | 0 | 110010 | 1010111 | 0 | 11010 | 1100100 | 111000 |
Color Harmonies of #FF8021
Complementary color
Monochromatic Colors of #FF8021
Black with #FF8021
Text Example
Text Example
White with #FF8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8021; }
p { color: rgb(255,128,33); }
H1.HeaderClassName
{
color: #FF8021;
}
.AnyTagClassName
{
color: #FF8021;
}
</style>
background-color css
<style>
a { background-color: #FF8021; }
a { background-color: rgb(255,128,33); }
div.DivClassName
{
background-color: #FF8021;
}
.BgClassName
{
background-color: #FF8021;
}
</style>
border-color css
<style>
span { border-color: #FF8021; }
span { border-color: rgb(255,128,33); }
td.TdClassName
{
border-color: #FF8021;
}
.TagClassName
{
border-color: #FF8021;
}
</style>