Shades of Pumpkin #F47520
Tints of Pumpkin #F47520
RGB
CMYK
RGB Variations
Color information
#F47520 (or 0xF47520) is known color: Pumpkin. HEX triplet: F4, 75 and 20. RGB value is (244,117,32). Sum of RGB (Red+Green+Blue) = 244+117+32=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F47520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47520 is #0B8ADF. Grayscale: #919191. Windows color (decimal): -756448 or 2127348. OLE color: 2127348.
HSL color Cylindrical-coordinate representation of color #F47520: hue angle of 24.06º 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 #F47520 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 32 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.04 |
| HSL | 24.06º | 0.91% | 0.54% | - |
| HSV(B) | 24.06º | 0.87% | 0.96% | - |
| XYZ | 43.93 | 32.06 | 5.24 | - |
| YUV | 145.28 | 64.08 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 32 | 0 | 0.52 | 0.87 | 0.04 | 24.06 | 0.91 | 0.54 |
| Hex | F4 | 75 | 20 | 0 | 34 | 57 | 4 | 18 | 5B | 36 |
| Octal | 364 | 165 | 40 | 0 | 64 | 127 | 4 | 30 | 133 | 66 |
| Binary | 11110100 | 1110101 | 100000 | 0 | 110100 | 1010111 | 100 | 11000 | 1011011 | 110110 |
Color Harmonies of #F47520
Complementary color
Monochromatic Colors of #F47520
Black with #F47520
Text Example
Text Example
White with #F47520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47520; }
p { color: rgb(244,117,32); }
H1.HeaderClassName
{
color: #F47520;
}
.AnyTagClassName
{
color: #F47520;
}
</style>
background-color css
<style>
a { background-color: #F47520; }
a { background-color: rgb(244,117,32); }
div.DivClassName
{
background-color: #F47520;
}
.BgClassName
{
background-color: #F47520;
}
</style>
border-color css
<style>
span { border-color: #F47520; }
span { border-color: rgb(244,117,32); }
td.TdClassName
{
border-color: #F47520;
}
.TagClassName
{
border-color: #F47520;
}
</style>