Shades of Pumpkin #FF841E
Tints of Pumpkin #FF841E
RGB
CMYK
RGB Variations
Color information
#FF841E (or 0xFF841E) is known color: Pumpkin. HEX triplet: FF, 84 and 1E. RGB value is (255,132,30). Sum of RGB (Red+Green+Blue) = 255+132+30=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF841E is #007BE1. Grayscale: #9D9D9D. Windows color (decimal): -31714 or 2000127. OLE color: 2000127.
HSL color Cylindrical-coordinate representation of color #FF841E: hue angle of 27.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF841E is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 30 | - |
| CMYK | 0 | 0.48 | 0.88 | 0 |
| HSL | 27.2º | 1% | 0.56% | - |
| HSV(B) | 27.2º | 0.88% | 1% | - |
| XYZ | 49.73 | 37.86 | 5.91 | - |
| YUV | 157.15 | 56.25 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 30 | 0 | 0.48 | 0.88 | 0 | 27.2 | 1 | 0.56 |
| Hex | FF | 84 | 1E | 0 | 30 | 58 | 0 | 1B | 64 | 38 |
| Octal | 377 | 204 | 36 | 0 | 60 | 130 | 0 | 33 | 144 | 70 |
| Binary | 11111111 | 10000100 | 11110 | 0 | 110000 | 1011000 | 0 | 11011 | 1100100 | 111000 |
Color Harmonies of #FF841E
Complementary color
Monochromatic Colors of #FF841E
Black with #FF841E
Text Example
Text Example
White with #FF841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF841E; }
p { color: rgb(255,132,30); }
H1.HeaderClassName
{
color: #FF841E;
}
.AnyTagClassName
{
color: #FF841E;
}
</style>
background-color css
<style>
a { background-color: #FF841E; }
a { background-color: rgb(255,132,30); }
div.DivClassName
{
background-color: #FF841E;
}
.BgClassName
{
background-color: #FF841E;
}
</style>
border-color css
<style>
span { border-color: #FF841E; }
span { border-color: rgb(255,132,30); }
td.TdClassName
{
border-color: #FF841E;
}
.TagClassName
{
border-color: #FF841E;
}
</style>