Shades of Pumpkin #F47211
Tints of Pumpkin #F47211
RGB
CMYK
RGB Variations
Color information
#F47211 (or 0xF47211) is known color: Pumpkin. HEX triplet: F4, 72 and 11. RGB value is (244,114,17). Sum of RGB (Red+Green+Blue) = 244+114+17=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F47211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47211 is #0B8DEE. Grayscale: #8E8E8E. Windows color (decimal): -757231 or 1143540. OLE color: 1143540.
HSL color Cylindrical-coordinate representation of color #F47211: hue angle of 25.64º 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 #F47211 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 17 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.04 |
| HSL | 25.64º | 0.91% | 0.51% | - |
| HSV(B) | 25.64º | 0.93% | 0.96% | - |
| XYZ | 43.43 | 31.31 | 4.28 | - |
| YUV | 141.81 | 57.57 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 17 | 0 | 0.53 | 0.93 | 0.04 | 25.64 | 0.91 | 0.51 |
| Hex | F4 | 72 | 11 | 0 | 35 | 5D | 4 | 1A | 5B | 33 |
| Octal | 364 | 162 | 21 | 0 | 65 | 135 | 4 | 32 | 133 | 63 |
| Binary | 11110100 | 1110010 | 10001 | 0 | 110101 | 1011101 | 100 | 11010 | 1011011 | 110011 |
Color Harmonies of #F47211
Complementary color
Monochromatic Colors of #F47211
Black with #F47211
Text Example
Text Example
White with #F47211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47211; }
p { color: rgb(244,114,17); }
H1.HeaderClassName
{
color: #F47211;
}
.AnyTagClassName
{
color: #F47211;
}
</style>
background-color css
<style>
a { background-color: #F47211; }
a { background-color: rgb(244,114,17); }
div.DivClassName
{
background-color: #F47211;
}
.BgClassName
{
background-color: #F47211;
}
</style>
border-color css
<style>
span { border-color: #F47211; }
span { border-color: rgb(244,114,17); }
td.TdClassName
{
border-color: #F47211;
}
.TagClassName
{
border-color: #F47211;
}
</style>