Shades of Pumpkin #F76516
Tints of Pumpkin #F76516
RGB
CMYK
RGB Variations
Color information
#F76516 (or 0xF76516) is known color: Pumpkin. HEX triplet: F7, 65 and 16. RGB value is (247,101,22). Sum of RGB (Red+Green+Blue) = 247+101+22=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F76516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76516 is #089AE9. Grayscale: #888888. Windows color (decimal): -563946 or 1467895. OLE color: 1467895.
HSL color Cylindrical-coordinate representation of color #F76516: hue angle of 21.07º 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 #F76516 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.03 |
| HSL | 21.07º | 0.93% | 0.53% | - |
| HSV(B) | 21.07º | 0.91% | 0.97% | - |
| XYZ | 43.16 | 29.14 | 4.11 | - |
| YUV | 135.65 | 63.87 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 22 | 0 | 0.59 | 0.91 | 0.03 | 21.07 | 0.93 | 0.53 |
| Hex | F7 | 65 | 16 | 0 | 3B | 5B | 3 | 15 | 5D | 35 |
| Octal | 367 | 145 | 26 | 0 | 73 | 133 | 3 | 25 | 135 | 65 |
| Binary | 11110111 | 1100101 | 10110 | 0 | 111011 | 1011011 | 11 | 10101 | 1011101 | 110101 |
Color Harmonies of #F76516
Complementary color
Monochromatic Colors of #F76516
Black with #F76516
Text Example
Text Example
White with #F76516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76516; }
p { color: rgb(247,101,22); }
H1.HeaderClassName
{
color: #F76516;
}
.AnyTagClassName
{
color: #F76516;
}
</style>
background-color css
<style>
a { background-color: #F76516; }
a { background-color: rgb(247,101,22); }
div.DivClassName
{
background-color: #F76516;
}
.BgClassName
{
background-color: #F76516;
}
</style>
border-color css
<style>
span { border-color: #F76516; }
span { border-color: rgb(247,101,22); }
td.TdClassName
{
border-color: #F76516;
}
.TagClassName
{
border-color: #F76516;
}
</style>