Shades of Pumpkin #F68011
Tints of Pumpkin #F68011
RGB
CMYK
RGB Variations
Color information
#F68011 (or 0xF68011) is known color: Pumpkin. HEX triplet: F6, 80 and 11. RGB value is (246,128,17). Sum of RGB (Red+Green+Blue) = 246+128+17=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F68011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68011 is #097FEE. Grayscale: #979797. Windows color (decimal): -622575 or 1147126. OLE color: 1147126.
HSL color Cylindrical-coordinate representation of color #F68011: hue angle of 29.08º 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 #F68011 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 17 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.04 |
| HSL | 29.08º | 0.93% | 0.52% | - |
| HSV(B) | 29.08º | 0.93% | 0.96% | - |
| XYZ | 45.83 | 35.07 | 4.88 | - |
| YUV | 150.63 | 52.59 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 17 | 0 | 0.48 | 0.93 | 0.04 | 29.08 | 0.93 | 0.52 |
| Hex | F6 | 80 | 11 | 0 | 30 | 5D | 4 | 1D | 5D | 34 |
| Octal | 366 | 200 | 21 | 0 | 60 | 135 | 4 | 35 | 135 | 64 |
| Binary | 11110110 | 10000000 | 10001 | 0 | 110000 | 1011101 | 100 | 11101 | 1011101 | 110100 |
Color Harmonies of #F68011
Complementary color
Monochromatic Colors of #F68011
Black with #F68011
Text Example
Text Example
White with #F68011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68011; }
p { color: rgb(246,128,17); }
H1.HeaderClassName
{
color: #F68011;
}
.AnyTagClassName
{
color: #F68011;
}
</style>
background-color css
<style>
a { background-color: #F68011; }
a { background-color: rgb(246,128,17); }
div.DivClassName
{
background-color: #F68011;
}
.BgClassName
{
background-color: #F68011;
}
</style>
border-color css
<style>
span { border-color: #F68011; }
span { border-color: rgb(246,128,17); }
td.TdClassName
{
border-color: #F68011;
}
.TagClassName
{
border-color: #F68011;
}
</style>