Shades of Pumpkin #F4710D
Tints of Pumpkin #F4710D
RGB
CMYK
RGB Variations
Color information
#F4710D (or 0xF4710D) is known color: Pumpkin. HEX triplet: F4, 71 and 0D. RGB value is (244,113,13). Sum of RGB (Red+Green+Blue) = 244+113+13=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4710D is #0B8EF2. Grayscale: #8D8D8D. Windows color (decimal): -757491 or 881140. OLE color: 881140.
HSL color Cylindrical-coordinate representation of color #F4710D: hue angle of 25.97º 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 #F4710D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.04 |
| HSL | 25.97º | 0.91% | 0.5% | - |
| HSV(B) | 25.97º | 0.95% | 0.96% | - |
| XYZ | 43.29 | 31.07 | 4.1 | - |
| YUV | 140.77 | 55.9 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 13 | 0 | 0.54 | 0.95 | 0.04 | 25.97 | 0.91 | 0.5 |
| Hex | F4 | 71 | D | 0 | 36 | 5F | 4 | 1A | 5B | 32 |
| Octal | 364 | 161 | 15 | 0 | 66 | 137 | 4 | 32 | 133 | 62 |
| Binary | 11110100 | 1110001 | 1101 | 0 | 110110 | 1011111 | 100 | 11010 | 1011011 | 110010 |
Color Harmonies of #F4710D
Complementary color
Monochromatic Colors of #F4710D
Black with #F4710D
Text Example
Text Example
White with #F4710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4710D; }
p { color: rgb(244,113,13); }
H1.HeaderClassName
{
color: #F4710D;
}
.AnyTagClassName
{
color: #F4710D;
}
</style>
background-color css
<style>
a { background-color: #F4710D; }
a { background-color: rgb(244,113,13); }
div.DivClassName
{
background-color: #F4710D;
}
.BgClassName
{
background-color: #F4710D;
}
</style>
border-color css
<style>
span { border-color: #F4710D; }
span { border-color: rgb(244,113,13); }
td.TdClassName
{
border-color: #F4710D;
}
.TagClassName
{
border-color: #F4710D;
}
</style>