Shades of Pumpkin #F17C10
Tints of Pumpkin #F17C10
RGB
CMYK
RGB Variations
Color information
#F17C10 (or 0xF17C10) is known color: Pumpkin. HEX triplet: F1, 7C and 10. RGB value is (241,124,16). Sum of RGB (Red+Green+Blue) = 241+124+16=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17C10 is #0E83EF. Grayscale: #939393. Windows color (decimal): -951280 or 1080561. OLE color: 1080561.
HSL color Cylindrical-coordinate representation of color #F17C10: hue angle of 28.8º 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 #F17C10 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 16 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.05 |
| HSL | 28.8º | 0.89% | 0.5% | - |
| HSV(B) | 28.8º | 0.93% | 0.95% | - |
| XYZ | 43.58 | 33.15 | 4.59 | - |
| YUV | 146.67 | 54.26 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 16 | 0 | 0.49 | 0.93 | 0.05 | 28.8 | 0.89 | 0.5 |
| Hex | F1 | 7C | 10 | 0 | 31 | 5D | 5 | 1D | 59 | 32 |
| Octal | 361 | 174 | 20 | 0 | 61 | 135 | 5 | 35 | 131 | 62 |
| Binary | 11110001 | 1111100 | 10000 | 0 | 110001 | 1011101 | 101 | 11101 | 1011001 | 110010 |
Color Harmonies of #F17C10
Complementary color
Monochromatic Colors of #F17C10
Black with #F17C10
Text Example
Text Example
White with #F17C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C10; }
p { color: rgb(241,124,16); }
H1.HeaderClassName
{
color: #F17C10;
}
.AnyTagClassName
{
color: #F17C10;
}
</style>
background-color css
<style>
a { background-color: #F17C10; }
a { background-color: rgb(241,124,16); }
div.DivClassName
{
background-color: #F17C10;
}
.BgClassName
{
background-color: #F17C10;
}
</style>
border-color css
<style>
span { border-color: #F17C10; }
span { border-color: rgb(241,124,16); }
td.TdClassName
{
border-color: #F17C10;
}
.TagClassName
{
border-color: #F17C10;
}
</style>