Shades of Pumpkin #F4710C
Tints of Pumpkin #F4710C
RGB
CMYK
RGB Variations
Color information
#F4710C (or 0xF4710C) is known color: Pumpkin. HEX triplet: F4, 71 and 0C. RGB value is (244,113,12). Sum of RGB (Red+Green+Blue) = 244+113+12=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F4710C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4710C is #0B8EF3. Grayscale: #8D8D8D. Windows color (decimal): -757492 or 815604. OLE color: 815604.
HSL color Cylindrical-coordinate representation of color #F4710C: hue angle of 26.12º 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 #F4710C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.04 |
| HSL | 26.12º | 0.91% | 0.5% | - |
| HSV(B) | 26.12º | 0.95% | 0.96% | - |
| XYZ | 43.28 | 31.07 | 4.06 | - |
| YUV | 140.66 | 55.4 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 12 | 0 | 0.54 | 0.95 | 0.04 | 26.12 | 0.91 | 0.5 |
| Hex | F4 | 71 | C | 0 | 36 | 5F | 4 | 1A | 5B | 32 |
| Octal | 364 | 161 | 14 | 0 | 66 | 137 | 4 | 32 | 133 | 62 |
| Binary | 11110100 | 1110001 | 1100 | 0 | 110110 | 1011111 | 100 | 11010 | 1011011 | 110010 |
Color Harmonies of #F4710C
Complementary color
Monochromatic Colors of #F4710C
Black with #F4710C
Text Example
Text Example
White with #F4710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4710C; }
p { color: rgb(244,113,12); }
H1.HeaderClassName
{
color: #F4710C;
}
.AnyTagClassName
{
color: #F4710C;
}
</style>
background-color css
<style>
a { background-color: #F4710C; }
a { background-color: rgb(244,113,12); }
div.DivClassName
{
background-color: #F4710C;
}
.BgClassName
{
background-color: #F4710C;
}
</style>
border-color css
<style>
span { border-color: #F4710C; }
span { border-color: rgb(244,113,12); }
td.TdClassName
{
border-color: #F4710C;
}
.TagClassName
{
border-color: #F4710C;
}
</style>