Shades of Pumpkin #F78020
Tints of Pumpkin #F78020
RGB
CMYK
RGB Variations
Color information
#F78020 (or 0xF78020) is known color: Pumpkin. HEX triplet: F7, 80 and 20. RGB value is (247,128,32). Sum of RGB (Red+Green+Blue) = 247+128+32=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F78020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78020 is #087FDF. Grayscale: #999999. Windows color (decimal): -557024 or 2130167. OLE color: 2130167.
HSL color Cylindrical-coordinate representation of color #F78020: hue angle of 26.79º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F78020 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 32 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.03 |
| HSL | 26.79º | 0.93% | 0.55% | - |
| HSV(B) | 26.79º | 0.87% | 0.97% | - |
| XYZ | 46.34 | 35.32 | 5.74 | - |
| YUV | 152.64 | 59.92 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 32 | 0 | 0.48 | 0.87 | 0.03 | 26.79 | 0.93 | 0.55 |
| Hex | F7 | 80 | 20 | 0 | 30 | 57 | 3 | 1B | 5D | 37 |
| Octal | 367 | 200 | 40 | 0 | 60 | 127 | 3 | 33 | 135 | 67 |
| Binary | 11110111 | 10000000 | 100000 | 0 | 110000 | 1010111 | 11 | 11011 | 1011101 | 110111 |
Color Harmonies of #F78020
Complementary color
Monochromatic Colors of #F78020
Black with #F78020
Text Example
Text Example
White with #F78020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78020; }
p { color: rgb(247,128,32); }
H1.HeaderClassName
{
color: #F78020;
}
.AnyTagClassName
{
color: #F78020;
}
</style>
background-color css
<style>
a { background-color: #F78020; }
a { background-color: rgb(247,128,32); }
div.DivClassName
{
background-color: #F78020;
}
.BgClassName
{
background-color: #F78020;
}
</style>
border-color css
<style>
span { border-color: #F78020; }
span { border-color: rgb(247,128,32); }
td.TdClassName
{
border-color: #F78020;
}
.TagClassName
{
border-color: #F78020;
}
</style>