Shades of Pumpkin #F47812
Tints of Pumpkin #F47812
RGB
CMYK
RGB Variations
Color information
#F47812 (or 0xF47812) is known color: Pumpkin. HEX triplet: F4, 78 and 12. RGB value is (244,120,18). Sum of RGB (Red+Green+Blue) = 244+120+18=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F47812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47812 is #0B87ED. Grayscale: #919191. Windows color (decimal): -755694 or 1210612. OLE color: 1210612.
HSL color Cylindrical-coordinate representation of color #F47812: hue angle of 27.08º 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 #F47812 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 18 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.04 |
| HSL | 27.08º | 0.91% | 0.51% | - |
| HSV(B) | 27.08º | 0.93% | 0.96% | - |
| XYZ | 44.13 | 32.71 | 4.56 | - |
| YUV | 145.45 | 56.08 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 18 | 0 | 0.51 | 0.93 | 0.04 | 27.08 | 0.91 | 0.51 |
| Hex | F4 | 78 | 12 | 0 | 33 | 5D | 4 | 1B | 5B | 33 |
| Octal | 364 | 170 | 22 | 0 | 63 | 135 | 4 | 33 | 133 | 63 |
| Binary | 11110100 | 1111000 | 10010 | 0 | 110011 | 1011101 | 100 | 11011 | 1011011 | 110011 |
Color Harmonies of #F47812
Complementary color
Monochromatic Colors of #F47812
Black with #F47812
Text Example
Text Example
White with #F47812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47812; }
p { color: rgb(244,120,18); }
H1.HeaderClassName
{
color: #F47812;
}
.AnyTagClassName
{
color: #F47812;
}
</style>
background-color css
<style>
a { background-color: #F47812; }
a { background-color: rgb(244,120,18); }
div.DivClassName
{
background-color: #F47812;
}
.BgClassName
{
background-color: #F47812;
}
</style>
border-color css
<style>
span { border-color: #F47812; }
span { border-color: rgb(244,120,18); }
td.TdClassName
{
border-color: #F47812;
}
.TagClassName
{
border-color: #F47812;
}
</style>