Shades of Pumpkin #F56313
Tints of Pumpkin #F56313
RGB
CMYK
RGB Variations
Color information
#F56313 (or 0xF56313) is known color: Pumpkin. HEX triplet: F5, 63 and 13. RGB value is (245,99,19). Sum of RGB (Red+Green+Blue) = 245+99+19=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F56313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56313 is #0A9CEC. Grayscale: #868686. Windows color (decimal): -695533 or 1270773. OLE color: 1270773.
HSL color Cylindrical-coordinate representation of color #F56313: hue angle of 21.24º 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 #F56313 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.04 |
| HSL | 21.24º | 0.92% | 0.52% | - |
| HSV(B) | 21.24º | 0.92% | 0.96% | - |
| XYZ | 42.24 | 28.38 | 3.87 | - |
| YUV | 133.53 | 63.37 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 19 | 0 | 0.60 | 0.92 | 0.04 | 21.24 | 0.92 | 0.52 |
| Hex | F5 | 63 | 13 | 0 | 3C | 5C | 4 | 15 | 5C | 34 |
| Octal | 365 | 143 | 23 | 0 | 74 | 134 | 4 | 25 | 134 | 64 |
| Binary | 11110101 | 1100011 | 10011 | 0 | 111100 | 1011100 | 100 | 10101 | 1011100 | 110100 |
Color Harmonies of #F56313
Complementary color
Monochromatic Colors of #F56313
Black with #F56313
Text Example
Text Example
White with #F56313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56313; }
p { color: rgb(245,99,19); }
H1.HeaderClassName
{
color: #F56313;
}
.AnyTagClassName
{
color: #F56313;
}
</style>
background-color css
<style>
a { background-color: #F56313; }
a { background-color: rgb(245,99,19); }
div.DivClassName
{
background-color: #F56313;
}
.BgClassName
{
background-color: #F56313;
}
</style>
border-color css
<style>
span { border-color: #F56313; }
span { border-color: rgb(245,99,19); }
td.TdClassName
{
border-color: #F56313;
}
.TagClassName
{
border-color: #F56313;
}
</style>