Shades of Pumpkin #F67010
Tints of Pumpkin #F67010
RGB
CMYK
RGB Variations
Color information
#F67010 (or 0xF67010) is known color: Pumpkin. HEX triplet: F6, 70 and 10. RGB value is (246,112,16). Sum of RGB (Red+Green+Blue) = 246+112+16=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F67010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67010 is #098FEF. Grayscale: #8D8D8D. Windows color (decimal): -626672 or 1077494. OLE color: 1077494.
HSL color Cylindrical-coordinate representation of color #F67010: hue angle of 25.04º 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 #F67010 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25.04º | 0.93% | 0.51% | - |
| HSV(B) | 25.04º | 0.93% | 0.96% | - |
| XYZ | 43.89 | 31.22 | 4.2 | - |
| YUV | 141.12 | 57.39 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 16 | 0 | 0.54 | 0.93 | 0.04 | 25.04 | 0.93 | 0.51 |
| Hex | F6 | 70 | 10 | 0 | 36 | 5D | 4 | 19 | 5D | 33 |
| Octal | 366 | 160 | 20 | 0 | 66 | 135 | 4 | 31 | 135 | 63 |
| Binary | 11110110 | 1110000 | 10000 | 0 | 110110 | 1011101 | 100 | 11001 | 1011101 | 110011 |
Color Harmonies of #F67010
Complementary color
Monochromatic Colors of #F67010
Black with #F67010
Text Example
Text Example
White with #F67010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67010; }
p { color: rgb(246,112,16); }
H1.HeaderClassName
{
color: #F67010;
}
.AnyTagClassName
{
color: #F67010;
}
</style>
background-color css
<style>
a { background-color: #F67010; }
a { background-color: rgb(246,112,16); }
div.DivClassName
{
background-color: #F67010;
}
.BgClassName
{
background-color: #F67010;
}
</style>
border-color css
<style>
span { border-color: #F67010; }
span { border-color: rgb(246,112,16); }
td.TdClassName
{
border-color: #F67010;
}
.TagClassName
{
border-color: #F67010;
}
</style>