Shades of Pumpkin #FF871D
Tints of Pumpkin #FF871D
RGB
CMYK
RGB Variations
Color information
#FF871D (or 0xFF871D) is known color: Pumpkin. HEX triplet: FF, 87 and 1D. RGB value is (255,135,29). Sum of RGB (Red+Green+Blue) = 255+135+29=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF871D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF871D is #0078E2. Grayscale: #9F9F9F. Windows color (decimal): -30947 or 1935359. OLE color: 1935359.
HSL color Cylindrical-coordinate representation of color #FF871D: hue angle of 28.14º 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 #FF871D is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 29 | - |
| CMYK | 0 | 0.47 | 0.89 | 0 |
| HSL | 28.14º | 1% | 0.56% | - |
| HSV(B) | 28.14º | 0.89% | 1% | - |
| XYZ | 50.13 | 38.68 | 5.99 | - |
| YUV | 158.8 | 54.76 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 29 | 0 | 0.47 | 0.89 | 0 | 28.14 | 1 | 0.56 |
| Hex | FF | 87 | 1D | 0 | 2F | 59 | 0 | 1C | 64 | 38 |
| Octal | 377 | 207 | 35 | 0 | 57 | 131 | 0 | 34 | 144 | 70 |
| Binary | 11111111 | 10000111 | 11101 | 0 | 101111 | 1011001 | 0 | 11100 | 1100100 | 111000 |
Color Harmonies of #FF871D
Complementary color
Monochromatic Colors of #FF871D
Black with #FF871D
Text Example
Text Example
White with #FF871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF871D; }
p { color: rgb(255,135,29); }
H1.HeaderClassName
{
color: #FF871D;
}
.AnyTagClassName
{
color: #FF871D;
}
</style>
background-color css
<style>
a { background-color: #FF871D; }
a { background-color: rgb(255,135,29); }
div.DivClassName
{
background-color: #FF871D;
}
.BgClassName
{
background-color: #FF871D;
}
</style>
border-color css
<style>
span { border-color: #FF871D; }
span { border-color: rgb(255,135,29); }
td.TdClassName
{
border-color: #FF871D;
}
.TagClassName
{
border-color: #FF871D;
}
</style>