Shades of Pumpkin #F47D15
Tints of Pumpkin #F47D15
RGB
CMYK
RGB Variations
Color information
#F47D15 (or 0xF47D15) is known color: Pumpkin. HEX triplet: F4, 7D and 15. RGB value is (244,125,21). Sum of RGB (Red+Green+Blue) = 244+125+21=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47D15 is #0B82EA. Grayscale: #959595. Windows color (decimal): -754411 or 1408500. OLE color: 1408500.
HSL color Cylindrical-coordinate representation of color #F47D15: hue angle of 27.98º 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 #F47D15 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 21 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.04 |
| HSL | 27.98º | 0.91% | 0.52% | - |
| HSV(B) | 27.98º | 0.91% | 0.96% | - |
| XYZ | 44.78 | 33.95 | 4.9 | - |
| YUV | 148.73 | 55.92 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 21 | 0 | 0.49 | 0.91 | 0.04 | 27.98 | 0.91 | 0.52 |
| Hex | F4 | 7D | 15 | 0 | 31 | 5B | 4 | 1C | 5B | 34 |
| Octal | 364 | 175 | 25 | 0 | 61 | 133 | 4 | 34 | 133 | 64 |
| Binary | 11110100 | 1111101 | 10101 | 0 | 110001 | 1011011 | 100 | 11100 | 1011011 | 110100 |
Color Harmonies of #F47D15
Complementary color
Monochromatic Colors of #F47D15
Black with #F47D15
Text Example
Text Example
White with #F47D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D15; }
p { color: rgb(244,125,21); }
H1.HeaderClassName
{
color: #F47D15;
}
.AnyTagClassName
{
color: #F47D15;
}
</style>
background-color css
<style>
a { background-color: #F47D15; }
a { background-color: rgb(244,125,21); }
div.DivClassName
{
background-color: #F47D15;
}
.BgClassName
{
background-color: #F47D15;
}
</style>
border-color css
<style>
span { border-color: #F47D15; }
span { border-color: rgb(244,125,21); }
td.TdClassName
{
border-color: #F47D15;
}
.TagClassName
{
border-color: #F47D15;
}
</style>