Shades of Pumpkin #FF8321
Tints of Pumpkin #FF8321
RGB
CMYK
RGB Variations
Color information
#FF8321 (or 0xFF8321) is known color: Pumpkin. HEX triplet: FF, 83 and 21. RGB value is (255,131,33). Sum of RGB (Red+Green+Blue) = 255+131+33=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8321 is #007CDE. Grayscale: #9D9D9D. Windows color (decimal): -31967 or 2196479. OLE color: 2196479.
HSL color Cylindrical-coordinate representation of color #FF8321: hue angle of 26.49º 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 #FF8321 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 33 | - |
| CMYK | 0 | 0.49 | 0.87 | 0 |
| HSL | 26.49º | 1% | 0.56% | - |
| HSV(B) | 26.49º | 0.87% | 1% | - |
| XYZ | 49.63 | 37.6 | 6.08 | - |
| YUV | 156.9 | 58.08 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 33 | 0 | 0.49 | 0.87 | 0 | 26.49 | 1 | 0.56 |
| Hex | FF | 83 | 21 | 0 | 31 | 57 | 0 | 1A | 64 | 38 |
| Octal | 377 | 203 | 41 | 0 | 61 | 127 | 0 | 32 | 144 | 70 |
| Binary | 11111111 | 10000011 | 100001 | 0 | 110001 | 1010111 | 0 | 11010 | 1100100 | 111000 |
Color Harmonies of #FF8321
Complementary color
Monochromatic Colors of #FF8321
Black with #FF8321
Text Example
Text Example
White with #FF8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8321; }
p { color: rgb(255,131,33); }
H1.HeaderClassName
{
color: #FF8321;
}
.AnyTagClassName
{
color: #FF8321;
}
</style>
background-color css
<style>
a { background-color: #FF8321; }
a { background-color: rgb(255,131,33); }
div.DivClassName
{
background-color: #FF8321;
}
.BgClassName
{
background-color: #FF8321;
}
</style>
border-color css
<style>
span { border-color: #FF8321; }
span { border-color: rgb(255,131,33); }
td.TdClassName
{
border-color: #FF8321;
}
.TagClassName
{
border-color: #FF8321;
}
</style>