Shades of Pumpkin #FF8115
Tints of Pumpkin #FF8115
RGB
CMYK
RGB Variations
Color information
#FF8115 (or 0xFF8115) is known color: Pumpkin. HEX triplet: FF, 81 and 15. RGB value is (255,129,21). Sum of RGB (Red+Green+Blue) = 255+129+21=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8115 is #007EEA. Grayscale: #9A9A9A. Windows color (decimal): -32491 or 1409535. OLE color: 1409535.
HSL color Cylindrical-coordinate representation of color #FF8115: hue angle of 27.69º 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 #FF8115 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 21 | - |
| CMYK | 0 | 0.49 | 0.92 | 0 |
| HSL | 27.69º | 1% | 0.54% | - |
| HSV(B) | 27.69º | 0.92% | 1% | - |
| XYZ | 49.23 | 37.01 | 5.26 | - |
| YUV | 154.36 | 52.74 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 21 | 0 | 0.49 | 0.92 | 0 | 27.69 | 1 | 0.54 |
| Hex | FF | 81 | 15 | 0 | 31 | 5C | 0 | 1C | 64 | 36 |
| Octal | 377 | 201 | 25 | 0 | 61 | 134 | 0 | 34 | 144 | 66 |
| Binary | 11111111 | 10000001 | 10101 | 0 | 110001 | 1011100 | 0 | 11100 | 1100100 | 110110 |
Color Harmonies of #FF8115
Complementary color
Monochromatic Colors of #FF8115
Black with #FF8115
Text Example
Text Example
White with #FF8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8115; }
p { color: rgb(255,129,21); }
H1.HeaderClassName
{
color: #FF8115;
}
.AnyTagClassName
{
color: #FF8115;
}
</style>
background-color css
<style>
a { background-color: #FF8115; }
a { background-color: rgb(255,129,21); }
div.DivClassName
{
background-color: #FF8115;
}
.BgClassName
{
background-color: #FF8115;
}
</style>
border-color css
<style>
span { border-color: #FF8115; }
span { border-color: rgb(255,129,21); }
td.TdClassName
{
border-color: #FF8115;
}
.TagClassName
{
border-color: #FF8115;
}
</style>