Shades of Pumpkin #F77413
Tints of Pumpkin #F77413
RGB
CMYK
RGB Variations
Color information
#F77413 (or 0xF77413) is known color: Pumpkin. HEX triplet: F7, 74 and 13. RGB value is (247,116,19). Sum of RGB (Red+Green+Blue) = 247+116+19=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F77413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77413 is #088BEC. Grayscale: #909090. Windows color (decimal): -560109 or 1275127. OLE color: 1275127.
HSL color Cylindrical-coordinate representation of color #F77413: hue angle of 25.53º 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 #F77413 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 19 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.03 |
| HSL | 25.53º | 0.93% | 0.52% | - |
| HSV(B) | 25.53º | 0.92% | 0.97% | - |
| XYZ | 44.72 | 32.31 | 4.5 | - |
| YUV | 144.11 | 57.4 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 19 | 0 | 0.53 | 0.92 | 0.03 | 25.53 | 0.93 | 0.52 |
| Hex | F7 | 74 | 13 | 0 | 35 | 5C | 3 | 1A | 5D | 34 |
| Octal | 367 | 164 | 23 | 0 | 65 | 134 | 3 | 32 | 135 | 64 |
| Binary | 11110111 | 1110100 | 10011 | 0 | 110101 | 1011100 | 11 | 11010 | 1011101 | 110100 |
Color Harmonies of #F77413
Complementary color
Monochromatic Colors of #F77413
Black with #F77413
Text Example
Text Example
White with #F77413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77413; }
p { color: rgb(247,116,19); }
H1.HeaderClassName
{
color: #F77413;
}
.AnyTagClassName
{
color: #F77413;
}
</style>
background-color css
<style>
a { background-color: #F77413; }
a { background-color: rgb(247,116,19); }
div.DivClassName
{
background-color: #F77413;
}
.BgClassName
{
background-color: #F77413;
}
</style>
border-color css
<style>
span { border-color: #F77413; }
span { border-color: rgb(247,116,19); }
td.TdClassName
{
border-color: #F77413;
}
.TagClassName
{
border-color: #F77413;
}
</style>