Shades of Pumpkin #F77122
Tints of Pumpkin #F77122
RGB
CMYK
RGB Variations
Color information
#F77122 (or 0xF77122) is known color: Pumpkin. HEX triplet: F7, 71 and 22. RGB value is (247,113,34). Sum of RGB (Red+Green+Blue) = 247+113+34=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F77122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77122 is #088EDD. Grayscale: #909090. Windows color (decimal): -560862 or 2257399. OLE color: 2257399.
HSL color Cylindrical-coordinate representation of color #F77122: hue angle of 22.25º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F77122 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 34 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.03 |
| HSL | 22.25º | 0.93% | 0.55% | - |
| HSV(B) | 22.25º | 0.86% | 0.97% | - |
| XYZ | 44.55 | 31.7 | 5.28 | - |
| YUV | 144.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 34 | 0 | 0.54 | 0.86 | 0.03 | 22.25 | 0.93 | 0.55 |
| Hex | F7 | 71 | 22 | 0 | 36 | 56 | 3 | 16 | 5D | 37 |
| Octal | 367 | 161 | 42 | 0 | 66 | 126 | 3 | 26 | 135 | 67 |
| Binary | 11110111 | 1110001 | 100010 | 0 | 110110 | 1010110 | 11 | 10110 | 1011101 | 110111 |
Color Harmonies of #F77122
Complementary color
Monochromatic Colors of #F77122
Black with #F77122
Text Example
Text Example
White with #F77122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77122; }
p { color: rgb(247,113,34); }
H1.HeaderClassName
{
color: #F77122;
}
.AnyTagClassName
{
color: #F77122;
}
</style>
background-color css
<style>
a { background-color: #F77122; }
a { background-color: rgb(247,113,34); }
div.DivClassName
{
background-color: #F77122;
}
.BgClassName
{
background-color: #F77122;
}
</style>
border-color css
<style>
span { border-color: #F77122; }
span { border-color: rgb(247,113,34); }
td.TdClassName
{
border-color: #F77122;
}
.TagClassName
{
border-color: #F77122;
}
</style>