Shades of Pumpkin #F67511
Tints of Pumpkin #F67511
RGB
CMYK
RGB Variations
Color information
#F67511 (or 0xF67511) is known color: Pumpkin. HEX triplet: F6, 75 and 11. RGB value is (246,117,17). Sum of RGB (Red+Green+Blue) = 246+117+17=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F67511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67511 is #098AEE. Grayscale: #909090. Windows color (decimal): -625391 or 1144310. OLE color: 1144310.
HSL color Cylindrical-coordinate representation of color #F67511: hue angle of 26.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F67511 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.04 |
| HSL | 26.2º | 0.93% | 0.52% | - |
| HSV(B) | 26.2º | 0.93% | 0.96% | - |
| XYZ | 44.47 | 32.36 | 4.43 | - |
| YUV | 144.17 | 56.24 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 17 | 0 | 0.52 | 0.93 | 0.04 | 26.2 | 0.93 | 0.52 |
| Hex | F6 | 75 | 11 | 0 | 34 | 5D | 4 | 1A | 5D | 34 |
| Octal | 366 | 165 | 21 | 0 | 64 | 135 | 4 | 32 | 135 | 64 |
| Binary | 11110110 | 1110101 | 10001 | 0 | 110100 | 1011101 | 100 | 11010 | 1011101 | 110100 |
Color Harmonies of #F67511
Complementary color
Monochromatic Colors of #F67511
Black with #F67511
Text Example
Text Example
White with #F67511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67511; }
p { color: rgb(246,117,17); }
H1.HeaderClassName
{
color: #F67511;
}
.AnyTagClassName
{
color: #F67511;
}
</style>
background-color css
<style>
a { background-color: #F67511; }
a { background-color: rgb(246,117,17); }
div.DivClassName
{
background-color: #F67511;
}
.BgClassName
{
background-color: #F67511;
}
</style>
border-color css
<style>
span { border-color: #F67511; }
span { border-color: rgb(246,117,17); }
td.TdClassName
{
border-color: #F67511;
}
.TagClassName
{
border-color: #F67511;
}
</style>