Shades of Pumpkin #FF7010
Tints of Pumpkin #FF7010
RGB
CMYK
RGB Variations
Color information
#FF7010 (or 0xFF7010) is known color: Pumpkin. HEX triplet: FF, 70 and 10. RGB value is (255,112,16). Sum of RGB (Red+Green+Blue) = 255+112+16=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7010 is #008FEF. Grayscale: #909090. Windows color (decimal): -36848 or 1077503. OLE color: 1077503.
HSL color Cylindrical-coordinate representation of color #FF7010: hue angle of 24.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF7010 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 16 | - |
| CMYK | 0 | 0.56 | 0.94 | 0 |
| HSL | 24.1º | 1% | 0.53% | - |
| HSV(B) | 24.1º | 0.94% | 1% | - |
| XYZ | 47.13 | 32.89 | 4.35 | - |
| YUV | 143.81 | 55.88 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 16 | 0 | 0.56 | 0.94 | 0 | 24.1 | 1 | 0.53 |
| Hex | FF | 70 | 10 | 0 | 38 | 5E | 0 | 18 | 64 | 35 |
| Octal | 377 | 160 | 20 | 0 | 70 | 136 | 0 | 30 | 144 | 65 |
| Binary | 11111111 | 1110000 | 10000 | 0 | 111000 | 1011110 | 0 | 11000 | 1100100 | 110101 |
Color Harmonies of #FF7010
Complementary color
Monochromatic Colors of #FF7010
Black with #FF7010
Text Example
Text Example
White with #FF7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7010; }
p { color: rgb(255,112,16); }
H1.HeaderClassName
{
color: #FF7010;
}
.AnyTagClassName
{
color: #FF7010;
}
</style>
background-color css
<style>
a { background-color: #FF7010; }
a { background-color: rgb(255,112,16); }
div.DivClassName
{
background-color: #FF7010;
}
.BgClassName
{
background-color: #FF7010;
}
</style>
border-color css
<style>
span { border-color: #FF7010; }
span { border-color: rgb(255,112,16); }
td.TdClassName
{
border-color: #FF7010;
}
.TagClassName
{
border-color: #FF7010;
}
</style>