Shades of Pumpkin #F56319
Tints of Pumpkin #F56319
RGB
CMYK
RGB Variations
Color information
#F56319 (or 0xF56319) is known color: Pumpkin. HEX triplet: F5, 63 and 19. RGB value is (245,99,25). Sum of RGB (Red+Green+Blue) = 245+99+25=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F56319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56319 is #0A9CE6. Grayscale: #868686. Windows color (decimal): -695527 or 1663989. OLE color: 1663989.
HSL color Cylindrical-coordinate representation of color #F56319: hue angle of 20.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F56319 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 25 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.04 |
| HSL | 20.18º | 0.92% | 0.53% | - |
| HSV(B) | 20.18º | 0.9% | 0.96% | - |
| XYZ | 42.29 | 28.41 | 4.17 | - |
| YUV | 134.22 | 66.37 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 25 | 0 | 0.60 | 0.90 | 0.04 | 20.18 | 0.92 | 0.53 |
| Hex | F5 | 63 | 19 | 0 | 3C | 5A | 4 | 14 | 5C | 35 |
| Octal | 365 | 143 | 31 | 0 | 74 | 132 | 4 | 24 | 134 | 65 |
| Binary | 11110101 | 1100011 | 11001 | 0 | 111100 | 1011010 | 100 | 10100 | 1011100 | 110101 |
Color Harmonies of #F56319
Complementary color
Monochromatic Colors of #F56319
Black with #F56319
Text Example
Text Example
White with #F56319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56319; }
p { color: rgb(245,99,25); }
H1.HeaderClassName
{
color: #F56319;
}
.AnyTagClassName
{
color: #F56319;
}
</style>
background-color css
<style>
a { background-color: #F56319; }
a { background-color: rgb(245,99,25); }
div.DivClassName
{
background-color: #F56319;
}
.BgClassName
{
background-color: #F56319;
}
</style>
border-color css
<style>
span { border-color: #F56319; }
span { border-color: rgb(245,99,25); }
td.TdClassName
{
border-color: #F56319;
}
.TagClassName
{
border-color: #F56319;
}
</style>