Shades of Pumpkin #F46512
Tints of Pumpkin #F46512
RGB
CMYK
RGB Variations
Color information
#F46512 (or 0xF46512) is known color: Pumpkin. HEX triplet: F4, 65 and 12. RGB value is (244,101,18). Sum of RGB (Red+Green+Blue) = 244+101+18=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F46512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46512 is #0B9AED. Grayscale: #868686. Windows color (decimal): -760558 or 1205748. OLE color: 1205748.
HSL color Cylindrical-coordinate representation of color #F46512: hue angle of 22.04º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F46512 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.04 |
| HSL | 22.04º | 0.91% | 0.51% | - |
| HSV(B) | 22.04º | 0.93% | 0.96% | - |
| XYZ | 42.07 | 28.58 | 3.87 | - |
| YUV | 134.3 | 62.38 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 18 | 0 | 0.59 | 0.93 | 0.04 | 22.04 | 0.91 | 0.51 |
| Hex | F4 | 65 | 12 | 0 | 3B | 5D | 4 | 16 | 5B | 33 |
| Octal | 364 | 145 | 22 | 0 | 73 | 135 | 4 | 26 | 133 | 63 |
| Binary | 11110100 | 1100101 | 10010 | 0 | 111011 | 1011101 | 100 | 10110 | 1011011 | 110011 |
Color Harmonies of #F46512
Complementary color
Monochromatic Colors of #F46512
Black with #F46512
Text Example
Text Example
White with #F46512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46512; }
p { color: rgb(244,101,18); }
H1.HeaderClassName
{
color: #F46512;
}
.AnyTagClassName
{
color: #F46512;
}
</style>
background-color css
<style>
a { background-color: #F46512; }
a { background-color: rgb(244,101,18); }
div.DivClassName
{
background-color: #F46512;
}
.BgClassName
{
background-color: #F46512;
}
</style>
border-color css
<style>
span { border-color: #F46512; }
span { border-color: rgb(244,101,18); }
td.TdClassName
{
border-color: #F46512;
}
.TagClassName
{
border-color: #F46512;
}
</style>