Shades of Pumpkin #F6710D
Tints of Pumpkin #F6710D
RGB
CMYK
RGB Variations
Color information
#F6710D (or 0xF6710D) is known color: Pumpkin. HEX triplet: F6, 71 and 0D. RGB value is (246,113,13). Sum of RGB (Red+Green+Blue) = 246+113+13=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6710D is #098EF2. Grayscale: #8D8D8D. Windows color (decimal): -626419 or 881142. OLE color: 881142.
HSL color Cylindrical-coordinate representation of color #F6710D: hue angle of 25.75º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6710D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.04 |
| HSL | 25.75º | 0.93% | 0.51% | - |
| HSV(B) | 25.75º | 0.95% | 0.96% | - |
| XYZ | 43.98 | 31.43 | 4.13 | - |
| YUV | 141.37 | 55.56 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 13 | 0 | 0.54 | 0.95 | 0.04 | 25.75 | 0.93 | 0.51 |
| Hex | F6 | 71 | D | 0 | 36 | 5F | 4 | 1A | 5D | 33 |
| Octal | 366 | 161 | 15 | 0 | 66 | 137 | 4 | 32 | 135 | 63 |
| Binary | 11110110 | 1110001 | 1101 | 0 | 110110 | 1011111 | 100 | 11010 | 1011101 | 110011 |
Color Harmonies of #F6710D
Complementary color
Monochromatic Colors of #F6710D
Black with #F6710D
Text Example
Text Example
White with #F6710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6710D; }
p { color: rgb(246,113,13); }
H1.HeaderClassName
{
color: #F6710D;
}
.AnyTagClassName
{
color: #F6710D;
}
</style>
background-color css
<style>
a { background-color: #F6710D; }
a { background-color: rgb(246,113,13); }
div.DivClassName
{
background-color: #F6710D;
}
.BgClassName
{
background-color: #F6710D;
}
</style>
border-color css
<style>
span { border-color: #F6710D; }
span { border-color: rgb(246,113,13); }
td.TdClassName
{
border-color: #F6710D;
}
.TagClassName
{
border-color: #F6710D;
}
</style>