Shades of Pumpkin #F47010
Tints of Pumpkin #F47010
RGB
CMYK
RGB Variations
Color information
#F47010 (or 0xF47010) is known color: Pumpkin. HEX triplet: F4, 70 and 10. RGB value is (244,112,16). Sum of RGB (Red+Green+Blue) = 244+112+16=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F47010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47010 is #0B8FEF. Grayscale: #8D8D8D. Windows color (decimal): -757744 or 1077492. OLE color: 1077492.
HSL color Cylindrical-coordinate representation of color #F47010: hue angle of 25.26º 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 #F47010 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25.26º | 0.91% | 0.51% | - |
| HSV(B) | 25.26º | 0.93% | 0.96% | - |
| XYZ | 43.2 | 30.86 | 4.17 | - |
| YUV | 140.52 | 57.73 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 16 | 0 | 0.54 | 0.93 | 0.04 | 25.26 | 0.91 | 0.51 |
| Hex | F4 | 70 | 10 | 0 | 36 | 5D | 4 | 19 | 5B | 33 |
| Octal | 364 | 160 | 20 | 0 | 66 | 135 | 4 | 31 | 133 | 63 |
| Binary | 11110100 | 1110000 | 10000 | 0 | 110110 | 1011101 | 100 | 11001 | 1011011 | 110011 |
Color Harmonies of #F47010
Complementary color
Monochromatic Colors of #F47010
Black with #F47010
Text Example
Text Example
White with #F47010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47010; }
p { color: rgb(244,112,16); }
H1.HeaderClassName
{
color: #F47010;
}
.AnyTagClassName
{
color: #F47010;
}
</style>
background-color css
<style>
a { background-color: #F47010; }
a { background-color: rgb(244,112,16); }
div.DivClassName
{
background-color: #F47010;
}
.BgClassName
{
background-color: #F47010;
}
</style>
border-color css
<style>
span { border-color: #F47010; }
span { border-color: rgb(244,112,16); }
td.TdClassName
{
border-color: #F47010;
}
.TagClassName
{
border-color: #F47010;
}
</style>