Shades of Pumpkin #F57719
Tints of Pumpkin #F57719
RGB
CMYK
RGB Variations
Color information
#F57719 (or 0xF57719) is known color: Pumpkin. HEX triplet: F5, 77 and 19. RGB value is (245,119,25). Sum of RGB (Red+Green+Blue) = 245+119+25=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F57719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57719 is #0A88E6. Grayscale: #929292. Windows color (decimal): -690407 or 1669109. OLE color: 1669109.
HSL color Cylindrical-coordinate representation of color #F57719: hue angle of 25.64º 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 #F57719 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 25 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.04 |
| HSL | 25.64º | 0.92% | 0.53% | - |
| HSV(B) | 25.64º | 0.9% | 0.96% | - |
| XYZ | 44.43 | 32.68 | 4.89 | - |
| YUV | 145.96 | 59.74 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 25 | 0 | 0.51 | 0.90 | 0.04 | 25.64 | 0.92 | 0.53 |
| Hex | F5 | 77 | 19 | 0 | 33 | 5A | 4 | 1A | 5C | 35 |
| Octal | 365 | 167 | 31 | 0 | 63 | 132 | 4 | 32 | 134 | 65 |
| Binary | 11110101 | 1110111 | 11001 | 0 | 110011 | 1011010 | 100 | 11010 | 1011100 | 110101 |
Color Harmonies of #F57719
Complementary color
Monochromatic Colors of #F57719
Black with #F57719
Text Example
Text Example
White with #F57719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57719; }
p { color: rgb(245,119,25); }
H1.HeaderClassName
{
color: #F57719;
}
.AnyTagClassName
{
color: #F57719;
}
</style>
background-color css
<style>
a { background-color: #F57719; }
a { background-color: rgb(245,119,25); }
div.DivClassName
{
background-color: #F57719;
}
.BgClassName
{
background-color: #F57719;
}
</style>
border-color css
<style>
span { border-color: #F57719; }
span { border-color: rgb(245,119,25); }
td.TdClassName
{
border-color: #F57719;
}
.TagClassName
{
border-color: #F57719;
}
</style>