Shades of Pumpkin #F7701C
Tints of Pumpkin #F7701C
RGB
CMYK
RGB Variations
Color information
#F7701C (or 0xF7701C) is known color: Pumpkin. HEX triplet: F7, 70 and 1C. RGB value is (247,112,28). Sum of RGB (Red+Green+Blue) = 247+112+28=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7701C is #088FE3. Grayscale: #8F8F8F. Windows color (decimal): -561124 or 1863927. OLE color: 1863927.
HSL color Cylindrical-coordinate representation of color #F7701C: hue angle of 23.01º 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 #F7701C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.03 |
| HSL | 23.01º | 0.93% | 0.54% | - |
| HSV(B) | 23.01º | 0.89% | 0.97% | - |
| XYZ | 44.36 | 31.45 | 4.83 | - |
| YUV | 142.79 | 63.23 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 28 | 0 | 0.55 | 0.89 | 0.03 | 23.01 | 0.93 | 0.54 |
| Hex | F7 | 70 | 1C | 0 | 37 | 59 | 3 | 17 | 5D | 36 |
| Octal | 367 | 160 | 34 | 0 | 67 | 131 | 3 | 27 | 135 | 66 |
| Binary | 11110111 | 1110000 | 11100 | 0 | 110111 | 1011001 | 11 | 10111 | 1011101 | 110110 |
Color Harmonies of #F7701C
Complementary color
Monochromatic Colors of #F7701C
Black with #F7701C
Text Example
Text Example
White with #F7701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7701C; }
p { color: rgb(247,112,28); }
H1.HeaderClassName
{
color: #F7701C;
}
.AnyTagClassName
{
color: #F7701C;
}
</style>
background-color css
<style>
a { background-color: #F7701C; }
a { background-color: rgb(247,112,28); }
div.DivClassName
{
background-color: #F7701C;
}
.BgClassName
{
background-color: #F7701C;
}
</style>
border-color css
<style>
span { border-color: #F7701C; }
span { border-color: rgb(247,112,28); }
td.TdClassName
{
border-color: #F7701C;
}
.TagClassName
{
border-color: #F7701C;
}
</style>