Shades of Pumpkin #F7730D
Tints of Pumpkin #F7730D
RGB
CMYK
RGB Variations
Color information
#F7730D (or 0xF7730D) is known color: Pumpkin. HEX triplet: F7, 73 and 0D. RGB value is (247,115,13). Sum of RGB (Red+Green+Blue) = 247+115+13=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7730D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7730D is #088CF2. Grayscale: #8F8F8F. Windows color (decimal): -560371 or 881655. OLE color: 881655.
HSL color Cylindrical-coordinate representation of color #F7730D: hue angle of 26.15º 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 #F7730D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.03 |
| HSL | 26.15º | 0.94% | 0.51% | - |
| HSV(B) | 26.15º | 0.95% | 0.97% | - |
| XYZ | 44.56 | 32.06 | 4.22 | - |
| YUV | 142.84 | 54.73 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 13 | 0 | 0.53 | 0.95 | 0.03 | 26.15 | 0.94 | 0.51 |
| Hex | F7 | 73 | D | 0 | 35 | 5F | 3 | 1A | 5E | 33 |
| Octal | 367 | 163 | 15 | 0 | 65 | 137 | 3 | 32 | 136 | 63 |
| Binary | 11110111 | 1110011 | 1101 | 0 | 110101 | 1011111 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F7730D
Complementary color
Monochromatic Colors of #F7730D
Black with #F7730D
Text Example
Text Example
White with #F7730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7730D; }
p { color: rgb(247,115,13); }
H1.HeaderClassName
{
color: #F7730D;
}
.AnyTagClassName
{
color: #F7730D;
}
</style>
background-color css
<style>
a { background-color: #F7730D; }
a { background-color: rgb(247,115,13); }
div.DivClassName
{
background-color: #F7730D;
}
.BgClassName
{
background-color: #F7730D;
}
</style>
border-color css
<style>
span { border-color: #F7730D; }
span { border-color: rgb(247,115,13); }
td.TdClassName
{
border-color: #F7730D;
}
.TagClassName
{
border-color: #F7730D;
}
</style>