Shades of Pumpkin #F78211
Tints of Pumpkin #F78211
RGB
CMYK
RGB Variations
Color information
#F78211 (or 0xF78211) is known color: Pumpkin. HEX triplet: F7, 82 and 11. RGB value is (247,130,17). Sum of RGB (Red+Green+Blue) = 247+130+17=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F78211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78211 is #087DEE. Grayscale: #989898. Windows color (decimal): -556527 or 1147639. OLE color: 1147639.
HSL color Cylindrical-coordinate representation of color #F78211: hue angle of 29.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F78211 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.03 |
| HSL | 29.48º | 0.93% | 0.52% | - |
| HSV(B) | 29.48º | 0.93% | 0.97% | - |
| XYZ | 46.44 | 35.78 | 4.99 | - |
| YUV | 152.1 | 51.76 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 17 | 0 | 0.47 | 0.93 | 0.03 | 29.48 | 0.93 | 0.52 |
| Hex | F7 | 82 | 11 | 0 | 2F | 5D | 3 | 1D | 5D | 34 |
| Octal | 367 | 202 | 21 | 0 | 57 | 135 | 3 | 35 | 135 | 64 |
| Binary | 11110111 | 10000010 | 10001 | 0 | 101111 | 1011101 | 11 | 11101 | 1011101 | 110100 |
Color Harmonies of #F78211
Complementary color
Monochromatic Colors of #F78211
Black with #F78211
Text Example
Text Example
White with #F78211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78211; }
p { color: rgb(247,130,17); }
H1.HeaderClassName
{
color: #F78211;
}
.AnyTagClassName
{
color: #F78211;
}
</style>
background-color css
<style>
a { background-color: #F78211; }
a { background-color: rgb(247,130,17); }
div.DivClassName
{
background-color: #F78211;
}
.BgClassName
{
background-color: #F78211;
}
</style>
border-color css
<style>
span { border-color: #F78211; }
span { border-color: rgb(247,130,17); }
td.TdClassName
{
border-color: #F78211;
}
.TagClassName
{
border-color: #F78211;
}
</style>