Shades of Pumpkin #F56810
Tints of Pumpkin #F56810
RGB
CMYK
RGB Variations
Color information
#F56810 (or 0xF56810) is known color: Pumpkin. HEX triplet: F5, 68 and 10. RGB value is (245,104,16). Sum of RGB (Red+Green+Blue) = 245+104+16=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F56810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56810 is #0A97EF. Grayscale: #888888. Windows color (decimal): -694256 or 1075445. OLE color: 1075445.
HSL color Cylindrical-coordinate representation of color #F56810: hue angle of 23.06º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56810 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.04 |
| HSL | 23.06º | 0.92% | 0.51% | - |
| HSV(B) | 23.06º | 0.93% | 0.96% | - |
| XYZ | 42.7 | 29.35 | 3.9 | - |
| YUV | 136.13 | 60.21 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 16 | 0 | 0.58 | 0.93 | 0.04 | 23.06 | 0.92 | 0.51 |
| Hex | F5 | 68 | 10 | 0 | 3A | 5D | 4 | 17 | 5C | 33 |
| Octal | 365 | 150 | 20 | 0 | 72 | 135 | 4 | 27 | 134 | 63 |
| Binary | 11110101 | 1101000 | 10000 | 0 | 111010 | 1011101 | 100 | 10111 | 1011100 | 110011 |
Color Harmonies of #F56810
Complementary color
Monochromatic Colors of #F56810
Black with #F56810
Text Example
Text Example
White with #F56810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56810; }
p { color: rgb(245,104,16); }
H1.HeaderClassName
{
color: #F56810;
}
.AnyTagClassName
{
color: #F56810;
}
</style>
background-color css
<style>
a { background-color: #F56810; }
a { background-color: rgb(245,104,16); }
div.DivClassName
{
background-color: #F56810;
}
.BgClassName
{
background-color: #F56810;
}
</style>
border-color css
<style>
span { border-color: #F56810; }
span { border-color: rgb(245,104,16); }
td.TdClassName
{
border-color: #F56810;
}
.TagClassName
{
border-color: #F56810;
}
</style>