Shades of Pumpkin #F68020
Tints of Pumpkin #F68020
RGB
CMYK
RGB Variations
Color information
#F68020 (or 0xF68020) is known color: Pumpkin. HEX triplet: F6, 80 and 20. RGB value is (246,128,32). Sum of RGB (Red+Green+Blue) = 246+128+32=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F68020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68020 is #097FDF. Grayscale: #989898. Windows color (decimal): -622560 or 2130166. OLE color: 2130166.
HSL color Cylindrical-coordinate representation of color #F68020: hue angle of 26.92º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F68020 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 32 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.04 |
| HSL | 26.92º | 0.92% | 0.55% | - |
| HSV(B) | 26.92º | 0.87% | 0.96% | - |
| XYZ | 45.99 | 35.14 | 5.72 | - |
| YUV | 152.34 | 60.09 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 32 | 0 | 0.48 | 0.87 | 0.04 | 26.92 | 0.92 | 0.55 |
| Hex | F6 | 80 | 20 | 0 | 30 | 57 | 4 | 1B | 5C | 37 |
| Octal | 366 | 200 | 40 | 0 | 60 | 127 | 4 | 33 | 134 | 67 |
| Binary | 11110110 | 10000000 | 100000 | 0 | 110000 | 1010111 | 100 | 11011 | 1011100 | 110111 |
Color Harmonies of #F68020
Complementary color
Monochromatic Colors of #F68020
Black with #F68020
Text Example
Text Example
White with #F68020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68020; }
p { color: rgb(246,128,32); }
H1.HeaderClassName
{
color: #F68020;
}
.AnyTagClassName
{
color: #F68020;
}
</style>
background-color css
<style>
a { background-color: #F68020; }
a { background-color: rgb(246,128,32); }
div.DivClassName
{
background-color: #F68020;
}
.BgClassName
{
background-color: #F68020;
}
</style>
border-color css
<style>
span { border-color: #F68020; }
span { border-color: rgb(246,128,32); }
td.TdClassName
{
border-color: #F68020;
}
.TagClassName
{
border-color: #F68020;
}
</style>