Shades of Pumpkin #F56820
Tints of Pumpkin #F56820
RGB
CMYK
RGB Variations
Color information
#F56820 (or 0xF56820) is known color: Pumpkin. HEX triplet: F5, 68 and 20. RGB value is (245,104,32). Sum of RGB (Red+Green+Blue) = 245+104+32=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F56820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56820 is #0A97DF. Grayscale: #8A8A8A. Windows color (decimal): -694240 or 2124021. OLE color: 2124021.
HSL color Cylindrical-coordinate representation of color #F56820: hue angle of 20.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F56820 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 32 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.04 |
| HSL | 20.28º | 0.91% | 0.54% | - |
| HSV(B) | 20.28º | 0.87% | 0.96% | - |
| XYZ | 42.87 | 29.42 | 4.79 | - |
| YUV | 137.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 32 | 0 | 0.58 | 0.87 | 0.04 | 20.28 | 0.91 | 0.54 |
| Hex | F5 | 68 | 20 | 0 | 3A | 57 | 4 | 14 | 5B | 36 |
| Octal | 365 | 150 | 40 | 0 | 72 | 127 | 4 | 24 | 133 | 66 |
| Binary | 11110101 | 1101000 | 100000 | 0 | 111010 | 1010111 | 100 | 10100 | 1011011 | 110110 |
Color Harmonies of #F56820
Complementary color
Monochromatic Colors of #F56820
Black with #F56820
Text Example
Text Example
White with #F56820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56820; }
p { color: rgb(245,104,32); }
H1.HeaderClassName
{
color: #F56820;
}
.AnyTagClassName
{
color: #F56820;
}
</style>
background-color css
<style>
a { background-color: #F56820; }
a { background-color: rgb(245,104,32); }
div.DivClassName
{
background-color: #F56820;
}
.BgClassName
{
background-color: #F56820;
}
</style>
border-color css
<style>
span { border-color: #F56820; }
span { border-color: rgb(245,104,32); }
td.TdClassName
{
border-color: #F56820;
}
.TagClassName
{
border-color: #F56820;
}
</style>