Shades of Pumpkin #FF7013
Tints of Pumpkin #FF7013
RGB
CMYK
RGB Variations
Color information
#FF7013 (or 0xFF7013) is known color: Pumpkin. HEX triplet: FF, 70 and 13. RGB value is (255,112,19). Sum of RGB (Red+Green+Blue) = 255+112+19=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7013 is #008FEC. Grayscale: #909090. Windows color (decimal): -36845 or 1274111. OLE color: 1274111.
HSL color Cylindrical-coordinate representation of color #FF7013: hue angle of 23.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF7013 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 19 | - |
| CMYK | 0 | 0.56 | 0.93 | 0 |
| HSL | 23.64º | 1% | 0.54% | - |
| HSV(B) | 23.64º | 0.93% | 1% | - |
| XYZ | 47.15 | 32.9 | 4.48 | - |
| YUV | 144.16 | 57.38 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 19 | 0 | 0.56 | 0.93 | 0 | 23.64 | 1 | 0.54 |
| Hex | FF | 70 | 13 | 0 | 38 | 5D | 0 | 18 | 64 | 36 |
| Octal | 377 | 160 | 23 | 0 | 70 | 135 | 0 | 30 | 144 | 66 |
| Binary | 11111111 | 1110000 | 10011 | 0 | 111000 | 1011101 | 0 | 11000 | 1100100 | 110110 |
Color Harmonies of #FF7013
Complementary color
Monochromatic Colors of #FF7013
Black with #FF7013
Text Example
Text Example
White with #FF7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7013; }
p { color: rgb(255,112,19); }
H1.HeaderClassName
{
color: #FF7013;
}
.AnyTagClassName
{
color: #FF7013;
}
</style>
background-color css
<style>
a { background-color: #FF7013; }
a { background-color: rgb(255,112,19); }
div.DivClassName
{
background-color: #FF7013;
}
.BgClassName
{
background-color: #FF7013;
}
</style>
border-color css
<style>
span { border-color: #FF7013; }
span { border-color: rgb(255,112,19); }
td.TdClassName
{
border-color: #FF7013;
}
.TagClassName
{
border-color: #FF7013;
}
</style>