Shades of Pumpkin #F57110
Tints of Pumpkin #F57110
RGB
CMYK
RGB Variations
Color information
#F57110 (or 0xF57110) is known color: Pumpkin. HEX triplet: F5, 71 and 10. RGB value is (245,113,16). Sum of RGB (Red+Green+Blue) = 245+113+16=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F57110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57110 is #0A8EEF. Grayscale: #8D8D8D. Windows color (decimal): -691952 or 1077749. OLE color: 1077749.
HSL color Cylindrical-coordinate representation of color #F57110: hue angle of 25.41º 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 #F57110 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25.41º | 0.92% | 0.51% | - |
| HSV(B) | 25.41º | 0.93% | 0.96% | - |
| XYZ | 43.65 | 31.26 | 4.22 | - |
| YUV | 141.41 | 57.23 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 16 | 0 | 0.54 | 0.93 | 0.04 | 25.41 | 0.92 | 0.51 |
| Hex | F5 | 71 | 10 | 0 | 36 | 5D | 4 | 19 | 5C | 33 |
| Octal | 365 | 161 | 20 | 0 | 66 | 135 | 4 | 31 | 134 | 63 |
| Binary | 11110101 | 1110001 | 10000 | 0 | 110110 | 1011101 | 100 | 11001 | 1011100 | 110011 |
Color Harmonies of #F57110
Complementary color
Monochromatic Colors of #F57110
Black with #F57110
Text Example
Text Example
White with #F57110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57110; }
p { color: rgb(245,113,16); }
H1.HeaderClassName
{
color: #F57110;
}
.AnyTagClassName
{
color: #F57110;
}
</style>
background-color css
<style>
a { background-color: #F57110; }
a { background-color: rgb(245,113,16); }
div.DivClassName
{
background-color: #F57110;
}
.BgClassName
{
background-color: #F57110;
}
</style>
border-color css
<style>
span { border-color: #F57110; }
span { border-color: rgb(245,113,16); }
td.TdClassName
{
border-color: #F57110;
}
.TagClassName
{
border-color: #F57110;
}
</style>