Shades of Pumpkin #F58119
Tints of Pumpkin #F58119
RGB
CMYK
RGB Variations
Color information
#F58119 (or 0xF58119) is known color: Pumpkin. HEX triplet: F5, 81 and 19. RGB value is (245,129,25). Sum of RGB (Red+Green+Blue) = 245+129+25=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F58119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58119 is #0A7EE6. Grayscale: #989898. Windows color (decimal): -687847 or 1671669. OLE color: 1671669.
HSL color Cylindrical-coordinate representation of color #F58119: hue angle of 28.36º 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 #F58119 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 25 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.04 |
| HSL | 28.36º | 0.92% | 0.53% | - |
| HSV(B) | 28.36º | 0.9% | 0.96% | - |
| XYZ | 45.68 | 35.18 | 5.3 | - |
| YUV | 151.83 | 56.43 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 25 | 0 | 0.47 | 0.90 | 0.04 | 28.36 | 0.92 | 0.53 |
| Hex | F5 | 81 | 19 | 0 | 2F | 5A | 4 | 1C | 5C | 35 |
| Octal | 365 | 201 | 31 | 0 | 57 | 132 | 4 | 34 | 134 | 65 |
| Binary | 11110101 | 10000001 | 11001 | 0 | 101111 | 1011010 | 100 | 11100 | 1011100 | 110101 |
Color Harmonies of #F58119
Complementary color
Monochromatic Colors of #F58119
Black with #F58119
Text Example
Text Example
White with #F58119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58119; }
p { color: rgb(245,129,25); }
H1.HeaderClassName
{
color: #F58119;
}
.AnyTagClassName
{
color: #F58119;
}
</style>
background-color css
<style>
a { background-color: #F58119; }
a { background-color: rgb(245,129,25); }
div.DivClassName
{
background-color: #F58119;
}
.BgClassName
{
background-color: #F58119;
}
</style>
border-color css
<style>
span { border-color: #F58119; }
span { border-color: rgb(245,129,25); }
td.TdClassName
{
border-color: #F58119;
}
.TagClassName
{
border-color: #F58119;
}
</style>