Shades of Pumpkin #F7711B
Tints of Pumpkin #F7711B
RGB
CMYK
RGB Variations
Color information
#F7711B (or 0xF7711B) is known color: Pumpkin. HEX triplet: F7, 71 and 1B. RGB value is (247,113,27). Sum of RGB (Red+Green+Blue) = 247+113+27=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7711B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7711B is #088EE4. Grayscale: #8F8F8F. Windows color (decimal): -560869 or 1798647. OLE color: 1798647.
HSL color Cylindrical-coordinate representation of color #F7711B: hue angle of 23.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7711B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.03 |
| HSL | 23.45º | 0.93% | 0.54% | - |
| HSV(B) | 23.45º | 0.89% | 0.97% | - |
| XYZ | 44.46 | 31.66 | 4.81 | - |
| YUV | 143.26 | 62.39 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 27 | 0 | 0.54 | 0.89 | 0.03 | 23.45 | 0.93 | 0.54 |
| Hex | F7 | 71 | 1B | 0 | 36 | 59 | 3 | 17 | 5D | 36 |
| Octal | 367 | 161 | 33 | 0 | 66 | 131 | 3 | 27 | 135 | 66 |
| Binary | 11110111 | 1110001 | 11011 | 0 | 110110 | 1011001 | 11 | 10111 | 1011101 | 110110 |
Color Harmonies of #F7711B
Complementary color
Monochromatic Colors of #F7711B
Black with #F7711B
Text Example
Text Example
White with #F7711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7711B; }
p { color: rgb(247,113,27); }
H1.HeaderClassName
{
color: #F7711B;
}
.AnyTagClassName
{
color: #F7711B;
}
</style>
background-color css
<style>
a { background-color: #F7711B; }
a { background-color: rgb(247,113,27); }
div.DivClassName
{
background-color: #F7711B;
}
.BgClassName
{
background-color: #F7711B;
}
</style>
border-color css
<style>
span { border-color: #F7711B; }
span { border-color: rgb(247,113,27); }
td.TdClassName
{
border-color: #F7711B;
}
.TagClassName
{
border-color: #F7711B;
}
</style>