Shades of Pumpkin #F4700D
Tints of Pumpkin #F4700D
RGB
CMYK
RGB Variations
Color information
#F4700D (or 0xF4700D) is known color: Pumpkin. HEX triplet: F4, 70 and 0D. RGB value is (244,112,13). Sum of RGB (Red+Green+Blue) = 244+112+13=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F4700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4700D is #0B8FF2. Grayscale: #8C8C8C. Windows color (decimal): -757747 or 880884. OLE color: 880884.
HSL color Cylindrical-coordinate representation of color #F4700D: hue angle of 25.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4700D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.04 |
| HSL | 25.71º | 0.91% | 0.5% | - |
| HSV(B) | 25.71º | 0.95% | 0.96% | - |
| XYZ | 43.18 | 30.85 | 4.06 | - |
| YUV | 140.18 | 56.23 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 13 | 0 | 0.54 | 0.95 | 0.04 | 25.71 | 0.91 | 0.5 |
| Hex | F4 | 70 | D | 0 | 36 | 5F | 4 | 1A | 5B | 32 |
| Octal | 364 | 160 | 15 | 0 | 66 | 137 | 4 | 32 | 133 | 62 |
| Binary | 11110100 | 1110000 | 1101 | 0 | 110110 | 1011111 | 100 | 11010 | 1011011 | 110010 |
Color Harmonies of #F4700D
Complementary color
Monochromatic Colors of #F4700D
Black with #F4700D
Text Example
Text Example
White with #F4700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4700D; }
p { color: rgb(244,112,13); }
H1.HeaderClassName
{
color: #F4700D;
}
.AnyTagClassName
{
color: #F4700D;
}
</style>
background-color css
<style>
a { background-color: #F4700D; }
a { background-color: rgb(244,112,13); }
div.DivClassName
{
background-color: #F4700D;
}
.BgClassName
{
background-color: #F4700D;
}
</style>
border-color css
<style>
span { border-color: #F4700D; }
span { border-color: rgb(244,112,13); }
td.TdClassName
{
border-color: #F4700D;
}
.TagClassName
{
border-color: #F4700D;
}
</style>