Shades of Pumpkin #F78315
Tints of Pumpkin #F78315
RGB
CMYK
RGB Variations
Color information
#F78315 (or 0xF78315) is known color: Pumpkin. HEX triplet: F7, 83 and 15. RGB value is (247,131,21). Sum of RGB (Red+Green+Blue) = 247+131+21=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F78315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78315 is #087CEA. Grayscale: #999999. Windows color (decimal): -556267 or 1410039. OLE color: 1410039.
HSL color Cylindrical-coordinate representation of color #F78315: hue angle of 29.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F78315 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 21 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.03 |
| HSL | 29.2º | 0.93% | 0.53% | - |
| HSV(B) | 29.2º | 0.91% | 0.97% | - |
| XYZ | 46.61 | 36.06 | 5.21 | - |
| YUV | 153.14 | 53.43 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 21 | 0 | 0.47 | 0.91 | 0.03 | 29.2 | 0.93 | 0.53 |
| Hex | F7 | 83 | 15 | 0 | 2F | 5B | 3 | 1D | 5D | 35 |
| Octal | 367 | 203 | 25 | 0 | 57 | 133 | 3 | 35 | 135 | 65 |
| Binary | 11110111 | 10000011 | 10101 | 0 | 101111 | 1011011 | 11 | 11101 | 1011101 | 110101 |
Color Harmonies of #F78315
Complementary color
Monochromatic Colors of #F78315
Black with #F78315
Text Example
Text Example
White with #F78315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78315; }
p { color: rgb(247,131,21); }
H1.HeaderClassName
{
color: #F78315;
}
.AnyTagClassName
{
color: #F78315;
}
</style>
background-color css
<style>
a { background-color: #F78315; }
a { background-color: rgb(247,131,21); }
div.DivClassName
{
background-color: #F78315;
}
.BgClassName
{
background-color: #F78315;
}
</style>
border-color css
<style>
span { border-color: #F78315; }
span { border-color: rgb(247,131,21); }
td.TdClassName
{
border-color: #F78315;
}
.TagClassName
{
border-color: #F78315;
}
</style>