Shades of Pumpkin #F47115
Tints of Pumpkin #F47115
RGB
CMYK
RGB Variations
Color information
#F47115 (or 0xF47115) is known color: Pumpkin. HEX triplet: F4, 71 and 15. RGB value is (244,113,21). Sum of RGB (Red+Green+Blue) = 244+113+21=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F47115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47115 is #0B8EEA. Grayscale: #8E8E8E. Windows color (decimal): -757483 or 1405428. OLE color: 1405428.
HSL color Cylindrical-coordinate representation of color #F47115: hue angle of 24.75º 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 #F47115 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.04 |
| HSL | 24.75º | 0.91% | 0.52% | - |
| HSV(B) | 24.75º | 0.91% | 0.96% | - |
| XYZ | 43.35 | 31.1 | 4.43 | - |
| YUV | 141.68 | 59.9 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 21 | 0 | 0.54 | 0.91 | 0.04 | 24.75 | 0.91 | 0.52 |
| Hex | F4 | 71 | 15 | 0 | 36 | 5B | 4 | 19 | 5B | 34 |
| Octal | 364 | 161 | 25 | 0 | 66 | 133 | 4 | 31 | 133 | 64 |
| Binary | 11110100 | 1110001 | 10101 | 0 | 110110 | 1011011 | 100 | 11001 | 1011011 | 110100 |
Color Harmonies of #F47115
Complementary color
Monochromatic Colors of #F47115
Black with #F47115
Text Example
Text Example
White with #F47115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47115; }
p { color: rgb(244,113,21); }
H1.HeaderClassName
{
color: #F47115;
}
.AnyTagClassName
{
color: #F47115;
}
</style>
background-color css
<style>
a { background-color: #F47115; }
a { background-color: rgb(244,113,21); }
div.DivClassName
{
background-color: #F47115;
}
.BgClassName
{
background-color: #F47115;
}
</style>
border-color css
<style>
span { border-color: #F47115; }
span { border-color: rgb(244,113,21); }
td.TdClassName
{
border-color: #F47115;
}
.TagClassName
{
border-color: #F47115;
}
</style>