Shades of Pumpkin #FF861D
Tints of Pumpkin #FF861D
RGB
CMYK
RGB Variations
Color information
#FF861D (or 0xFF861D) is known color: Pumpkin. HEX triplet: FF, 86 and 1D. RGB value is (255,134,29). Sum of RGB (Red+Green+Blue) = 255+134+29=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF861D is #0079E2. Grayscale: #9E9E9E. Windows color (decimal): -31203 or 1935103. OLE color: 1935103.
HSL color Cylindrical-coordinate representation of color #FF861D: hue angle of 27.88º 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 #FF861D is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 29 | - |
| CMYK | 0 | 0.47 | 0.89 | 0 |
| HSL | 27.88º | 1% | 0.56% | - |
| HSV(B) | 27.88º | 0.89% | 1% | - |
| XYZ | 49.99 | 38.4 | 5.94 | - |
| YUV | 158.21 | 55.09 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 29 | 0 | 0.47 | 0.89 | 0 | 27.88 | 1 | 0.56 |
| Hex | FF | 86 | 1D | 0 | 2F | 59 | 0 | 1C | 64 | 38 |
| Octal | 377 | 206 | 35 | 0 | 57 | 131 | 0 | 34 | 144 | 70 |
| Binary | 11111111 | 10000110 | 11101 | 0 | 101111 | 1011001 | 0 | 11100 | 1100100 | 111000 |
Color Harmonies of #FF861D
Complementary color
Monochromatic Colors of #FF861D
Black with #FF861D
Text Example
Text Example
White with #FF861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF861D; }
p { color: rgb(255,134,29); }
H1.HeaderClassName
{
color: #FF861D;
}
.AnyTagClassName
{
color: #FF861D;
}
</style>
background-color css
<style>
a { background-color: #FF861D; }
a { background-color: rgb(255,134,29); }
div.DivClassName
{
background-color: #FF861D;
}
.BgClassName
{
background-color: #FF861D;
}
</style>
border-color css
<style>
span { border-color: #FF861D; }
span { border-color: rgb(255,134,29); }
td.TdClassName
{
border-color: #FF861D;
}
.TagClassName
{
border-color: #FF861D;
}
</style>