Shades of Pumpkin #F78013
Tints of Pumpkin #F78013
RGB
CMYK
RGB Variations
Color information
#F78013 (or 0xF78013) is known color: Pumpkin. HEX triplet: F7, 80 and 13. RGB value is (247,128,19). Sum of RGB (Red+Green+Blue) = 247+128+19=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F78013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78013 is #087FEC. Grayscale: #979797. Windows color (decimal): -557037 or 1278199. OLE color: 1278199.
HSL color Cylindrical-coordinate representation of color #F78013: hue angle of 28.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F78013 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 19 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.03 |
| HSL | 28.68º | 0.93% | 0.52% | - |
| HSV(B) | 28.68º | 0.92% | 0.97% | - |
| XYZ | 46.19 | 35.26 | 4.99 | - |
| YUV | 151.16 | 53.42 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 19 | 0 | 0.48 | 0.92 | 0.03 | 28.68 | 0.93 | 0.52 |
| Hex | F7 | 80 | 13 | 0 | 30 | 5C | 3 | 1D | 5D | 34 |
| Octal | 367 | 200 | 23 | 0 | 60 | 134 | 3 | 35 | 135 | 64 |
| Binary | 11110111 | 10000000 | 10011 | 0 | 110000 | 1011100 | 11 | 11101 | 1011101 | 110100 |
Color Harmonies of #F78013
Complementary color
Monochromatic Colors of #F78013
Black with #F78013
Text Example
Text Example
White with #F78013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78013; }
p { color: rgb(247,128,19); }
H1.HeaderClassName
{
color: #F78013;
}
.AnyTagClassName
{
color: #F78013;
}
</style>
background-color css
<style>
a { background-color: #F78013; }
a { background-color: rgb(247,128,19); }
div.DivClassName
{
background-color: #F78013;
}
.BgClassName
{
background-color: #F78013;
}
</style>
border-color css
<style>
span { border-color: #F78013; }
span { border-color: rgb(247,128,19); }
td.TdClassName
{
border-color: #F78013;
}
.TagClassName
{
border-color: #F78013;
}
</style>