Shades of Pumpkin #F17010
Tints of Pumpkin #F17010
RGB
CMYK
RGB Variations
Color information
#F17010 (or 0xF17010) is known color: Pumpkin. HEX triplet: F1, 70 and 10. RGB value is (241,112,16). Sum of RGB (Red+Green+Blue) = 241+112+16=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F17010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17010 is #0E8FEF. Grayscale: #8C8C8C. Windows color (decimal): -954352 or 1077489. OLE color: 1077489.
HSL color Cylindrical-coordinate representation of color #F17010: hue angle of 25.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F17010 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.05 |
| HSL | 25.6º | 0.89% | 0.5% | - |
| HSV(B) | 25.6º | 0.93% | 0.95% | - |
| XYZ | 42.16 | 30.33 | 4.12 | - |
| YUV | 139.63 | 58.24 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 16 | 0 | 0.54 | 0.93 | 0.05 | 25.6 | 0.89 | 0.5 |
| Hex | F1 | 70 | 10 | 0 | 36 | 5D | 5 | 1A | 59 | 32 |
| Octal | 361 | 160 | 20 | 0 | 66 | 135 | 5 | 32 | 131 | 62 |
| Binary | 11110001 | 1110000 | 10000 | 0 | 110110 | 1011101 | 101 | 11010 | 1011001 | 110010 |
Color Harmonies of #F17010
Complementary color
Monochromatic Colors of #F17010
Black with #F17010
Text Example
Text Example
White with #F17010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17010; }
p { color: rgb(241,112,16); }
H1.HeaderClassName
{
color: #F17010;
}
.AnyTagClassName
{
color: #F17010;
}
</style>
background-color css
<style>
a { background-color: #F17010; }
a { background-color: rgb(241,112,16); }
div.DivClassName
{
background-color: #F17010;
}
.BgClassName
{
background-color: #F17010;
}
</style>
border-color css
<style>
span { border-color: #F17010; }
span { border-color: rgb(241,112,16); }
td.TdClassName
{
border-color: #F17010;
}
.TagClassName
{
border-color: #F17010;
}
</style>