Shades of Pumpkin #FF8720
Tints of Pumpkin #FF8720
RGB
CMYK
RGB Variations
Color information
#FF8720 (or 0xFF8720) is known color: Pumpkin. HEX triplet: FF, 87 and 20. RGB value is (255,135,32). Sum of RGB (Red+Green+Blue) = 255+135+32=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8720 is #0078DF. Grayscale: #9F9F9F. Windows color (decimal): -30944 or 2131967. OLE color: 2131967.
HSL color Cylindrical-coordinate representation of color #FF8720: hue angle of 27.71º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF8720 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0 |
| HSL | 27.71º | 1% | 0.56% | - |
| HSV(B) | 27.71º | 0.87% | 1% | - |
| XYZ | 50.16 | 38.69 | 6.19 | - |
| YUV | 159.14 | 56.26 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 32 | 0 | 0.47 | 0.87 | 0 | 27.71 | 1 | 0.56 |
| Hex | FF | 87 | 20 | 0 | 2F | 57 | 0 | 1C | 64 | 38 |
| Octal | 377 | 207 | 40 | 0 | 57 | 127 | 0 | 34 | 144 | 70 |
| Binary | 11111111 | 10000111 | 100000 | 0 | 101111 | 1010111 | 0 | 11100 | 1100100 | 111000 |
Color Harmonies of #FF8720
Complementary color
Monochromatic Colors of #FF8720
Black with #FF8720
Text Example
Text Example
White with #FF8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8720; }
p { color: rgb(255,135,32); }
H1.HeaderClassName
{
color: #FF8720;
}
.AnyTagClassName
{
color: #FF8720;
}
</style>
background-color css
<style>
a { background-color: #FF8720; }
a { background-color: rgb(255,135,32); }
div.DivClassName
{
background-color: #FF8720;
}
.BgClassName
{
background-color: #FF8720;
}
</style>
border-color css
<style>
span { border-color: #FF8720; }
span { border-color: rgb(255,135,32); }
td.TdClassName
{
border-color: #FF8720;
}
.TagClassName
{
border-color: #FF8720;
}
</style>