Shades of Pumpkin #F4701D
Tints of Pumpkin #F4701D
RGB
CMYK
RGB Variations
Color information
#F4701D (or 0xF4701D) is known color: Pumpkin. HEX triplet: F4, 70 and 1D. RGB value is (244,112,29). Sum of RGB (Red+Green+Blue) = 244+112+29=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4701D is #0B8FE2. Grayscale: #8E8E8E. Windows color (decimal): -757731 or 1929460. OLE color: 1929460.
HSL color Cylindrical-coordinate representation of color #F4701D: hue angle of 23.16º 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 #F4701D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 29 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.04 |
| HSL | 23.16º | 0.91% | 0.54% | - |
| HSV(B) | 23.16º | 0.88% | 0.96% | - |
| XYZ | 43.32 | 30.91 | 4.85 | - |
| YUV | 142.01 | 64.23 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 29 | 0 | 0.54 | 0.88 | 0.04 | 23.16 | 0.91 | 0.54 |
| Hex | F4 | 70 | 1D | 0 | 36 | 58 | 4 | 17 | 5B | 36 |
| Octal | 364 | 160 | 35 | 0 | 66 | 130 | 4 | 27 | 133 | 66 |
| Binary | 11110100 | 1110000 | 11101 | 0 | 110110 | 1011000 | 100 | 10111 | 1011011 | 110110 |
Color Harmonies of #F4701D
Complementary color
Monochromatic Colors of #F4701D
Black with #F4701D
Text Example
Text Example
White with #F4701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4701D; }
p { color: rgb(244,112,29); }
H1.HeaderClassName
{
color: #F4701D;
}
.AnyTagClassName
{
color: #F4701D;
}
</style>
background-color css
<style>
a { background-color: #F4701D; }
a { background-color: rgb(244,112,29); }
div.DivClassName
{
background-color: #F4701D;
}
.BgClassName
{
background-color: #F4701D;
}
</style>
border-color css
<style>
span { border-color: #F4701D; }
span { border-color: rgb(244,112,29); }
td.TdClassName
{
border-color: #F4701D;
}
.TagClassName
{
border-color: #F4701D;
}
</style>