Shades of Pumpkin #F77C13
Tints of Pumpkin #F77C13
RGB
CMYK
RGB Variations
Color information
#F77C13 (or 0xF77C13) is known color: Pumpkin. HEX triplet: F7, 7C and 13. RGB value is (247,124,19). Sum of RGB (Red+Green+Blue) = 247+124+19=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77C13 is #0883EC. Grayscale: #959595. Windows color (decimal): -558061 or 1277175. OLE color: 1277175.
HSL color Cylindrical-coordinate representation of color #F77C13: hue angle of 27.63º 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 #F77C13 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 19 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.03 |
| HSL | 27.63º | 0.93% | 0.52% | - |
| HSV(B) | 27.63º | 0.92% | 0.97% | - |
| XYZ | 45.68 | 34.24 | 4.82 | - |
| YUV | 148.81 | 54.75 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 19 | 0 | 0.50 | 0.92 | 0.03 | 27.63 | 0.93 | 0.52 |
| Hex | F7 | 7C | 13 | 0 | 32 | 5C | 3 | 1C | 5D | 34 |
| Octal | 367 | 174 | 23 | 0 | 62 | 134 | 3 | 34 | 135 | 64 |
| Binary | 11110111 | 1111100 | 10011 | 0 | 110010 | 1011100 | 11 | 11100 | 1011101 | 110100 |
Color Harmonies of #F77C13
Complementary color
Monochromatic Colors of #F77C13
Black with #F77C13
Text Example
Text Example
White with #F77C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C13; }
p { color: rgb(247,124,19); }
H1.HeaderClassName
{
color: #F77C13;
}
.AnyTagClassName
{
color: #F77C13;
}
</style>
background-color css
<style>
a { background-color: #F77C13; }
a { background-color: rgb(247,124,19); }
div.DivClassName
{
background-color: #F77C13;
}
.BgClassName
{
background-color: #F77C13;
}
</style>
border-color css
<style>
span { border-color: #F77C13; }
span { border-color: rgb(247,124,19); }
td.TdClassName
{
border-color: #F77C13;
}
.TagClassName
{
border-color: #F77C13;
}
</style>