Shades of Pumpkin #F78312
Tints of Pumpkin #F78312
RGB
CMYK
RGB Variations
Color information
#F78312 (or 0xF78312) is known color: Pumpkin. HEX triplet: F7, 83 and 12. RGB value is (247,131,18). Sum of RGB (Red+Green+Blue) = 247+131+18=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F78312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78312 is #087CED. Grayscale: #999999. Windows color (decimal): -556270 or 1213431. OLE color: 1213431.
HSL color Cylindrical-coordinate representation of color #F78312: hue angle of 29.61º 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 #F78312 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.03 |
| HSL | 29.61º | 0.93% | 0.52% | - |
| HSV(B) | 29.61º | 0.93% | 0.97% | - |
| XYZ | 46.58 | 36.05 | 5.08 | - |
| YUV | 152.8 | 51.93 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 18 | 0 | 0.47 | 0.93 | 0.03 | 29.61 | 0.93 | 0.52 |
| Hex | F7 | 83 | 12 | 0 | 2F | 5D | 3 | 1E | 5D | 34 |
| Octal | 367 | 203 | 22 | 0 | 57 | 135 | 3 | 36 | 135 | 64 |
| Binary | 11110111 | 10000011 | 10010 | 0 | 101111 | 1011101 | 11 | 11110 | 1011101 | 110100 |
Color Harmonies of #F78312
Complementary color
Monochromatic Colors of #F78312
Black with #F78312
Text Example
Text Example
White with #F78312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78312; }
p { color: rgb(247,131,18); }
H1.HeaderClassName
{
color: #F78312;
}
.AnyTagClassName
{
color: #F78312;
}
</style>
background-color css
<style>
a { background-color: #F78312; }
a { background-color: rgb(247,131,18); }
div.DivClassName
{
background-color: #F78312;
}
.BgClassName
{
background-color: #F78312;
}
</style>
border-color css
<style>
span { border-color: #F78312; }
span { border-color: rgb(247,131,18); }
td.TdClassName
{
border-color: #F78312;
}
.TagClassName
{
border-color: #F78312;
}
</style>