Shades of Pumpkin #FF7014
Tints of Pumpkin #FF7014
RGB
CMYK
RGB Variations
Color information
#FF7014 (or 0xFF7014) is known color: Pumpkin. HEX triplet: FF, 70 and 14. RGB value is (255,112,20). Sum of RGB (Red+Green+Blue) = 255+112+20=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7014 is #008FEB. Grayscale: #909090. Windows color (decimal): -36844 or 1339647. OLE color: 1339647.
HSL color Cylindrical-coordinate representation of color #FF7014: hue angle of 23.49º 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 #FF7014 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0 |
| HSL | 23.49º | 1% | 0.54% | - |
| HSV(B) | 23.49º | 0.92% | 1% | - |
| XYZ | 47.16 | 32.9 | 4.53 | - |
| YUV | 144.27 | 57.88 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 20 | 0 | 0.56 | 0.92 | 0 | 23.49 | 1 | 0.54 |
| Hex | FF | 70 | 14 | 0 | 38 | 5C | 0 | 17 | 64 | 36 |
| Octal | 377 | 160 | 24 | 0 | 70 | 134 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1110000 | 10100 | 0 | 111000 | 1011100 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF7014
Complementary color
Monochromatic Colors of #FF7014
Black with #FF7014
Text Example
Text Example
White with #FF7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7014; }
p { color: rgb(255,112,20); }
H1.HeaderClassName
{
color: #FF7014;
}
.AnyTagClassName
{
color: #FF7014;
}
</style>
background-color css
<style>
a { background-color: #FF7014; }
a { background-color: rgb(255,112,20); }
div.DivClassName
{
background-color: #FF7014;
}
.BgClassName
{
background-color: #FF7014;
}
</style>
border-color css
<style>
span { border-color: #FF7014; }
span { border-color: rgb(255,112,20); }
td.TdClassName
{
border-color: #FF7014;
}
.TagClassName
{
border-color: #FF7014;
}
</style>