Shades of Pumpkin #F56819
Tints of Pumpkin #F56819
RGB
CMYK
RGB Variations
Color information
#F56819 (or 0xF56819) is known color: Pumpkin. HEX triplet: F5, 68 and 19. RGB value is (245,104,25). Sum of RGB (Red+Green+Blue) = 245+104+25=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F56819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56819 is #0A97E6. Grayscale: #898989. Windows color (decimal): -694247 or 1665269. OLE color: 1665269.
HSL color Cylindrical-coordinate representation of color #F56819: hue angle of 21.55º 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 #F56819 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 25 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.04 |
| HSL | 21.55º | 0.92% | 0.53% | - |
| HSV(B) | 21.55º | 0.9% | 0.96% | - |
| XYZ | 42.78 | 29.38 | 4.34 | - |
| YUV | 137.15 | 64.71 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 25 | 0 | 0.58 | 0.90 | 0.04 | 21.55 | 0.92 | 0.53 |
| Hex | F5 | 68 | 19 | 0 | 3A | 5A | 4 | 16 | 5C | 35 |
| Octal | 365 | 150 | 31 | 0 | 72 | 132 | 4 | 26 | 134 | 65 |
| Binary | 11110101 | 1101000 | 11001 | 0 | 111010 | 1011010 | 100 | 10110 | 1011100 | 110101 |
Color Harmonies of #F56819
Complementary color
Monochromatic Colors of #F56819
Black with #F56819
Text Example
Text Example
White with #F56819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56819; }
p { color: rgb(245,104,25); }
H1.HeaderClassName
{
color: #F56819;
}
.AnyTagClassName
{
color: #F56819;
}
</style>
background-color css
<style>
a { background-color: #F56819; }
a { background-color: rgb(245,104,25); }
div.DivClassName
{
background-color: #F56819;
}
.BgClassName
{
background-color: #F56819;
}
</style>
border-color css
<style>
span { border-color: #F56819; }
span { border-color: rgb(245,104,25); }
td.TdClassName
{
border-color: #F56819;
}
.TagClassName
{
border-color: #F56819;
}
</style>