Shades of Pumpkin #F17311
Tints of Pumpkin #F17311
RGB
CMYK
RGB Variations
Color information
#F17311 (or 0xF17311) is known color: Pumpkin. HEX triplet: F1, 73 and 11. RGB value is (241,115,17). Sum of RGB (Red+Green+Blue) = 241+115+17=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F17311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17311 is #0E8CEE. Grayscale: #8E8E8E. Windows color (decimal): -953583 or 1143793. OLE color: 1143793.
HSL color Cylindrical-coordinate representation of color #F17311: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F17311 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.05 |
| HSL | 26.25º | 0.89% | 0.51% | - |
| HSV(B) | 26.25º | 0.93% | 0.95% | - |
| XYZ | 42.51 | 31 | 4.27 | - |
| YUV | 141.5 | 57.74 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 17 | 0 | 0.52 | 0.93 | 0.05 | 26.25 | 0.89 | 0.51 |
| Hex | F1 | 73 | 11 | 0 | 34 | 5D | 5 | 1A | 59 | 33 |
| Octal | 361 | 163 | 21 | 0 | 64 | 135 | 5 | 32 | 131 | 63 |
| Binary | 11110001 | 1110011 | 10001 | 0 | 110100 | 1011101 | 101 | 11010 | 1011001 | 110011 |
Color Harmonies of #F17311
Complementary color
Monochromatic Colors of #F17311
Black with #F17311
Text Example
Text Example
White with #F17311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17311; }
p { color: rgb(241,115,17); }
H1.HeaderClassName
{
color: #F17311;
}
.AnyTagClassName
{
color: #F17311;
}
</style>
background-color css
<style>
a { background-color: #F17311; }
a { background-color: rgb(241,115,17); }
div.DivClassName
{
background-color: #F17311;
}
.BgClassName
{
background-color: #F17311;
}
</style>
border-color css
<style>
span { border-color: #F17311; }
span { border-color: rgb(241,115,17); }
td.TdClassName
{
border-color: #F17311;
}
.TagClassName
{
border-color: #F17311;
}
</style>