Shades of Pumpkin #F47C1D
Tints of Pumpkin #F47C1D
RGB
CMYK
RGB Variations
Color information
#F47C1D (or 0xF47C1D) is known color: Pumpkin. HEX triplet: F4, 7C and 1D. RGB value is (244,124,29). Sum of RGB (Red+Green+Blue) = 244+124+29=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47C1D is #0B83E2. Grayscale: #959595. Windows color (decimal): -754659 or 1932532. OLE color: 1932532.
HSL color Cylindrical-coordinate representation of color #F47C1D: hue angle of 26.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F47C1D is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 29 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.04 |
| HSL | 26.51º | 0.91% | 0.54% | - |
| HSV(B) | 26.51º | 0.88% | 0.96% | - |
| XYZ | 44.74 | 33.74 | 5.32 | - |
| YUV | 149.05 | 60.26 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 29 | 0 | 0.49 | 0.88 | 0.04 | 26.51 | 0.91 | 0.54 |
| Hex | F4 | 7C | 1D | 0 | 31 | 58 | 4 | 1B | 5B | 36 |
| Octal | 364 | 174 | 35 | 0 | 61 | 130 | 4 | 33 | 133 | 66 |
| Binary | 11110100 | 1111100 | 11101 | 0 | 110001 | 1011000 | 100 | 11011 | 1011011 | 110110 |
Color Harmonies of #F47C1D
Complementary color
Monochromatic Colors of #F47C1D
Black with #F47C1D
Text Example
Text Example
White with #F47C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C1D; }
p { color: rgb(244,124,29); }
H1.HeaderClassName
{
color: #F47C1D;
}
.AnyTagClassName
{
color: #F47C1D;
}
</style>
background-color css
<style>
a { background-color: #F47C1D; }
a { background-color: rgb(244,124,29); }
div.DivClassName
{
background-color: #F47C1D;
}
.BgClassName
{
background-color: #F47C1D;
}
</style>
border-color css
<style>
span { border-color: #F47C1D; }
span { border-color: rgb(244,124,29); }
td.TdClassName
{
border-color: #F47C1D;
}
.TagClassName
{
border-color: #F47C1D;
}
</style>