Shades of Pumpkin #F67416
Tints of Pumpkin #F67416
RGB
CMYK
RGB Variations
Color information
#F67416 (or 0xF67416) is known color: Pumpkin. HEX triplet: F6, 74 and 16. RGB value is (246,116,22). Sum of RGB (Red+Green+Blue) = 246+116+22=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F67416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67416 is #098BE9. Grayscale: #909090. Windows color (decimal): -625642 or 1471734. OLE color: 1471734.
HSL color Cylindrical-coordinate representation of color #F67416: hue angle of 25.18º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F67416 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.04 |
| HSL | 25.18º | 0.93% | 0.53% | - |
| HSV(B) | 25.18º | 0.91% | 0.96% | - |
| XYZ | 44.4 | 32.14 | 4.62 | - |
| YUV | 144.15 | 59.07 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 22 | 0 | 0.53 | 0.91 | 0.04 | 25.18 | 0.93 | 0.53 |
| Hex | F6 | 74 | 16 | 0 | 35 | 5B | 4 | 19 | 5D | 35 |
| Octal | 366 | 164 | 26 | 0 | 65 | 133 | 4 | 31 | 135 | 65 |
| Binary | 11110110 | 1110100 | 10110 | 0 | 110101 | 1011011 | 100 | 11001 | 1011101 | 110101 |
Color Harmonies of #F67416
Complementary color
Monochromatic Colors of #F67416
Black with #F67416
Text Example
Text Example
White with #F67416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67416; }
p { color: rgb(246,116,22); }
H1.HeaderClassName
{
color: #F67416;
}
.AnyTagClassName
{
color: #F67416;
}
</style>
background-color css
<style>
a { background-color: #F67416; }
a { background-color: rgb(246,116,22); }
div.DivClassName
{
background-color: #F67416;
}
.BgClassName
{
background-color: #F67416;
}
</style>
border-color css
<style>
span { border-color: #F67416; }
span { border-color: rgb(246,116,22); }
td.TdClassName
{
border-color: #F67416;
}
.TagClassName
{
border-color: #F67416;
}
</style>