Shades of Pumpkin #F76412
Tints of Pumpkin #F76412
RGB
CMYK
RGB Variations
Color information
#F76412 (or 0xF76412) is known color: Pumpkin. HEX triplet: F7, 64 and 12. RGB value is (247,100,18). Sum of RGB (Red+Green+Blue) = 247+100+18=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F76412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76412 is #089BED. Grayscale: #878787. Windows color (decimal): -564206 or 1205495. OLE color: 1205495.
HSL color Cylindrical-coordinate representation of color #F76412: hue angle of 21.48º 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 #F76412 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.03 |
| HSL | 21.48º | 0.93% | 0.52% | - |
| HSV(B) | 21.48º | 0.93% | 0.97% | - |
| XYZ | 43.02 | 28.93 | 3.89 | - |
| YUV | 134.61 | 62.2 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 18 | 0 | 0.60 | 0.93 | 0.03 | 21.48 | 0.93 | 0.52 |
| Hex | F7 | 64 | 12 | 0 | 3C | 5D | 3 | 15 | 5D | 34 |
| Octal | 367 | 144 | 22 | 0 | 74 | 135 | 3 | 25 | 135 | 64 |
| Binary | 11110111 | 1100100 | 10010 | 0 | 111100 | 1011101 | 11 | 10101 | 1011101 | 110100 |
Color Harmonies of #F76412
Complementary color
Monochromatic Colors of #F76412
Black with #F76412
Text Example
Text Example
White with #F76412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76412; }
p { color: rgb(247,100,18); }
H1.HeaderClassName
{
color: #F76412;
}
.AnyTagClassName
{
color: #F76412;
}
</style>
background-color css
<style>
a { background-color: #F76412; }
a { background-color: rgb(247,100,18); }
div.DivClassName
{
background-color: #F76412;
}
.BgClassName
{
background-color: #F76412;
}
</style>
border-color css
<style>
span { border-color: #F76412; }
span { border-color: rgb(247,100,18); }
td.TdClassName
{
border-color: #F76412;
}
.TagClassName
{
border-color: #F76412;
}
</style>