Shades of Pumpkin #F47514
Tints of Pumpkin #F47514
RGB
CMYK
RGB Variations
Color information
#F47514 (or 0xF47514) is known color: Pumpkin. HEX triplet: F4, 75 and 14. RGB value is (244,117,20). Sum of RGB (Red+Green+Blue) = 244+117+20=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F47514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47514 is #0B8AEB. Grayscale: #909090. Windows color (decimal): -756460 or 1340916. OLE color: 1340916.
HSL color Cylindrical-coordinate representation of color #F47514: hue angle of 25.98º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F47514 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 20 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.04 |
| HSL | 25.98º | 0.91% | 0.52% | - |
| HSV(B) | 25.98º | 0.92% | 0.96% | - |
| XYZ | 43.8 | 32.01 | 4.53 | - |
| YUV | 143.92 | 58.08 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 20 | 0 | 0.52 | 0.92 | 0.04 | 25.98 | 0.91 | 0.52 |
| Hex | F4 | 75 | 14 | 0 | 34 | 5C | 4 | 1A | 5B | 34 |
| Octal | 364 | 165 | 24 | 0 | 64 | 134 | 4 | 32 | 133 | 64 |
| Binary | 11110100 | 1110101 | 10100 | 0 | 110100 | 1011100 | 100 | 11010 | 1011011 | 110100 |
Color Harmonies of #F47514
Complementary color
Monochromatic Colors of #F47514
Black with #F47514
Text Example
Text Example
White with #F47514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47514; }
p { color: rgb(244,117,20); }
H1.HeaderClassName
{
color: #F47514;
}
.AnyTagClassName
{
color: #F47514;
}
</style>
background-color css
<style>
a { background-color: #F47514; }
a { background-color: rgb(244,117,20); }
div.DivClassName
{
background-color: #F47514;
}
.BgClassName
{
background-color: #F47514;
}
</style>
border-color css
<style>
span { border-color: #F47514; }
span { border-color: rgb(244,117,20); }
td.TdClassName
{
border-color: #F47514;
}
.TagClassName
{
border-color: #F47514;
}
</style>