Shades of Pumpkin #F76319
Tints of Pumpkin #F76319
RGB
CMYK
RGB Variations
Color information
#F76319 (or 0xF76319) is known color: Pumpkin. HEX triplet: F7, 63 and 19. RGB value is (247,99,25). Sum of RGB (Red+Green+Blue) = 247+99+25=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F76319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76319 is #089CE6. Grayscale: #878787. Windows color (decimal): -564455 or 1663991. OLE color: 1663991.
HSL color Cylindrical-coordinate representation of color #F76319: hue angle of 20º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F76319 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 25 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.03 |
| HSL | 20º | 0.93% | 0.53% | - |
| HSV(B) | 20º | 0.9% | 0.97% | - |
| XYZ | 43 | 28.77 | 4.21 | - |
| YUV | 134.82 | 66.03 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 25 | 0 | 0.60 | 0.90 | 0.03 | 20 | 0.93 | 0.53 |
| Hex | F7 | 63 | 19 | 0 | 3C | 5A | 3 | 14 | 5D | 35 |
| Octal | 367 | 143 | 31 | 0 | 74 | 132 | 3 | 24 | 135 | 65 |
| Binary | 11110111 | 1100011 | 11001 | 0 | 111100 | 1011010 | 11 | 10100 | 1011101 | 110101 |
Color Harmonies of #F76319
Complementary color
Monochromatic Colors of #F76319
Black with #F76319
Text Example
Text Example
White with #F76319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76319; }
p { color: rgb(247,99,25); }
H1.HeaderClassName
{
color: #F76319;
}
.AnyTagClassName
{
color: #F76319;
}
</style>
background-color css
<style>
a { background-color: #F76319; }
a { background-color: rgb(247,99,25); }
div.DivClassName
{
background-color: #F76319;
}
.BgClassName
{
background-color: #F76319;
}
</style>
border-color css
<style>
span { border-color: #F76319; }
span { border-color: rgb(247,99,25); }
td.TdClassName
{
border-color: #F76319;
}
.TagClassName
{
border-color: #F76319;
}
</style>