Shades of Pumpkin #F78212
Tints of Pumpkin #F78212
RGB
CMYK
RGB Variations
Color information
#F78212 (or 0xF78212) is known color: Pumpkin. HEX triplet: F7, 82 and 12. RGB value is (247,130,18). Sum of RGB (Red+Green+Blue) = 247+130+18=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F78212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78212 is #087DED. Grayscale: #989898. Windows color (decimal): -556526 or 1213175. OLE color: 1213175.
HSL color Cylindrical-coordinate representation of color #F78212: hue angle of 29.34º 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 #F78212 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.03 |
| HSL | 29.34º | 0.93% | 0.52% | - |
| HSV(B) | 29.34º | 0.93% | 0.97% | - |
| XYZ | 46.45 | 35.78 | 5.03 | - |
| YUV | 152.22 | 52.26 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 18 | 0 | 0.47 | 0.93 | 0.03 | 29.34 | 0.93 | 0.52 |
| Hex | F7 | 82 | 12 | 0 | 2F | 5D | 3 | 1D | 5D | 34 |
| Octal | 367 | 202 | 22 | 0 | 57 | 135 | 3 | 35 | 135 | 64 |
| Binary | 11110111 | 10000010 | 10010 | 0 | 101111 | 1011101 | 11 | 11101 | 1011101 | 110100 |
Color Harmonies of #F78212
Complementary color
Monochromatic Colors of #F78212
Black with #F78212
Text Example
Text Example
White with #F78212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78212; }
p { color: rgb(247,130,18); }
H1.HeaderClassName
{
color: #F78212;
}
.AnyTagClassName
{
color: #F78212;
}
</style>
background-color css
<style>
a { background-color: #F78212; }
a { background-color: rgb(247,130,18); }
div.DivClassName
{
background-color: #F78212;
}
.BgClassName
{
background-color: #F78212;
}
</style>
border-color css
<style>
span { border-color: #F78212; }
span { border-color: rgb(247,130,18); }
td.TdClassName
{
border-color: #F78212;
}
.TagClassName
{
border-color: #F78212;
}
</style>