Shades of Pumpkin #F56D17
Tints of Pumpkin #F56D17
RGB
CMYK
RGB Variations
Color information
#F56D17 (or 0xF56D17) is known color: Pumpkin. HEX triplet: F5, 6D and 17. RGB value is (245,109,23). Sum of RGB (Red+Green+Blue) = 245+109+23=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56D17 is #0A92E8. Grayscale: #8C8C8C. Windows color (decimal): -692969 or 1535477. OLE color: 1535477.
HSL color Cylindrical-coordinate representation of color #F56D17: hue angle of 23.24º 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 #F56D17 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 23 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.04 |
| HSL | 23.24º | 0.92% | 0.53% | - |
| HSV(B) | 23.24º | 0.91% | 0.96% | - |
| XYZ | 43.28 | 30.41 | 4.4 | - |
| YUV | 139.86 | 62.06 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 23 | 0 | 0.56 | 0.91 | 0.04 | 23.24 | 0.92 | 0.53 |
| Hex | F5 | 6D | 17 | 0 | 38 | 5B | 4 | 17 | 5C | 35 |
| Octal | 365 | 155 | 27 | 0 | 70 | 133 | 4 | 27 | 134 | 65 |
| Binary | 11110101 | 1101101 | 10111 | 0 | 111000 | 1011011 | 100 | 10111 | 1011100 | 110101 |
Color Harmonies of #F56D17
Complementary color
Monochromatic Colors of #F56D17
Black with #F56D17
Text Example
Text Example
White with #F56D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D17; }
p { color: rgb(245,109,23); }
H1.HeaderClassName
{
color: #F56D17;
}
.AnyTagClassName
{
color: #F56D17;
}
</style>
background-color css
<style>
a { background-color: #F56D17; }
a { background-color: rgb(245,109,23); }
div.DivClassName
{
background-color: #F56D17;
}
.BgClassName
{
background-color: #F56D17;
}
</style>
border-color css
<style>
span { border-color: #F56D17; }
span { border-color: rgb(245,109,23); }
td.TdClassName
{
border-color: #F56D17;
}
.TagClassName
{
border-color: #F56D17;
}
</style>