Shades of Pumpkin #F67410
Tints of Pumpkin #F67410
RGB
CMYK
RGB Variations
Color information
#F67410 (or 0xF67410) is known color: Pumpkin. HEX triplet: F6, 74 and 10. RGB value is (246,116,16). Sum of RGB (Red+Green+Blue) = 246+116+16=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F67410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67410 is #098BEF. Grayscale: #909090. Windows color (decimal): -625648 or 1078518. OLE color: 1078518.
HSL color Cylindrical-coordinate representation of color #F67410: hue angle of 26.09º 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 #F67410 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.04 |
| HSL | 26.09º | 0.93% | 0.51% | - |
| HSV(B) | 26.09º | 0.93% | 0.96% | - |
| XYZ | 44.34 | 32.12 | 4.35 | - |
| YUV | 143.47 | 56.07 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 16 | 0 | 0.53 | 0.93 | 0.04 | 26.09 | 0.93 | 0.51 |
| Hex | F6 | 74 | 10 | 0 | 35 | 5D | 4 | 1A | 5D | 33 |
| Octal | 366 | 164 | 20 | 0 | 65 | 135 | 4 | 32 | 135 | 63 |
| Binary | 11110110 | 1110100 | 10000 | 0 | 110101 | 1011101 | 100 | 11010 | 1011101 | 110011 |
Color Harmonies of #F67410
Complementary color
Monochromatic Colors of #F67410
Black with #F67410
Text Example
Text Example
White with #F67410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67410; }
p { color: rgb(246,116,16); }
H1.HeaderClassName
{
color: #F67410;
}
.AnyTagClassName
{
color: #F67410;
}
</style>
background-color css
<style>
a { background-color: #F67410; }
a { background-color: rgb(246,116,16); }
div.DivClassName
{
background-color: #F67410;
}
.BgClassName
{
background-color: #F67410;
}
</style>
border-color css
<style>
span { border-color: #F67410; }
span { border-color: rgb(246,116,16); }
td.TdClassName
{
border-color: #F67410;
}
.TagClassName
{
border-color: #F67410;
}
</style>