Shades of Pumpkin #FF7515
Tints of Pumpkin #FF7515
RGB
CMYK
RGB Variations
Color information
#FF7515 (or 0xFF7515) is known color: Pumpkin. HEX triplet: FF, 75 and 15. RGB value is (255,117,21). Sum of RGB (Red+Green+Blue) = 255+117+21=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7515 is #008AEA. Grayscale: #939393. Windows color (decimal): -35563 or 1406463. OLE color: 1406463.
HSL color Cylindrical-coordinate representation of color #FF7515: hue angle of 24.62º 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 #FF7515 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 21 | - |
| CMYK | 0 | 0.54 | 0.92 | 0 |
| HSL | 24.62º | 1% | 0.54% | - |
| HSV(B) | 24.62º | 0.92% | 1% | - |
| XYZ | 47.74 | 34.04 | 4.76 | - |
| YUV | 147.32 | 56.72 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 21 | 0 | 0.54 | 0.92 | 0 | 24.62 | 1 | 0.54 |
| Hex | FF | 75 | 15 | 0 | 36 | 5C | 0 | 19 | 64 | 36 |
| Octal | 377 | 165 | 25 | 0 | 66 | 134 | 0 | 31 | 144 | 66 |
| Binary | 11111111 | 1110101 | 10101 | 0 | 110110 | 1011100 | 0 | 11001 | 1100100 | 110110 |
Color Harmonies of #FF7515
Complementary color
Monochromatic Colors of #FF7515
Black with #FF7515
Text Example
Text Example
White with #FF7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7515; }
p { color: rgb(255,117,21); }
H1.HeaderClassName
{
color: #FF7515;
}
.AnyTagClassName
{
color: #FF7515;
}
</style>
background-color css
<style>
a { background-color: #FF7515; }
a { background-color: rgb(255,117,21); }
div.DivClassName
{
background-color: #FF7515;
}
.BgClassName
{
background-color: #FF7515;
}
</style>
border-color css
<style>
span { border-color: #FF7515; }
span { border-color: rgb(255,117,21); }
td.TdClassName
{
border-color: #FF7515;
}
.TagClassName
{
border-color: #FF7515;
}
</style>