Shades of Pumpkin #F47512
Tints of Pumpkin #F47512
RGB
CMYK
RGB Variations
Color information
#F47512 (or 0xF47512) is known color: Pumpkin. HEX triplet: F4, 75 and 12. RGB value is (244,117,18). Sum of RGB (Red+Green+Blue) = 244+117+18=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F47512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47512 is #0B8AED. Grayscale: #909090. Windows color (decimal): -756462 or 1209844. OLE color: 1209844.
HSL color Cylindrical-coordinate representation of color #F47512: hue angle of 26.28º 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 #F47512 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 18 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.04 |
| HSL | 26.28º | 0.91% | 0.51% | - |
| HSV(B) | 26.28º | 0.93% | 0.96% | - |
| XYZ | 43.78 | 32 | 4.44 | - |
| YUV | 143.69 | 57.08 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 18 | 0 | 0.52 | 0.93 | 0.04 | 26.28 | 0.91 | 0.51 |
| Hex | F4 | 75 | 12 | 0 | 34 | 5D | 4 | 1A | 5B | 33 |
| Octal | 364 | 165 | 22 | 0 | 64 | 135 | 4 | 32 | 133 | 63 |
| Binary | 11110100 | 1110101 | 10010 | 0 | 110100 | 1011101 | 100 | 11010 | 1011011 | 110011 |
Color Harmonies of #F47512
Complementary color
Monochromatic Colors of #F47512
Black with #F47512
Text Example
Text Example
White with #F47512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47512; }
p { color: rgb(244,117,18); }
H1.HeaderClassName
{
color: #F47512;
}
.AnyTagClassName
{
color: #F47512;
}
</style>
background-color css
<style>
a { background-color: #F47512; }
a { background-color: rgb(244,117,18); }
div.DivClassName
{
background-color: #F47512;
}
.BgClassName
{
background-color: #F47512;
}
</style>
border-color css
<style>
span { border-color: #F47512; }
span { border-color: rgb(244,117,18); }
td.TdClassName
{
border-color: #F47512;
}
.TagClassName
{
border-color: #F47512;
}
</style>