Shades of Pumpkin #F7700D
Tints of Pumpkin #F7700D
RGB
CMYK
RGB Variations
Color information
#F7700D (or 0xF7700D) is known color: Pumpkin. HEX triplet: F7, 70 and 0D. RGB value is (247,112,13). Sum of RGB (Red+Green+Blue) = 247+112+13=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7700D is #088FF2. Grayscale: #8D8D8D. Windows color (decimal): -561139 or 880887. OLE color: 880887.
HSL color Cylindrical-coordinate representation of color #F7700D: hue angle of 25.38º 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 #F7700D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.03 |
| HSL | 25.38º | 0.94% | 0.51% | - |
| HSV(B) | 25.38º | 0.95% | 0.97% | - |
| XYZ | 44.22 | 31.39 | 4.11 | - |
| YUV | 141.08 | 55.73 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 13 | 0 | 0.55 | 0.95 | 0.03 | 25.38 | 0.94 | 0.51 |
| Hex | F7 | 70 | D | 0 | 37 | 5F | 3 | 19 | 5E | 33 |
| Octal | 367 | 160 | 15 | 0 | 67 | 137 | 3 | 31 | 136 | 63 |
| Binary | 11110111 | 1110000 | 1101 | 0 | 110111 | 1011111 | 11 | 11001 | 1011110 | 110011 |
Color Harmonies of #F7700D
Complementary color
Monochromatic Colors of #F7700D
Black with #F7700D
Text Example
Text Example
White with #F7700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7700D; }
p { color: rgb(247,112,13); }
H1.HeaderClassName
{
color: #F7700D;
}
.AnyTagClassName
{
color: #F7700D;
}
</style>
background-color css
<style>
a { background-color: #F7700D; }
a { background-color: rgb(247,112,13); }
div.DivClassName
{
background-color: #F7700D;
}
.BgClassName
{
background-color: #F7700D;
}
</style>
border-color css
<style>
span { border-color: #F7700D; }
span { border-color: rgb(247,112,13); }
td.TdClassName
{
border-color: #F7700D;
}
.TagClassName
{
border-color: #F7700D;
}
</style>