Shades of Pumpkin #F7700C
Tints of Pumpkin #F7700C
RGB
CMYK
RGB Variations
Color information
#F7700C (or 0xF7700C) is known color: Pumpkin. HEX triplet: F7, 70 and 0C. RGB value is (247,112,12). Sum of RGB (Red+Green+Blue) = 247+112+12=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F7700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7700C is #088FF3. Grayscale: #8D8D8D. Windows color (decimal): -561140 or 815351. OLE color: 815351.
HSL color Cylindrical-coordinate representation of color #F7700C: hue angle of 25.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7700C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.03 |
| HSL | 25.53º | 0.94% | 0.51% | - |
| HSV(B) | 25.53º | 0.95% | 0.97% | - |
| XYZ | 44.22 | 31.39 | 4.08 | - |
| YUV | 140.97 | 55.23 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 12 | 0 | 0.55 | 0.95 | 0.03 | 25.53 | 0.94 | 0.51 |
| Hex | F7 | 70 | C | 0 | 37 | 5F | 3 | 1A | 5E | 33 |
| Octal | 367 | 160 | 14 | 0 | 67 | 137 | 3 | 32 | 136 | 63 |
| Binary | 11110111 | 1110000 | 1100 | 0 | 110111 | 1011111 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F7700C
Complementary color
Monochromatic Colors of #F7700C
Black with #F7700C
Text Example
Text Example
White with #F7700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7700C; }
p { color: rgb(247,112,12); }
H1.HeaderClassName
{
color: #F7700C;
}
.AnyTagClassName
{
color: #F7700C;
}
</style>
background-color css
<style>
a { background-color: #F7700C; }
a { background-color: rgb(247,112,12); }
div.DivClassName
{
background-color: #F7700C;
}
.BgClassName
{
background-color: #F7700C;
}
</style>
border-color css
<style>
span { border-color: #F7700C; }
span { border-color: rgb(247,112,12); }
td.TdClassName
{
border-color: #F7700C;
}
.TagClassName
{
border-color: #F7700C;
}
</style>