Shades of Pumpkin #F46A16
Tints of Pumpkin #F46A16
RGB
CMYK
RGB Variations
Color information
#F46A16 (or 0xF46A16) is known color: Pumpkin. HEX triplet: F4, 6A and 16. RGB value is (244,106,22). Sum of RGB (Red+Green+Blue) = 244+106+22=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46A16 is #0B95E9. Grayscale: #8A8A8A. Windows color (decimal): -759274 or 1469172. OLE color: 1469172.
HSL color Cylindrical-coordinate representation of color #F46A16: hue angle of 22.7º 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 #F46A16 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 106 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.04 |
| HSL | 22.7º | 0.91% | 0.52% | - |
| HSV(B) | 22.7º | 0.91% | 0.96% | - |
| XYZ | 42.61 | 29.6 | 4.23 | - |
| YUV | 137.69 | 62.72 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 106 | 22 | 0 | 0.57 | 0.91 | 0.04 | 22.7 | 0.91 | 0.52 |
| Hex | F4 | 6A | 16 | 0 | 39 | 5B | 4 | 17 | 5B | 34 |
| Octal | 364 | 152 | 26 | 0 | 71 | 133 | 4 | 27 | 133 | 64 |
| Binary | 11110100 | 1101010 | 10110 | 0 | 111001 | 1011011 | 100 | 10111 | 1011011 | 110100 |
Color Harmonies of #F46A16
Complementary color
Monochromatic Colors of #F46A16
Black with #F46A16
Text Example
Text Example
White with #F46A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46A16; }
p { color: rgb(244,106,22); }
H1.HeaderClassName
{
color: #F46A16;
}
.AnyTagClassName
{
color: #F46A16;
}
</style>
background-color css
<style>
a { background-color: #F46A16; }
a { background-color: rgb(244,106,22); }
div.DivClassName
{
background-color: #F46A16;
}
.BgClassName
{
background-color: #F46A16;
}
</style>
border-color css
<style>
span { border-color: #F46A16; }
span { border-color: rgb(244,106,22); }
td.TdClassName
{
border-color: #F46A16;
}
.TagClassName
{
border-color: #F46A16;
}
</style>