Shades of Pumpkin #FF8715
Tints of Pumpkin #FF8715
RGB
CMYK
RGB Variations
Color information
#FF8715 (or 0xFF8715) is known color: Pumpkin. HEX triplet: FF, 87 and 15. RGB value is (255,135,21). Sum of RGB (Red+Green+Blue) = 255+135+21=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8715 is #0078EA. Grayscale: #9E9E9E. Windows color (decimal): -30955 or 1411071. OLE color: 1411071.
HSL color Cylindrical-coordinate representation of color #FF8715: hue angle of 29.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF8715 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 21 | - |
| CMYK | 0 | 0.47 | 0.92 | 0 |
| HSL | 29.23º | 1% | 0.54% | - |
| HSV(B) | 29.23º | 0.92% | 1% | - |
| XYZ | 50.04 | 38.64 | 5.53 | - |
| YUV | 157.88 | 50.76 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 21 | 0 | 0.47 | 0.92 | 0 | 29.23 | 1 | 0.54 |
| Hex | FF | 87 | 15 | 0 | 2F | 5C | 0 | 1D | 64 | 36 |
| Octal | 377 | 207 | 25 | 0 | 57 | 134 | 0 | 35 | 144 | 66 |
| Binary | 11111111 | 10000111 | 10101 | 0 | 101111 | 1011100 | 0 | 11101 | 1100100 | 110110 |
Color Harmonies of #FF8715
Complementary color
Monochromatic Colors of #FF8715
Black with #FF8715
Text Example
Text Example
White with #FF8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8715; }
p { color: rgb(255,135,21); }
H1.HeaderClassName
{
color: #FF8715;
}
.AnyTagClassName
{
color: #FF8715;
}
</style>
background-color css
<style>
a { background-color: #FF8715; }
a { background-color: rgb(255,135,21); }
div.DivClassName
{
background-color: #FF8715;
}
.BgClassName
{
background-color: #FF8715;
}
</style>
border-color css
<style>
span { border-color: #FF8715; }
span { border-color: rgb(255,135,21); }
td.TdClassName
{
border-color: #FF8715;
}
.TagClassName
{
border-color: #FF8715;
}
</style>