Shades of Pumpkin #F57D10
Tints of Pumpkin #F57D10
RGB
CMYK
RGB Variations
Color information
#F57D10 (or 0xF57D10) is known color: Pumpkin. HEX triplet: F5, 7D and 10. RGB value is (245,125,16). Sum of RGB (Red+Green+Blue) = 245+125+16=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57D10 is #0A82EF. Grayscale: #959595. Windows color (decimal): -688880 or 1080821. OLE color: 1080821.
HSL color Cylindrical-coordinate representation of color #F57D10: hue angle of 28.56º 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 #F57D10 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 16 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.04 |
| HSL | 28.56º | 0.92% | 0.51% | - |
| HSV(B) | 28.56º | 0.93% | 0.96% | - |
| XYZ | 45.08 | 34.12 | 4.7 | - |
| YUV | 148.45 | 53.26 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 16 | 0 | 0.49 | 0.93 | 0.04 | 28.56 | 0.92 | 0.51 |
| Hex | F5 | 7D | 10 | 0 | 31 | 5D | 4 | 1D | 5C | 33 |
| Octal | 365 | 175 | 20 | 0 | 61 | 135 | 4 | 35 | 134 | 63 |
| Binary | 11110101 | 1111101 | 10000 | 0 | 110001 | 1011101 | 100 | 11101 | 1011100 | 110011 |
Color Harmonies of #F57D10
Complementary color
Monochromatic Colors of #F57D10
Black with #F57D10
Text Example
Text Example
White with #F57D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D10; }
p { color: rgb(245,125,16); }
H1.HeaderClassName
{
color: #F57D10;
}
.AnyTagClassName
{
color: #F57D10;
}
</style>
background-color css
<style>
a { background-color: #F57D10; }
a { background-color: rgb(245,125,16); }
div.DivClassName
{
background-color: #F57D10;
}
.BgClassName
{
background-color: #F57D10;
}
</style>
border-color css
<style>
span { border-color: #F57D10; }
span { border-color: rgb(245,125,16); }
td.TdClassName
{
border-color: #F57D10;
}
.TagClassName
{
border-color: #F57D10;
}
</style>