Shades of Pumpkin #F56519
Tints of Pumpkin #F56519
RGB
CMYK
RGB Variations
Color information
#F56519 (or 0xF56519) is known color: Pumpkin. HEX triplet: F5, 65 and 19. RGB value is (245,101,25). Sum of RGB (Red+Green+Blue) = 245+101+25=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F56519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56519 is #0A9AE6. Grayscale: #878787. Windows color (decimal): -695015 or 1664501. OLE color: 1664501.
HSL color Cylindrical-coordinate representation of color #F56519: hue angle of 20.73º 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 #F56519 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 25 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.04 |
| HSL | 20.73º | 0.92% | 0.53% | - |
| HSV(B) | 20.73º | 0.9% | 0.96% | - |
| XYZ | 42.49 | 28.79 | 4.24 | - |
| YUV | 135.39 | 65.71 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 25 | 0 | 0.59 | 0.90 | 0.04 | 20.73 | 0.92 | 0.53 |
| Hex | F5 | 65 | 19 | 0 | 3B | 5A | 4 | 15 | 5C | 35 |
| Octal | 365 | 145 | 31 | 0 | 73 | 132 | 4 | 25 | 134 | 65 |
| Binary | 11110101 | 1100101 | 11001 | 0 | 111011 | 1011010 | 100 | 10101 | 1011100 | 110101 |
Color Harmonies of #F56519
Complementary color
Monochromatic Colors of #F56519
Black with #F56519
Text Example
Text Example
White with #F56519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56519; }
p { color: rgb(245,101,25); }
H1.HeaderClassName
{
color: #F56519;
}
.AnyTagClassName
{
color: #F56519;
}
</style>
background-color css
<style>
a { background-color: #F56519; }
a { background-color: rgb(245,101,25); }
div.DivClassName
{
background-color: #F56519;
}
.BgClassName
{
background-color: #F56519;
}
</style>
border-color css
<style>
span { border-color: #F56519; }
span { border-color: rgb(245,101,25); }
td.TdClassName
{
border-color: #F56519;
}
.TagClassName
{
border-color: #F56519;
}
</style>