Shades of Pumpkin #F47D16
Tints of Pumpkin #F47D16
RGB
CMYK
RGB Variations
Color information
#F47D16 (or 0xF47D16) is known color: Pumpkin. HEX triplet: F4, 7D and 16. RGB value is (244,125,22). Sum of RGB (Red+Green+Blue) = 244+125+22=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47D16 is #0B82E9. Grayscale: #959595. Windows color (decimal): -754410 or 1474036. OLE color: 1474036.
HSL color Cylindrical-coordinate representation of color #F47D16: hue angle of 27.84º 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 #F47D16 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 22 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.04 |
| HSL | 27.84º | 0.91% | 0.52% | - |
| HSV(B) | 27.84º | 0.91% | 0.96% | - |
| XYZ | 44.79 | 33.96 | 4.95 | - |
| YUV | 148.84 | 56.42 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 22 | 0 | 0.49 | 0.91 | 0.04 | 27.84 | 0.91 | 0.52 |
| Hex | F4 | 7D | 16 | 0 | 31 | 5B | 4 | 1C | 5B | 34 |
| Octal | 364 | 175 | 26 | 0 | 61 | 133 | 4 | 34 | 133 | 64 |
| Binary | 11110100 | 1111101 | 10110 | 0 | 110001 | 1011011 | 100 | 11100 | 1011011 | 110100 |
Color Harmonies of #F47D16
Complementary color
Monochromatic Colors of #F47D16
Black with #F47D16
Text Example
Text Example
White with #F47D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D16; }
p { color: rgb(244,125,22); }
H1.HeaderClassName
{
color: #F47D16;
}
.AnyTagClassName
{
color: #F47D16;
}
</style>
background-color css
<style>
a { background-color: #F47D16; }
a { background-color: rgb(244,125,22); }
div.DivClassName
{
background-color: #F47D16;
}
.BgClassName
{
background-color: #F47D16;
}
</style>
border-color css
<style>
span { border-color: #F47D16; }
span { border-color: rgb(244,125,22); }
td.TdClassName
{
border-color: #F47D16;
}
.TagClassName
{
border-color: #F47D16;
}
</style>