Shades of Pumpkin #F7831E
Tints of Pumpkin #F7831E
RGB
CMYK
RGB Variations
Color information
#F7831E (or 0xF7831E) is known color: Pumpkin. HEX triplet: F7, 83 and 1E. RGB value is (247,131,30). Sum of RGB (Red+Green+Blue) = 247+131+30=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7831E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7831E is #087CE1. Grayscale: #9A9A9A. Windows color (decimal): -556258 or 1999863. OLE color: 1999863.
HSL color Cylindrical-coordinate representation of color #F7831E: hue angle of 27.93º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7831E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 30 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.03 |
| HSL | 27.93º | 0.93% | 0.54% | - |
| HSV(B) | 27.93º | 0.88% | 0.97% | - |
| XYZ | 46.71 | 36.1 | 5.73 | - |
| YUV | 154.17 | 57.93 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 30 | 0 | 0.47 | 0.88 | 0.03 | 27.93 | 0.93 | 0.54 |
| Hex | F7 | 83 | 1E | 0 | 2F | 58 | 3 | 1C | 5D | 36 |
| Octal | 367 | 203 | 36 | 0 | 57 | 130 | 3 | 34 | 135 | 66 |
| Binary | 11110111 | 10000011 | 11110 | 0 | 101111 | 1011000 | 11 | 11100 | 1011101 | 110110 |
Color Harmonies of #F7831E
Complementary color
Monochromatic Colors of #F7831E
Black with #F7831E
Text Example
Text Example
White with #F7831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7831E; }
p { color: rgb(247,131,30); }
H1.HeaderClassName
{
color: #F7831E;
}
.AnyTagClassName
{
color: #F7831E;
}
</style>
background-color css
<style>
a { background-color: #F7831E; }
a { background-color: rgb(247,131,30); }
div.DivClassName
{
background-color: #F7831E;
}
.BgClassName
{
background-color: #F7831E;
}
</style>
border-color css
<style>
span { border-color: #F7831E; }
span { border-color: rgb(247,131,30); }
td.TdClassName
{
border-color: #F7831E;
}
.TagClassName
{
border-color: #F7831E;
}
</style>