Shades of Pumpkin #F47111
Tints of Pumpkin #F47111
RGB
CMYK
RGB Variations
Color information
#F47111 (or 0xF47111) is known color: Pumpkin. HEX triplet: F4, 71 and 11. RGB value is (244,113,17). Sum of RGB (Red+Green+Blue) = 244+113+17=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F47111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47111 is #0B8EEE. Grayscale: #8D8D8D. Windows color (decimal): -757487 or 1143284. OLE color: 1143284.
HSL color Cylindrical-coordinate representation of color #F47111: hue angle of 25.37º 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 #F47111 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 17 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25.37º | 0.91% | 0.51% | - |
| HSV(B) | 25.37º | 0.93% | 0.96% | - |
| XYZ | 43.31 | 31.08 | 4.25 | - |
| YUV | 141.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 17 | 0 | 0.54 | 0.93 | 0.04 | 25.37 | 0.91 | 0.51 |
| Hex | F4 | 71 | 11 | 0 | 36 | 5D | 4 | 19 | 5B | 33 |
| Octal | 364 | 161 | 21 | 0 | 66 | 135 | 4 | 31 | 133 | 63 |
| Binary | 11110100 | 1110001 | 10001 | 0 | 110110 | 1011101 | 100 | 11001 | 1011011 | 110011 |
Color Harmonies of #F47111
Complementary color
Monochromatic Colors of #F47111
Black with #F47111
Text Example
Text Example
White with #F47111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47111; }
p { color: rgb(244,113,17); }
H1.HeaderClassName
{
color: #F47111;
}
.AnyTagClassName
{
color: #F47111;
}
</style>
background-color css
<style>
a { background-color: #F47111; }
a { background-color: rgb(244,113,17); }
div.DivClassName
{
background-color: #F47111;
}
.BgClassName
{
background-color: #F47111;
}
</style>
border-color css
<style>
span { border-color: #F47111; }
span { border-color: rgb(244,113,17); }
td.TdClassName
{
border-color: #F47111;
}
.TagClassName
{
border-color: #F47111;
}
</style>