Shades of Pumpkin #F56117
Tints of Pumpkin #F56117
RGB
CMYK
RGB Variations
Color information
#F56117 (or 0xF56117) is known color: Pumpkin. HEX triplet: F5, 61 and 17. RGB value is (245,97,23). Sum of RGB (Red+Green+Blue) = 245+97+23=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F56117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56117 is #0A9EE8. Grayscale: #858585. Windows color (decimal): -696041 or 1532405. OLE color: 1532405.
HSL color Cylindrical-coordinate representation of color #F56117: hue angle of 20º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F56117 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 23 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.04 |
| HSL | 20º | 0.92% | 0.53% | - |
| HSV(B) | 20º | 0.91% | 0.96% | - |
| XYZ | 42.09 | 28.02 | 4 | - |
| YUV | 132.82 | 66.03 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 23 | 0 | 0.60 | 0.91 | 0.04 | 20 | 0.92 | 0.53 |
| Hex | F5 | 61 | 17 | 0 | 3C | 5B | 4 | 14 | 5C | 35 |
| Octal | 365 | 141 | 27 | 0 | 74 | 133 | 4 | 24 | 134 | 65 |
| Binary | 11110101 | 1100001 | 10111 | 0 | 111100 | 1011011 | 100 | 10100 | 1011100 | 110101 |
Color Harmonies of #F56117
Complementary color
Monochromatic Colors of #F56117
Black with #F56117
Text Example
Text Example
White with #F56117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56117; }
p { color: rgb(245,97,23); }
H1.HeaderClassName
{
color: #F56117;
}
.AnyTagClassName
{
color: #F56117;
}
</style>
background-color css
<style>
a { background-color: #F56117; }
a { background-color: rgb(245,97,23); }
div.DivClassName
{
background-color: #F56117;
}
.BgClassName
{
background-color: #F56117;
}
</style>
border-color css
<style>
span { border-color: #F56117; }
span { border-color: rgb(245,97,23); }
td.TdClassName
{
border-color: #F56117;
}
.TagClassName
{
border-color: #F56117;
}
</style>