Shades of Pumpkin #F57013
Tints of Pumpkin #F57013
RGB
CMYK
RGB Variations
Color information
#F57013 (or 0xF57013) is known color: Pumpkin. HEX triplet: F5, 70 and 13. RGB value is (245,112,19). Sum of RGB (Red+Green+Blue) = 245+112+19=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F57013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57013 is #0A8FEC. Grayscale: #8D8D8D. Windows color (decimal): -692205 or 1274101. OLE color: 1274101.
HSL color Cylindrical-coordinate representation of color #F57013: hue angle of 24.69º 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 #F57013 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 19 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.04 |
| HSL | 24.69º | 0.92% | 0.52% | - |
| HSV(B) | 24.69º | 0.92% | 0.96% | - |
| XYZ | 43.57 | 31.05 | 4.31 | - |
| YUV | 141.17 | 59.06 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 19 | 0 | 0.54 | 0.92 | 0.04 | 24.69 | 0.92 | 0.52 |
| Hex | F5 | 70 | 13 | 0 | 36 | 5C | 4 | 19 | 5C | 34 |
| Octal | 365 | 160 | 23 | 0 | 66 | 134 | 4 | 31 | 134 | 64 |
| Binary | 11110101 | 1110000 | 10011 | 0 | 110110 | 1011100 | 100 | 11001 | 1011100 | 110100 |
Color Harmonies of #F57013
Complementary color
Monochromatic Colors of #F57013
Black with #F57013
Text Example
Text Example
White with #F57013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57013; }
p { color: rgb(245,112,19); }
H1.HeaderClassName
{
color: #F57013;
}
.AnyTagClassName
{
color: #F57013;
}
</style>
background-color css
<style>
a { background-color: #F57013; }
a { background-color: rgb(245,112,19); }
div.DivClassName
{
background-color: #F57013;
}
.BgClassName
{
background-color: #F57013;
}
</style>
border-color css
<style>
span { border-color: #F57013; }
span { border-color: rgb(245,112,19); }
td.TdClassName
{
border-color: #F57013;
}
.TagClassName
{
border-color: #F57013;
}
</style>