Shades of Pumpkin #F47110
Tints of Pumpkin #F47110
RGB
CMYK
RGB Variations
Color information
#F47110 (or 0xF47110) is known color: Pumpkin. HEX triplet: F4, 71 and 10. RGB value is (244,113,16). Sum of RGB (Red+Green+Blue) = 244+113+16=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F47110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47110 is #0B8EEF. Grayscale: #8D8D8D. Windows color (decimal): -757488 or 1077748. OLE color: 1077748.
HSL color Cylindrical-coordinate representation of color #F47110: hue angle of 25.53º 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 #F47110 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25.53º | 0.91% | 0.51% | - |
| HSV(B) | 25.53º | 0.93% | 0.96% | - |
| XYZ | 43.31 | 31.08 | 4.21 | - |
| YUV | 141.11 | 57.4 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 16 | 0 | 0.54 | 0.93 | 0.04 | 25.53 | 0.91 | 0.51 |
| Hex | F4 | 71 | 10 | 0 | 36 | 5D | 4 | 1A | 5B | 33 |
| Octal | 364 | 161 | 20 | 0 | 66 | 135 | 4 | 32 | 133 | 63 |
| Binary | 11110100 | 1110001 | 10000 | 0 | 110110 | 1011101 | 100 | 11010 | 1011011 | 110011 |
Color Harmonies of #F47110
Complementary color
Monochromatic Colors of #F47110
Black with #F47110
Text Example
Text Example
White with #F47110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47110; }
p { color: rgb(244,113,16); }
H1.HeaderClassName
{
color: #F47110;
}
.AnyTagClassName
{
color: #F47110;
}
</style>
background-color css
<style>
a { background-color: #F47110; }
a { background-color: rgb(244,113,16); }
div.DivClassName
{
background-color: #F47110;
}
.BgClassName
{
background-color: #F47110;
}
</style>
border-color css
<style>
span { border-color: #F47110; }
span { border-color: rgb(244,113,16); }
td.TdClassName
{
border-color: #F47110;
}
.TagClassName
{
border-color: #F47110;
}
</style>