Shades of Pumpkin #F47122
Tints of Pumpkin #F47122
RGB
CMYK
RGB Variations
Color information
#F47122 (or 0xF47122) is known color: Pumpkin. HEX triplet: F4, 71 and 22. RGB value is (244,113,34). Sum of RGB (Red+Green+Blue) = 244+113+34=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F47122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47122 is #0B8EDD. Grayscale: #8F8F8F. Windows color (decimal): -757470 or 2257396. OLE color: 2257396.
HSL color Cylindrical-coordinate representation of color #F47122: hue angle of 22.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F47122 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 34 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.04 |
| HSL | 22.57º | 0.91% | 0.55% | - |
| HSV(B) | 22.57º | 0.86% | 0.96% | - |
| XYZ | 43.5 | 31.16 | 5.23 | - |
| YUV | 143.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 34 | 0 | 0.54 | 0.86 | 0.04 | 22.57 | 0.91 | 0.55 |
| Hex | F4 | 71 | 22 | 0 | 36 | 56 | 4 | 17 | 5B | 37 |
| Octal | 364 | 161 | 42 | 0 | 66 | 126 | 4 | 27 | 133 | 67 |
| Binary | 11110100 | 1110001 | 100010 | 0 | 110110 | 1010110 | 100 | 10111 | 1011011 | 110111 |
Color Harmonies of #F47122
Complementary color
Monochromatic Colors of #F47122
Black with #F47122
Text Example
Text Example
White with #F47122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47122; }
p { color: rgb(244,113,34); }
H1.HeaderClassName
{
color: #F47122;
}
.AnyTagClassName
{
color: #F47122;
}
</style>
background-color css
<style>
a { background-color: #F47122; }
a { background-color: rgb(244,113,34); }
div.DivClassName
{
background-color: #F47122;
}
.BgClassName
{
background-color: #F47122;
}
</style>
border-color css
<style>
span { border-color: #F47122; }
span { border-color: rgb(244,113,34); }
td.TdClassName
{
border-color: #F47122;
}
.TagClassName
{
border-color: #F47122;
}
</style>