Shades of Pumpkin #F46D16
Tints of Pumpkin #F46D16
RGB
CMYK
RGB Variations
Color information
#F46D16 (or 0xF46D16) is known color: Pumpkin. HEX triplet: F4, 6D and 16. RGB value is (244,109,22). Sum of RGB (Red+Green+Blue) = 244+109+22=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46D16 is #0B92E9. Grayscale: #8B8B8B. Windows color (decimal): -758506 or 1469940. OLE color: 1469940.
HSL color Cylindrical-coordinate representation of color #F46D16: hue angle of 23.51º 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 #F46D16 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 22 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.04 |
| HSL | 23.51º | 0.91% | 0.52% | - |
| HSV(B) | 23.51º | 0.91% | 0.96% | - |
| XYZ | 42.92 | 30.23 | 4.33 | - |
| YUV | 139.45 | 61.73 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 22 | 0 | 0.55 | 0.91 | 0.04 | 23.51 | 0.91 | 0.52 |
| Hex | F4 | 6D | 16 | 0 | 37 | 5B | 4 | 18 | 5B | 34 |
| Octal | 364 | 155 | 26 | 0 | 67 | 133 | 4 | 30 | 133 | 64 |
| Binary | 11110100 | 1101101 | 10110 | 0 | 110111 | 1011011 | 100 | 11000 | 1011011 | 110100 |
Color Harmonies of #F46D16
Complementary color
Monochromatic Colors of #F46D16
Black with #F46D16
Text Example
Text Example
White with #F46D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D16; }
p { color: rgb(244,109,22); }
H1.HeaderClassName
{
color: #F46D16;
}
.AnyTagClassName
{
color: #F46D16;
}
</style>
background-color css
<style>
a { background-color: #F46D16; }
a { background-color: rgb(244,109,22); }
div.DivClassName
{
background-color: #F46D16;
}
.BgClassName
{
background-color: #F46D16;
}
</style>
border-color css
<style>
span { border-color: #F46D16; }
span { border-color: rgb(244,109,22); }
td.TdClassName
{
border-color: #F46D16;
}
.TagClassName
{
border-color: #F46D16;
}
</style>