Shades of Pumpkin #F57919
Tints of Pumpkin #F57919
RGB
CMYK
RGB Variations
Color information
#F57919 (or 0xF57919) is known color: Pumpkin. HEX triplet: F5, 79 and 19. RGB value is (245,121,25). Sum of RGB (Red+Green+Blue) = 245+121+25=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F57919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57919 is #0A86E6. Grayscale: #939393. Windows color (decimal): -689895 or 1669621. OLE color: 1669621.
HSL color Cylindrical-coordinate representation of color #F57919: hue angle of 26.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 #F57919 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 25 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.04 |
| HSL | 26.18º | 0.92% | 0.53% | - |
| HSV(B) | 26.18º | 0.9% | 0.96% | - |
| XYZ | 44.67 | 33.16 | 4.97 | - |
| YUV | 147.13 | 59.08 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 25 | 0 | 0.51 | 0.90 | 0.04 | 26.18 | 0.92 | 0.53 |
| Hex | F5 | 79 | 19 | 0 | 33 | 5A | 4 | 1A | 5C | 35 |
| Octal | 365 | 171 | 31 | 0 | 63 | 132 | 4 | 32 | 134 | 65 |
| Binary | 11110101 | 1111001 | 11001 | 0 | 110011 | 1011010 | 100 | 11010 | 1011100 | 110101 |
Color Harmonies of #F57919
Complementary color
Monochromatic Colors of #F57919
Black with #F57919
Text Example
Text Example
White with #F57919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57919; }
p { color: rgb(245,121,25); }
H1.HeaderClassName
{
color: #F57919;
}
.AnyTagClassName
{
color: #F57919;
}
</style>
background-color css
<style>
a { background-color: #F57919; }
a { background-color: rgb(245,121,25); }
div.DivClassName
{
background-color: #F57919;
}
.BgClassName
{
background-color: #F57919;
}
</style>
border-color css
<style>
span { border-color: #F57919; }
span { border-color: rgb(245,121,25); }
td.TdClassName
{
border-color: #F57919;
}
.TagClassName
{
border-color: #F57919;
}
</style>