Shades of Pumpkin #FF871C
Tints of Pumpkin #FF871C
RGB
CMYK
RGB Variations
Color information
#FF871C (or 0xFF871C) is known color: Pumpkin. HEX triplet: FF, 87 and 1C. RGB value is (255,135,28). Sum of RGB (Red+Green+Blue) = 255+135+28=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF871C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF871C is #0078E3. Grayscale: #9F9F9F. Windows color (decimal): -30948 or 1869823. OLE color: 1869823.
HSL color Cylindrical-coordinate representation of color #FF871C: hue angle of 28.28º 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 #FF871C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0 |
| HSL | 28.28º | 1% | 0.55% | - |
| HSV(B) | 28.28º | 0.89% | 1% | - |
| XYZ | 50.11 | 38.67 | 5.92 | - |
| YUV | 158.68 | 54.26 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 28 | 0 | 0.47 | 0.89 | 0 | 28.28 | 1 | 0.55 |
| Hex | FF | 87 | 1C | 0 | 2F | 59 | 0 | 1C | 64 | 37 |
| Octal | 377 | 207 | 34 | 0 | 57 | 131 | 0 | 34 | 144 | 67 |
| Binary | 11111111 | 10000111 | 11100 | 0 | 101111 | 1011001 | 0 | 11100 | 1100100 | 110111 |
Color Harmonies of #FF871C
Complementary color
Monochromatic Colors of #FF871C
Black with #FF871C
Text Example
Text Example
White with #FF871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF871C; }
p { color: rgb(255,135,28); }
H1.HeaderClassName
{
color: #FF871C;
}
.AnyTagClassName
{
color: #FF871C;
}
</style>
background-color css
<style>
a { background-color: #FF871C; }
a { background-color: rgb(255,135,28); }
div.DivClassName
{
background-color: #FF871C;
}
.BgClassName
{
background-color: #FF871C;
}
</style>
border-color css
<style>
span { border-color: #FF871C; }
span { border-color: rgb(255,135,28); }
td.TdClassName
{
border-color: #FF871C;
}
.TagClassName
{
border-color: #FF871C;
}
</style>