Shades of Pumpkin #FF861B
Tints of Pumpkin #FF861B
RGB
CMYK
RGB Variations
Color information
#FF861B (or 0xFF861B) is known color: Pumpkin. HEX triplet: FF, 86 and 1B. RGB value is (255,134,27). Sum of RGB (Red+Green+Blue) = 255+134+27=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF861B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF861B is #0079E4. Grayscale: #9E9E9E. Windows color (decimal): -31205 or 1804031. OLE color: 1804031.
HSL color Cylindrical-coordinate representation of color #FF861B: hue angle of 28.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF861B is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 27 | - |
| CMYK | 0 | 0.47 | 0.89 | 0 |
| HSL | 28.16º | 1% | 0.55% | - |
| HSV(B) | 28.16º | 0.89% | 1% | - |
| XYZ | 49.96 | 38.39 | 5.81 | - |
| YUV | 157.98 | 54.09 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 27 | 0 | 0.47 | 0.89 | 0 | 28.16 | 1 | 0.55 |
| Hex | FF | 86 | 1B | 0 | 2F | 59 | 0 | 1C | 64 | 37 |
| Octal | 377 | 206 | 33 | 0 | 57 | 131 | 0 | 34 | 144 | 67 |
| Binary | 11111111 | 10000110 | 11011 | 0 | 101111 | 1011001 | 0 | 11100 | 1100100 | 110111 |
Color Harmonies of #FF861B
Complementary color
Monochromatic Colors of #FF861B
Black with #FF861B
Text Example
Text Example
White with #FF861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF861B; }
p { color: rgb(255,134,27); }
H1.HeaderClassName
{
color: #FF861B;
}
.AnyTagClassName
{
color: #FF861B;
}
</style>
background-color css
<style>
a { background-color: #FF861B; }
a { background-color: rgb(255,134,27); }
div.DivClassName
{
background-color: #FF861B;
}
.BgClassName
{
background-color: #FF861B;
}
</style>
border-color css
<style>
span { border-color: #FF861B; }
span { border-color: rgb(255,134,27); }
td.TdClassName
{
border-color: #FF861B;
}
.TagClassName
{
border-color: #FF861B;
}
</style>