Shades of Pumpkin #F67C10
Tints of Pumpkin #F67C10
RGB
CMYK
RGB Variations
Color information
#F67C10 (or 0xF67C10) is known color: Pumpkin. HEX triplet: F6, 7C and 10. RGB value is (246,124,16). Sum of RGB (Red+Green+Blue) = 246+124+16=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67C10 is #0983EF. Grayscale: #949494. Windows color (decimal): -623600 or 1080566. OLE color: 1080566.
HSL color Cylindrical-coordinate representation of color #F67C10: hue angle of 28.17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F67C10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.04 |
| HSL | 28.17º | 0.93% | 0.51% | - |
| HSV(B) | 28.17º | 0.93% | 0.96% | - |
| XYZ | 45.31 | 34.05 | 4.67 | - |
| YUV | 148.17 | 53.42 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 16 | 0 | 0.50 | 0.93 | 0.04 | 28.17 | 0.93 | 0.51 |
| Hex | F6 | 7C | 10 | 0 | 32 | 5D | 4 | 1C | 5D | 33 |
| Octal | 366 | 174 | 20 | 0 | 62 | 135 | 4 | 34 | 135 | 63 |
| Binary | 11110110 | 1111100 | 10000 | 0 | 110010 | 1011101 | 100 | 11100 | 1011101 | 110011 |
Color Harmonies of #F67C10
Complementary color
Monochromatic Colors of #F67C10
Black with #F67C10
Text Example
Text Example
White with #F67C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C10; }
p { color: rgb(246,124,16); }
H1.HeaderClassName
{
color: #F67C10;
}
.AnyTagClassName
{
color: #F67C10;
}
</style>
background-color css
<style>
a { background-color: #F67C10; }
a { background-color: rgb(246,124,16); }
div.DivClassName
{
background-color: #F67C10;
}
.BgClassName
{
background-color: #F67C10;
}
</style>
border-color css
<style>
span { border-color: #F67C10; }
span { border-color: rgb(246,124,16); }
td.TdClassName
{
border-color: #F67C10;
}
.TagClassName
{
border-color: #F67C10;
}
</style>