Shades of Pumpkin #F58213
Tints of Pumpkin #F58213
RGB
CMYK
RGB Variations
Color information
#F58213 (or 0xF58213) is known color: Pumpkin. HEX triplet: F5, 82 and 13. RGB value is (245,130,19). Sum of RGB (Red+Green+Blue) = 245+130+19=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F58213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58213 is #0A7DEC. Grayscale: #989898. Windows color (decimal): -687597 or 1278709. OLE color: 1278709.
HSL color Cylindrical-coordinate representation of color #F58213: hue angle of 29.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F58213 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 19 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.04 |
| HSL | 29.47º | 0.92% | 0.52% | - |
| HSV(B) | 29.47º | 0.92% | 0.96% | - |
| XYZ | 45.76 | 35.42 | 5.04 | - |
| YUV | 151.73 | 53.1 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 19 | 0 | 0.47 | 0.92 | 0.04 | 29.47 | 0.92 | 0.52 |
| Hex | F5 | 82 | 13 | 0 | 2F | 5C | 4 | 1D | 5C | 34 |
| Octal | 365 | 202 | 23 | 0 | 57 | 134 | 4 | 35 | 134 | 64 |
| Binary | 11110101 | 10000010 | 10011 | 0 | 101111 | 1011100 | 100 | 11101 | 1011100 | 110100 |
Color Harmonies of #F58213
Complementary color
Monochromatic Colors of #F58213
Black with #F58213
Text Example
Text Example
White with #F58213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58213; }
p { color: rgb(245,130,19); }
H1.HeaderClassName
{
color: #F58213;
}
.AnyTagClassName
{
color: #F58213;
}
</style>
background-color css
<style>
a { background-color: #F58213; }
a { background-color: rgb(245,130,19); }
div.DivClassName
{
background-color: #F58213;
}
.BgClassName
{
background-color: #F58213;
}
</style>
border-color css
<style>
span { border-color: #F58213; }
span { border-color: rgb(245,130,19); }
td.TdClassName
{
border-color: #F58213;
}
.TagClassName
{
border-color: #F58213;
}
</style>