Shades of Pumpkin #F77016
Tints of Pumpkin #F77016
RGB
CMYK
RGB Variations
Color information
#F77016 (or 0xF77016) is known color: Pumpkin. HEX triplet: F7, 70 and 16. RGB value is (247,112,22). Sum of RGB (Red+Green+Blue) = 247+112+22=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F77016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77016 is #088FE9. Grayscale: #8E8E8E. Windows color (decimal): -561130 or 1470711. OLE color: 1470711.
HSL color Cylindrical-coordinate representation of color #F77016: hue angle of 24º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F77016 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 22 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.03 |
| HSL | 24º | 0.93% | 0.53% | - |
| HSV(B) | 24º | 0.91% | 0.97% | - |
| XYZ | 44.3 | 31.42 | 4.49 | - |
| YUV | 142.11 | 60.23 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 22 | 0 | 0.55 | 0.91 | 0.03 | 24 | 0.93 | 0.53 |
| Hex | F7 | 70 | 16 | 0 | 37 | 5B | 3 | 18 | 5D | 35 |
| Octal | 367 | 160 | 26 | 0 | 67 | 133 | 3 | 30 | 135 | 65 |
| Binary | 11110111 | 1110000 | 10110 | 0 | 110111 | 1011011 | 11 | 11000 | 1011101 | 110101 |
Color Harmonies of #F77016
Complementary color
Monochromatic Colors of #F77016
Black with #F77016
Text Example
Text Example
White with #F77016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77016; }
p { color: rgb(247,112,22); }
H1.HeaderClassName
{
color: #F77016;
}
.AnyTagClassName
{
color: #F77016;
}
</style>
background-color css
<style>
a { background-color: #F77016; }
a { background-color: rgb(247,112,22); }
div.DivClassName
{
background-color: #F77016;
}
.BgClassName
{
background-color: #F77016;
}
</style>
border-color css
<style>
span { border-color: #F77016; }
span { border-color: rgb(247,112,22); }
td.TdClassName
{
border-color: #F77016;
}
.TagClassName
{
border-color: #F77016;
}
</style>