Shades of Pumpkin #F6710A
Tints of Pumpkin #F6710A
RGB
CMYK
RGB Variations
Color information
#F6710A (or 0xF6710A) is known color: Pumpkin. HEX triplet: F6, 71 and 0A. RGB value is (246,113,10). Sum of RGB (Red+Green+Blue) = 246+113+10=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F6710A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6710A is #098EF5. Grayscale: #8D8D8D. Windows color (decimal): -626422 or 684534. OLE color: 684534.
HSL color Cylindrical-coordinate representation of color #F6710A: hue angle of 26.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6710A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.04 |
| HSL | 26.19º | 0.93% | 0.5% | - |
| HSV(B) | 26.19º | 0.96% | 0.96% | - |
| XYZ | 43.97 | 31.43 | 4.04 | - |
| YUV | 141.03 | 54.06 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 10 | 0 | 0.54 | 0.96 | 0.04 | 26.19 | 0.93 | 0.5 |
| Hex | F6 | 71 | A | 0 | 36 | 60 | 4 | 1A | 5D | 32 |
| Octal | 366 | 161 | 12 | 0 | 66 | 140 | 4 | 32 | 135 | 62 |
| Binary | 11110110 | 1110001 | 1010 | 0 | 110110 | 1100000 | 100 | 11010 | 1011101 | 110010 |
Color Harmonies of #F6710A
Complementary color
Monochromatic Colors of #F6710A
Black with #F6710A
Text Example
Text Example
White with #F6710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6710A; }
p { color: rgb(246,113,10); }
H1.HeaderClassName
{
color: #F6710A;
}
.AnyTagClassName
{
color: #F6710A;
}
</style>
background-color css
<style>
a { background-color: #F6710A; }
a { background-color: rgb(246,113,10); }
div.DivClassName
{
background-color: #F6710A;
}
.BgClassName
{
background-color: #F6710A;
}
</style>
border-color css
<style>
span { border-color: #F6710A; }
span { border-color: rgb(246,113,10); }
td.TdClassName
{
border-color: #F6710A;
}
.TagClassName
{
border-color: #F6710A;
}
</style>