Shades of Pumpkin #FF7015
Tints of Pumpkin #FF7015
RGB
CMYK
RGB Variations
Color information
#FF7015 (or 0xFF7015) is known color: Pumpkin. HEX triplet: FF, 70 and 15. RGB value is (255,112,21). Sum of RGB (Red+Green+Blue) = 255+112+21=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7015 is #008FEA. Grayscale: #909090. Windows color (decimal): -36843 or 1405183. OLE color: 1405183.
HSL color Cylindrical-coordinate representation of color #FF7015: hue angle of 23.33º 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 #FF7015 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 21 | - |
| CMYK | 0 | 0.56 | 0.92 | 0 |
| HSL | 23.33º | 1% | 0.54% | - |
| HSV(B) | 23.33º | 0.92% | 1% | - |
| XYZ | 47.17 | 32.9 | 4.57 | - |
| YUV | 144.38 | 58.38 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 21 | 0 | 0.56 | 0.92 | 0 | 23.33 | 1 | 0.54 |
| Hex | FF | 70 | 15 | 0 | 38 | 5C | 0 | 17 | 64 | 36 |
| Octal | 377 | 160 | 25 | 0 | 70 | 134 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1110000 | 10101 | 0 | 111000 | 1011100 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF7015
Complementary color
Monochromatic Colors of #FF7015
Black with #FF7015
Text Example
Text Example
White with #FF7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7015; }
p { color: rgb(255,112,21); }
H1.HeaderClassName
{
color: #FF7015;
}
.AnyTagClassName
{
color: #FF7015;
}
</style>
background-color css
<style>
a { background-color: #FF7015; }
a { background-color: rgb(255,112,21); }
div.DivClassName
{
background-color: #FF7015;
}
.BgClassName
{
background-color: #FF7015;
}
</style>
border-color css
<style>
span { border-color: #FF7015; }
span { border-color: rgb(255,112,21); }
td.TdClassName
{
border-color: #FF7015;
}
.TagClassName
{
border-color: #FF7015;
}
</style>