Shades of Pumpkin #F76E10
Tints of Pumpkin #F76E10
RGB
CMYK
RGB Variations
Color information
#F76E10 (or 0xF76E10) is known color: Pumpkin. HEX triplet: F7, 6E and 10. RGB value is (247,110,16). Sum of RGB (Red+Green+Blue) = 247+110+16=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76E10 is #0891EF. Grayscale: #8C8C8C. Windows color (decimal): -561648 or 1076983. OLE color: 1076983.
HSL color Cylindrical-coordinate representation of color #F76E10: hue angle of 24.42º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F76E10 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 16 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.03 |
| HSL | 24.42º | 0.94% | 0.52% | - |
| HSV(B) | 24.42º | 0.94% | 0.97% | - |
| XYZ | 44.03 | 30.96 | 4.15 | - |
| YUV | 140.25 | 57.89 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 16 | 0 | 0.55 | 0.94 | 0.03 | 24.42 | 0.94 | 0.52 |
| Hex | F7 | 6E | 10 | 0 | 37 | 5E | 3 | 18 | 5E | 34 |
| Octal | 367 | 156 | 20 | 0 | 67 | 136 | 3 | 30 | 136 | 64 |
| Binary | 11110111 | 1101110 | 10000 | 0 | 110111 | 1011110 | 11 | 11000 | 1011110 | 110100 |
Color Harmonies of #F76E10
Complementary color
Monochromatic Colors of #F76E10
Black with #F76E10
Text Example
Text Example
White with #F76E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76E10; }
p { color: rgb(247,110,16); }
H1.HeaderClassName
{
color: #F76E10;
}
.AnyTagClassName
{
color: #F76E10;
}
</style>
background-color css
<style>
a { background-color: #F76E10; }
a { background-color: rgb(247,110,16); }
div.DivClassName
{
background-color: #F76E10;
}
.BgClassName
{
background-color: #F76E10;
}
</style>
border-color css
<style>
span { border-color: #F76E10; }
span { border-color: rgb(247,110,16); }
td.TdClassName
{
border-color: #F76E10;
}
.TagClassName
{
border-color: #F76E10;
}
</style>