Shades of Pumpkin #F47F20
Tints of Pumpkin #F47F20
RGB
CMYK
RGB Variations
Color information
#F47F20 (or 0xF47F20) is known color: Pumpkin. HEX triplet: F4, 7F and 20. RGB value is (244,127,32). Sum of RGB (Red+Green+Blue) = 244+127+32=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F20 is #0B80DF. Grayscale: #979797. Windows color (decimal): -753888 or 2129908. OLE color: 2129908.
HSL color Cylindrical-coordinate representation of color #F47F20: hue angle of 26.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F47F20 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 32 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.04 |
| HSL | 26.89º | 0.91% | 0.54% | - |
| HSV(B) | 26.89º | 0.87% | 0.96% | - |
| XYZ | 45.16 | 34.52 | 5.65 | - |
| YUV | 151.15 | 60.76 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 32 | 0 | 0.48 | 0.87 | 0.04 | 26.89 | 0.91 | 0.54 |
| Hex | F4 | 7F | 20 | 0 | 30 | 57 | 4 | 1B | 5B | 36 |
| Octal | 364 | 177 | 40 | 0 | 60 | 127 | 4 | 33 | 133 | 66 |
| Binary | 11110100 | 1111111 | 100000 | 0 | 110000 | 1010111 | 100 | 11011 | 1011011 | 110110 |
Color Harmonies of #F47F20
Complementary color
Monochromatic Colors of #F47F20
Black with #F47F20
Text Example
Text Example
White with #F47F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F20; }
p { color: rgb(244,127,32); }
H1.HeaderClassName
{
color: #F47F20;
}
.AnyTagClassName
{
color: #F47F20;
}
</style>
background-color css
<style>
a { background-color: #F47F20; }
a { background-color: rgb(244,127,32); }
div.DivClassName
{
background-color: #F47F20;
}
.BgClassName
{
background-color: #F47F20;
}
</style>
border-color css
<style>
span { border-color: #F47F20; }
span { border-color: rgb(244,127,32); }
td.TdClassName
{
border-color: #F47F20;
}
.TagClassName
{
border-color: #F47F20;
}
</style>