Shades of Pumpkin #F7710E
Tints of Pumpkin #F7710E
RGB
CMYK
RGB Variations
Color information
#F7710E (or 0xF7710E) is known color: Pumpkin. HEX triplet: F7, 71 and 0E. RGB value is (247,113,14). Sum of RGB (Red+Green+Blue) = 247+113+14=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7710E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7710E is #088EF1. Grayscale: #8E8E8E. Windows color (decimal): -560882 or 946679. OLE color: 946679.
HSL color Cylindrical-coordinate representation of color #F7710E: hue angle of 25.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7710E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.03 |
| HSL | 25.49º | 0.94% | 0.51% | - |
| HSV(B) | 25.49º | 0.94% | 0.97% | - |
| XYZ | 44.34 | 31.62 | 4.18 | - |
| YUV | 141.78 | 55.89 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 14 | 0 | 0.54 | 0.94 | 0.03 | 25.49 | 0.94 | 0.51 |
| Hex | F7 | 71 | E | 0 | 36 | 5E | 3 | 19 | 5E | 33 |
| Octal | 367 | 161 | 16 | 0 | 66 | 136 | 3 | 31 | 136 | 63 |
| Binary | 11110111 | 1110001 | 1110 | 0 | 110110 | 1011110 | 11 | 11001 | 1011110 | 110011 |
Color Harmonies of #F7710E
Complementary color
Monochromatic Colors of #F7710E
Black with #F7710E
Text Example
Text Example
White with #F7710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7710E; }
p { color: rgb(247,113,14); }
H1.HeaderClassName
{
color: #F7710E;
}
.AnyTagClassName
{
color: #F7710E;
}
</style>
background-color css
<style>
a { background-color: #F7710E; }
a { background-color: rgb(247,113,14); }
div.DivClassName
{
background-color: #F7710E;
}
.BgClassName
{
background-color: #F7710E;
}
</style>
border-color css
<style>
span { border-color: #F7710E; }
span { border-color: rgb(247,113,14); }
td.TdClassName
{
border-color: #F7710E;
}
.TagClassName
{
border-color: #F7710E;
}
</style>