Shades of Pumpkin #F47F11
Tints of Pumpkin #F47F11
RGB
CMYK
RGB Variations
Color information
#F47F11 (or 0xF47F11) is known color: Pumpkin. HEX triplet: F4, 7F and 11. RGB value is (244,127,17). Sum of RGB (Red+Green+Blue) = 244+127+17=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47F11 is #0B80EE. Grayscale: #969696. Windows color (decimal): -753903 or 1146868. OLE color: 1146868.
HSL color Cylindrical-coordinate representation of color #F47F11: hue angle of 29.07º 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 #F47F11 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 17 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.04 |
| HSL | 29.07º | 0.91% | 0.51% | - |
| HSV(B) | 29.07º | 0.93% | 0.96% | - |
| XYZ | 45 | 34.45 | 4.81 | - |
| YUV | 149.44 | 53.26 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 17 | 0 | 0.48 | 0.93 | 0.04 | 29.07 | 0.91 | 0.51 |
| Hex | F4 | 7F | 11 | 0 | 30 | 5D | 4 | 1D | 5B | 33 |
| Octal | 364 | 177 | 21 | 0 | 60 | 135 | 4 | 35 | 133 | 63 |
| Binary | 11110100 | 1111111 | 10001 | 0 | 110000 | 1011101 | 100 | 11101 | 1011011 | 110011 |
Color Harmonies of #F47F11
Complementary color
Monochromatic Colors of #F47F11
Black with #F47F11
Text Example
Text Example
White with #F47F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F11; }
p { color: rgb(244,127,17); }
H1.HeaderClassName
{
color: #F47F11;
}
.AnyTagClassName
{
color: #F47F11;
}
</style>
background-color css
<style>
a { background-color: #F47F11; }
a { background-color: rgb(244,127,17); }
div.DivClassName
{
background-color: #F47F11;
}
.BgClassName
{
background-color: #F47F11;
}
</style>
border-color css
<style>
span { border-color: #F47F11; }
span { border-color: rgb(244,127,17); }
td.TdClassName
{
border-color: #F47F11;
}
.TagClassName
{
border-color: #F47F11;
}
</style>