Shades of Pumpkin #F6700D
Tints of Pumpkin #F6700D
RGB
CMYK
RGB Variations
Color information
#F6700D (or 0xF6700D) is known color: Pumpkin. HEX triplet: F6, 70 and 0D. RGB value is (246,112,13). Sum of RGB (Red+Green+Blue) = 246+112+13=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6700D is #098FF2. Grayscale: #8D8D8D. Windows color (decimal): -626675 or 880886. OLE color: 880886.
HSL color Cylindrical-coordinate representation of color #F6700D: hue angle of 25.49º 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 #F6700D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.04 |
| HSL | 25.49º | 0.93% | 0.51% | - |
| HSV(B) | 25.49º | 0.95% | 0.96% | - |
| XYZ | 43.87 | 31.21 | 4.09 | - |
| YUV | 140.78 | 55.89 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 13 | 0 | 0.54 | 0.95 | 0.04 | 25.49 | 0.93 | 0.51 |
| Hex | F6 | 70 | D | 0 | 36 | 5F | 4 | 19 | 5D | 33 |
| Octal | 366 | 160 | 15 | 0 | 66 | 137 | 4 | 31 | 135 | 63 |
| Binary | 11110110 | 1110000 | 1101 | 0 | 110110 | 1011111 | 100 | 11001 | 1011101 | 110011 |
Color Harmonies of #F6700D
Complementary color
Monochromatic Colors of #F6700D
Black with #F6700D
Text Example
Text Example
White with #F6700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6700D; }
p { color: rgb(246,112,13); }
H1.HeaderClassName
{
color: #F6700D;
}
.AnyTagClassName
{
color: #F6700D;
}
</style>
background-color css
<style>
a { background-color: #F6700D; }
a { background-color: rgb(246,112,13); }
div.DivClassName
{
background-color: #F6700D;
}
.BgClassName
{
background-color: #F6700D;
}
</style>
border-color css
<style>
span { border-color: #F6700D; }
span { border-color: rgb(246,112,13); }
td.TdClassName
{
border-color: #F6700D;
}
.TagClassName
{
border-color: #F6700D;
}
</style>