Shades of Pumpkin #FF8515
Tints of Pumpkin #FF8515
RGB
CMYK
RGB Variations
Color information
#FF8515 (or 0xFF8515) is known color: Pumpkin. HEX triplet: FF, 85 and 15. RGB value is (255,133,21). Sum of RGB (Red+Green+Blue) = 255+133+21=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8515 is #007AEA. Grayscale: #9D9D9D. Windows color (decimal): -31467 or 1410559. OLE color: 1410559.
HSL color Cylindrical-coordinate representation of color #FF8515: hue angle of 28.72º 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 #FF8515 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 21 | - |
| CMYK | 0 | 0.48 | 0.92 | 0 |
| HSL | 28.72º | 1% | 0.54% | - |
| HSV(B) | 28.72º | 0.92% | 1% | - |
| XYZ | 49.76 | 38.09 | 5.44 | - |
| YUV | 156.71 | 51.42 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 21 | 0 | 0.48 | 0.92 | 0 | 28.72 | 1 | 0.54 |
| Hex | FF | 85 | 15 | 0 | 30 | 5C | 0 | 1D | 64 | 36 |
| Octal | 377 | 205 | 25 | 0 | 60 | 134 | 0 | 35 | 144 | 66 |
| Binary | 11111111 | 10000101 | 10101 | 0 | 110000 | 1011100 | 0 | 11101 | 1100100 | 110110 |
Color Harmonies of #FF8515
Complementary color
Monochromatic Colors of #FF8515
Black with #FF8515
Text Example
Text Example
White with #FF8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8515; }
p { color: rgb(255,133,21); }
H1.HeaderClassName
{
color: #FF8515;
}
.AnyTagClassName
{
color: #FF8515;
}
</style>
background-color css
<style>
a { background-color: #FF8515; }
a { background-color: rgb(255,133,21); }
div.DivClassName
{
background-color: #FF8515;
}
.BgClassName
{
background-color: #FF8515;
}
</style>
border-color css
<style>
span { border-color: #FF8515; }
span { border-color: rgb(255,133,21); }
td.TdClassName
{
border-color: #FF8515;
}
.TagClassName
{
border-color: #FF8515;
}
</style>