Shades of Pumpkin #F77F11
Tints of Pumpkin #F77F11
RGB
CMYK
RGB Variations
Color information
#F77F11 (or 0xF77F11) is known color: Pumpkin. HEX triplet: F7, 7F and 11. RGB value is (247,127,17). Sum of RGB (Red+Green+Blue) = 247+127+17=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77F11 is #0880EE. Grayscale: #969696. Windows color (decimal): -557295 or 1146871. OLE color: 1146871.
HSL color Cylindrical-coordinate representation of color #F77F11: hue angle of 28.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F77F11 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 17 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.03 |
| HSL | 28.7º | 0.93% | 0.52% | - |
| HSV(B) | 28.7º | 0.93% | 0.97% | - |
| XYZ | 46.05 | 34.99 | 4.86 | - |
| YUV | 150.34 | 52.76 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 17 | 0 | 0.49 | 0.93 | 0.03 | 28.7 | 0.93 | 0.52 |
| Hex | F7 | 7F | 11 | 0 | 31 | 5D | 3 | 1D | 5D | 34 |
| Octal | 367 | 177 | 21 | 0 | 61 | 135 | 3 | 35 | 135 | 64 |
| Binary | 11110111 | 1111111 | 10001 | 0 | 110001 | 1011101 | 11 | 11101 | 1011101 | 110100 |
Color Harmonies of #F77F11
Complementary color
Monochromatic Colors of #F77F11
Black with #F77F11
Text Example
Text Example
White with #F77F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F11; }
p { color: rgb(247,127,17); }
H1.HeaderClassName
{
color: #F77F11;
}
.AnyTagClassName
{
color: #F77F11;
}
</style>
background-color css
<style>
a { background-color: #F77F11; }
a { background-color: rgb(247,127,17); }
div.DivClassName
{
background-color: #F77F11;
}
.BgClassName
{
background-color: #F77F11;
}
</style>
border-color css
<style>
span { border-color: #F77F11; }
span { border-color: rgb(247,127,17); }
td.TdClassName
{
border-color: #F77F11;
}
.TagClassName
{
border-color: #F77F11;
}
</style>