Shades of Pumpkin #F47510
Tints of Pumpkin #F47510
RGB
CMYK
RGB Variations
Color information
#F47510 (or 0xF47510) is known color: Pumpkin. HEX triplet: F4, 75 and 10. RGB value is (244,117,16). Sum of RGB (Red+Green+Blue) = 244+117+16=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F47510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47510 is #0B8AEF. Grayscale: #8F8F8F. Windows color (decimal): -756464 or 1078772. OLE color: 1078772.
HSL color Cylindrical-coordinate representation of color #F47510: hue angle of 26.58º degrees, saturation: 0.91, 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 #F47510 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.04 |
| HSL | 26.58º | 0.91% | 0.51% | - |
| HSV(B) | 26.58º | 0.93% | 0.96% | - |
| XYZ | 43.76 | 31.99 | 4.36 | - |
| YUV | 143.46 | 56.08 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 16 | 0 | 0.52 | 0.93 | 0.04 | 26.58 | 0.91 | 0.51 |
| Hex | F4 | 75 | 10 | 0 | 34 | 5D | 4 | 1B | 5B | 33 |
| Octal | 364 | 165 | 20 | 0 | 64 | 135 | 4 | 33 | 133 | 63 |
| Binary | 11110100 | 1110101 | 10000 | 0 | 110100 | 1011101 | 100 | 11011 | 1011011 | 110011 |
Color Harmonies of #F47510
Complementary color
Monochromatic Colors of #F47510
Black with #F47510
Text Example
Text Example
White with #F47510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47510; }
p { color: rgb(244,117,16); }
H1.HeaderClassName
{
color: #F47510;
}
.AnyTagClassName
{
color: #F47510;
}
</style>
background-color css
<style>
a { background-color: #F47510; }
a { background-color: rgb(244,117,16); }
div.DivClassName
{
background-color: #F47510;
}
.BgClassName
{
background-color: #F47510;
}
</style>
border-color css
<style>
span { border-color: #F47510; }
span { border-color: rgb(244,117,16); }
td.TdClassName
{
border-color: #F47510;
}
.TagClassName
{
border-color: #F47510;
}
</style>