Shades of Pumpkin #F76811
Tints of Pumpkin #F76811
RGB
CMYK
RGB Variations
Color information
#F76811 (or 0xF76811) is known color: Pumpkin. HEX triplet: F7, 68 and 11. RGB value is (247,104,17). Sum of RGB (Red+Green+Blue) = 247+104+17=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F76811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76811 is #0897EE. Grayscale: #898989. Windows color (decimal): -563183 or 1140983. OLE color: 1140983.
HSL color Cylindrical-coordinate representation of color #F76811: hue angle of 22.7º 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 #F76811 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 17 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.03 |
| HSL | 22.7º | 0.93% | 0.52% | - |
| HSV(B) | 22.7º | 0.93% | 0.97% | - |
| XYZ | 43.41 | 29.72 | 3.98 | - |
| YUV | 136.84 | 60.38 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 17 | 0 | 0.58 | 0.93 | 0.03 | 22.7 | 0.93 | 0.52 |
| Hex | F7 | 68 | 11 | 0 | 3A | 5D | 3 | 17 | 5D | 34 |
| Octal | 367 | 150 | 21 | 0 | 72 | 135 | 3 | 27 | 135 | 64 |
| Binary | 11110111 | 1101000 | 10001 | 0 | 111010 | 1011101 | 11 | 10111 | 1011101 | 110100 |
Color Harmonies of #F76811
Complementary color
Monochromatic Colors of #F76811
Black with #F76811
Text Example
Text Example
White with #F76811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76811; }
p { color: rgb(247,104,17); }
H1.HeaderClassName
{
color: #F76811;
}
.AnyTagClassName
{
color: #F76811;
}
</style>
background-color css
<style>
a { background-color: #F76811; }
a { background-color: rgb(247,104,17); }
div.DivClassName
{
background-color: #F76811;
}
.BgClassName
{
background-color: #F76811;
}
</style>
border-color css
<style>
span { border-color: #F76811; }
span { border-color: rgb(247,104,17); }
td.TdClassName
{
border-color: #F76811;
}
.TagClassName
{
border-color: #F76811;
}
</style>