Shades of Pumpkin #F66820
Tints of Pumpkin #F66820
RGB
CMYK
RGB Variations
Color information
#F66820 (or 0xF66820) is known color: Pumpkin. HEX triplet: F6, 68 and 20. RGB value is (246,104,32). Sum of RGB (Red+Green+Blue) = 246+104+32=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F66820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66820 is #0997DF. Grayscale: #8A8A8A. Windows color (decimal): -628704 or 2124022. OLE color: 2124022.
HSL color Cylindrical-coordinate representation of color #F66820: hue angle of 20.19º 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 #F66820 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 32 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.04 |
| HSL | 20.19º | 0.92% | 0.55% | - |
| HSV(B) | 20.19º | 0.87% | 0.96% | - |
| XYZ | 43.22 | 29.6 | 4.8 | - |
| YUV | 138.25 | 68.04 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 32 | 0 | 0.58 | 0.87 | 0.04 | 20.19 | 0.92 | 0.55 |
| Hex | F6 | 68 | 20 | 0 | 3A | 57 | 4 | 14 | 5C | 37 |
| Octal | 366 | 150 | 40 | 0 | 72 | 127 | 4 | 24 | 134 | 67 |
| Binary | 11110110 | 1101000 | 100000 | 0 | 111010 | 1010111 | 100 | 10100 | 1011100 | 110111 |
Color Harmonies of #F66820
Complementary color
Monochromatic Colors of #F66820
Black with #F66820
Text Example
Text Example
White with #F66820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66820; }
p { color: rgb(246,104,32); }
H1.HeaderClassName
{
color: #F66820;
}
.AnyTagClassName
{
color: #F66820;
}
</style>
background-color css
<style>
a { background-color: #F66820; }
a { background-color: rgb(246,104,32); }
div.DivClassName
{
background-color: #F66820;
}
.BgClassName
{
background-color: #F66820;
}
</style>
border-color css
<style>
span { border-color: #F66820; }
span { border-color: rgb(246,104,32); }
td.TdClassName
{
border-color: #F66820;
}
.TagClassName
{
border-color: #F66820;
}
</style>