Shades of Pumpkin #F57510
Tints of Pumpkin #F57510
RGB
CMYK
RGB Variations
Color information
#F57510 (or 0xF57510) is known color: Pumpkin. HEX triplet: F5, 75 and 10. RGB value is (245,117,16). Sum of RGB (Red+Green+Blue) = 245+117+16=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F57510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57510 is #0A8AEF. Grayscale: #909090. Windows color (decimal): -690928 or 1078773. OLE color: 1078773.
HSL color Cylindrical-coordinate representation of color #F57510: hue angle of 26.46º 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 #F57510 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.04 |
| HSL | 26.46º | 0.92% | 0.51% | - |
| HSV(B) | 26.46º | 0.93% | 0.96% | - |
| XYZ | 44.11 | 32.17 | 4.38 | - |
| YUV | 143.76 | 55.91 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 16 | 0 | 0.52 | 0.93 | 0.04 | 26.46 | 0.92 | 0.51 |
| Hex | F5 | 75 | 10 | 0 | 34 | 5D | 4 | 1A | 5C | 33 |
| Octal | 365 | 165 | 20 | 0 | 64 | 135 | 4 | 32 | 134 | 63 |
| Binary | 11110101 | 1110101 | 10000 | 0 | 110100 | 1011101 | 100 | 11010 | 1011100 | 110011 |
Color Harmonies of #F57510
Complementary color
Monochromatic Colors of #F57510
Black with #F57510
Text Example
Text Example
White with #F57510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57510; }
p { color: rgb(245,117,16); }
H1.HeaderClassName
{
color: #F57510;
}
.AnyTagClassName
{
color: #F57510;
}
</style>
background-color css
<style>
a { background-color: #F57510; }
a { background-color: rgb(245,117,16); }
div.DivClassName
{
background-color: #F57510;
}
.BgClassName
{
background-color: #F57510;
}
</style>
border-color css
<style>
span { border-color: #F57510; }
span { border-color: rgb(245,117,16); }
td.TdClassName
{
border-color: #F57510;
}
.TagClassName
{
border-color: #F57510;
}
</style>