Shades of Pumpkin #F47816
Tints of Pumpkin #F47816
RGB
CMYK
RGB Variations
Color information
#F47816 (or 0xF47816) is known color: Pumpkin. HEX triplet: F4, 78 and 16. RGB value is (244,120,22). Sum of RGB (Red+Green+Blue) = 244+120+22=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F47816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47816 is #0B87E9. Grayscale: #929292. Windows color (decimal): -755690 or 1472756. OLE color: 1472756.
HSL color Cylindrical-coordinate representation of color #F47816: hue angle of 26.49º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F47816 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 22 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.04 |
| HSL | 26.49º | 0.91% | 0.52% | - |
| HSV(B) | 26.49º | 0.91% | 0.96% | - |
| XYZ | 44.17 | 32.72 | 4.75 | - |
| YUV | 145.9 | 58.08 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 22 | 0 | 0.51 | 0.91 | 0.04 | 26.49 | 0.91 | 0.52 |
| Hex | F4 | 78 | 16 | 0 | 33 | 5B | 4 | 1A | 5B | 34 |
| Octal | 364 | 170 | 26 | 0 | 63 | 133 | 4 | 32 | 133 | 64 |
| Binary | 11110100 | 1111000 | 10110 | 0 | 110011 | 1011011 | 100 | 11010 | 1011011 | 110100 |
Color Harmonies of #F47816
Complementary color
Monochromatic Colors of #F47816
Black with #F47816
Text Example
Text Example
White with #F47816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47816; }
p { color: rgb(244,120,22); }
H1.HeaderClassName
{
color: #F47816;
}
.AnyTagClassName
{
color: #F47816;
}
</style>
background-color css
<style>
a { background-color: #F47816; }
a { background-color: rgb(244,120,22); }
div.DivClassName
{
background-color: #F47816;
}
.BgClassName
{
background-color: #F47816;
}
</style>
border-color css
<style>
span { border-color: #F47816; }
span { border-color: rgb(244,120,22); }
td.TdClassName
{
border-color: #F47816;
}
.TagClassName
{
border-color: #F47816;
}
</style>