Shades of Pumpkin #F7710B
Tints of Pumpkin #F7710B
RGB
CMYK
RGB Variations
Color information
#F7710B (or 0xF7710B) is known color: Pumpkin. HEX triplet: F7, 71 and 0B. RGB value is (247,113,11). Sum of RGB (Red+Green+Blue) = 247+113+11=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F7710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7710B is #088EF4. Grayscale: #8D8D8D. Windows color (decimal): -560885 or 750071. OLE color: 750071.
HSL color Cylindrical-coordinate representation of color #F7710B: hue angle of 25.93º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7710B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.03 |
| HSL | 25.93º | 0.94% | 0.51% | - |
| HSV(B) | 25.93º | 0.96% | 0.97% | - |
| XYZ | 44.32 | 31.61 | 4.08 | - |
| YUV | 141.44 | 54.39 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 11 | 0 | 0.54 | 0.96 | 0.03 | 25.93 | 0.94 | 0.51 |
| Hex | F7 | 71 | B | 0 | 36 | 60 | 3 | 1A | 5E | 33 |
| Octal | 367 | 161 | 13 | 0 | 66 | 140 | 3 | 32 | 136 | 63 |
| Binary | 11110111 | 1110001 | 1011 | 0 | 110110 | 1100000 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F7710B
Complementary color
Monochromatic Colors of #F7710B
Black with #F7710B
Text Example
Text Example
White with #F7710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7710B; }
p { color: rgb(247,113,11); }
H1.HeaderClassName
{
color: #F7710B;
}
.AnyTagClassName
{
color: #F7710B;
}
</style>
background-color css
<style>
a { background-color: #F7710B; }
a { background-color: rgb(247,113,11); }
div.DivClassName
{
background-color: #F7710B;
}
.BgClassName
{
background-color: #F7710B;
}
</style>
border-color css
<style>
span { border-color: #F7710B; }
span { border-color: rgb(247,113,11); }
td.TdClassName
{
border-color: #F7710B;
}
.TagClassName
{
border-color: #F7710B;
}
</style>