Shades of Pumpkin #F56D16
Tints of Pumpkin #F56D16
RGB
CMYK
RGB Variations
Color information
#F56D16 (or 0xF56D16) is known color: Pumpkin. HEX triplet: F5, 6D and 16. RGB value is (245,109,22). Sum of RGB (Red+Green+Blue) = 245+109+22=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56D16 is #0A92E9. Grayscale: #8C8C8C. Windows color (decimal): -692970 or 1469941. OLE color: 1469941.
HSL color Cylindrical-coordinate representation of color #F56D16: hue angle of 23.41º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F56D16 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.04 |
| HSL | 23.41º | 0.92% | 0.52% | - |
| HSV(B) | 23.41º | 0.91% | 0.96% | - |
| XYZ | 43.27 | 30.41 | 4.35 | - |
| YUV | 139.75 | 61.56 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 22 | 0 | 0.56 | 0.91 | 0.04 | 23.41 | 0.92 | 0.52 |
| Hex | F5 | 6D | 16 | 0 | 38 | 5B | 4 | 17 | 5C | 34 |
| Octal | 365 | 155 | 26 | 0 | 70 | 133 | 4 | 27 | 134 | 64 |
| Binary | 11110101 | 1101101 | 10110 | 0 | 111000 | 1011011 | 100 | 10111 | 1011100 | 110100 |
Color Harmonies of #F56D16
Complementary color
Monochromatic Colors of #F56D16
Black with #F56D16
Text Example
Text Example
White with #F56D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D16; }
p { color: rgb(245,109,22); }
H1.HeaderClassName
{
color: #F56D16;
}
.AnyTagClassName
{
color: #F56D16;
}
</style>
background-color css
<style>
a { background-color: #F56D16; }
a { background-color: rgb(245,109,22); }
div.DivClassName
{
background-color: #F56D16;
}
.BgClassName
{
background-color: #F56D16;
}
</style>
border-color css
<style>
span { border-color: #F56D16; }
span { border-color: rgb(245,109,22); }
td.TdClassName
{
border-color: #F56D16;
}
.TagClassName
{
border-color: #F56D16;
}
</style>