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