Shades of Pumpkin #F77614
Tints of Pumpkin #F77614
RGB
CMYK
RGB Variations
Color information
#F77614 (or 0xF77614) is known color: Pumpkin. HEX triplet: F7, 76 and 14. RGB value is (247,118,20). Sum of RGB (Red+Green+Blue) = 247+118+20=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F77614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77614 is #0889EB. Grayscale: #919191. Windows color (decimal): -559596 or 1341175. OLE color: 1341175.
HSL color Cylindrical-coordinate representation of color #F77614: hue angle of 25.9º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F77614 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 20 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.03 |
| HSL | 25.9º | 0.93% | 0.52% | - |
| HSV(B) | 25.9º | 0.92% | 0.97% | - |
| XYZ | 44.96 | 32.78 | 4.62 | - |
| YUV | 145.4 | 57.24 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 20 | 0 | 0.52 | 0.92 | 0.03 | 25.9 | 0.93 | 0.52 |
| Hex | F7 | 76 | 14 | 0 | 34 | 5C | 3 | 1A | 5D | 34 |
| Octal | 367 | 166 | 24 | 0 | 64 | 134 | 3 | 32 | 135 | 64 |
| Binary | 11110111 | 1110110 | 10100 | 0 | 110100 | 1011100 | 11 | 11010 | 1011101 | 110100 |
Color Harmonies of #F77614
Complementary color
Monochromatic Colors of #F77614
Black with #F77614
Text Example
Text Example
White with #F77614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77614; }
p { color: rgb(247,118,20); }
H1.HeaderClassName
{
color: #F77614;
}
.AnyTagClassName
{
color: #F77614;
}
</style>
background-color css
<style>
a { background-color: #F77614; }
a { background-color: rgb(247,118,20); }
div.DivClassName
{
background-color: #F77614;
}
.BgClassName
{
background-color: #F77614;
}
</style>
border-color css
<style>
span { border-color: #F77614; }
span { border-color: rgb(247,118,20); }
td.TdClassName
{
border-color: #F77614;
}
.TagClassName
{
border-color: #F77614;
}
</style>