Shades of Pumpkin #F76416
Tints of Pumpkin #F76416
RGB
CMYK
RGB Variations
Color information
#F76416 (or 0xF76416) is known color: Pumpkin. HEX triplet: F7, 64 and 16. RGB value is (247,100,22). Sum of RGB (Red+Green+Blue) = 247+100+22=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F76416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76416 is #089BE9. Grayscale: #878787. Windows color (decimal): -564202 or 1467639. OLE color: 1467639.
HSL color Cylindrical-coordinate representation of color #F76416: hue angle of 20.8º 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 #F76416 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 22 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.03 |
| HSL | 20.8º | 0.93% | 0.53% | - |
| HSV(B) | 20.8º | 0.91% | 0.97% | - |
| XYZ | 43.06 | 28.95 | 4.08 | - |
| YUV | 135.06 | 64.2 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 22 | 0 | 0.60 | 0.91 | 0.03 | 20.8 | 0.93 | 0.53 |
| Hex | F7 | 64 | 16 | 0 | 3C | 5B | 3 | 15 | 5D | 35 |
| Octal | 367 | 144 | 26 | 0 | 74 | 133 | 3 | 25 | 135 | 65 |
| Binary | 11110111 | 1100100 | 10110 | 0 | 111100 | 1011011 | 11 | 10101 | 1011101 | 110101 |
Color Harmonies of #F76416
Complementary color
Monochromatic Colors of #F76416
Black with #F76416
Text Example
Text Example
White with #F76416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76416; }
p { color: rgb(247,100,22); }
H1.HeaderClassName
{
color: #F76416;
}
.AnyTagClassName
{
color: #F76416;
}
</style>
background-color css
<style>
a { background-color: #F76416; }
a { background-color: rgb(247,100,22); }
div.DivClassName
{
background-color: #F76416;
}
.BgClassName
{
background-color: #F76416;
}
</style>
border-color css
<style>
span { border-color: #F76416; }
span { border-color: rgb(247,100,22); }
td.TdClassName
{
border-color: #F76416;
}
.TagClassName
{
border-color: #F76416;
}
</style>