Shades of Pumpkin #FF841D
Tints of Pumpkin #FF841D
RGB
CMYK
RGB Variations
Color information
#FF841D (or 0xFF841D) is known color: Pumpkin. HEX triplet: FF, 84 and 1D. RGB value is (255,132,29). Sum of RGB (Red+Green+Blue) = 255+132+29=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF841D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF841D is #007BE2. Grayscale: #9D9D9D. Windows color (decimal): -31715 or 1934591. OLE color: 1934591.
HSL color Cylindrical-coordinate representation of color #FF841D: hue angle of 27.35º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF841D is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 29 | - |
| CMYK | 0 | 0.48 | 0.89 | 0 |
| HSL | 27.35º | 1% | 0.56% | - |
| HSV(B) | 27.35º | 0.89% | 1% | - |
| XYZ | 49.71 | 37.85 | 5.85 | - |
| YUV | 157.04 | 55.75 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 29 | 0 | 0.48 | 0.89 | 0 | 27.35 | 1 | 0.56 |
| Hex | FF | 84 | 1D | 0 | 30 | 59 | 0 | 1B | 64 | 38 |
| Octal | 377 | 204 | 35 | 0 | 60 | 131 | 0 | 33 | 144 | 70 |
| Binary | 11111111 | 10000100 | 11101 | 0 | 110000 | 1011001 | 0 | 11011 | 1100100 | 111000 |
Color Harmonies of #FF841D
Complementary color
Monochromatic Colors of #FF841D
Black with #FF841D
Text Example
Text Example
White with #FF841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF841D; }
p { color: rgb(255,132,29); }
H1.HeaderClassName
{
color: #FF841D;
}
.AnyTagClassName
{
color: #FF841D;
}
</style>
background-color css
<style>
a { background-color: #FF841D; }
a { background-color: rgb(255,132,29); }
div.DivClassName
{
background-color: #FF841D;
}
.BgClassName
{
background-color: #FF841D;
}
</style>
border-color css
<style>
span { border-color: #FF841D; }
span { border-color: rgb(255,132,29); }
td.TdClassName
{
border-color: #FF841D;
}
.TagClassName
{
border-color: #FF841D;
}
</style>