Shades of Pumpkin #F17211
Tints of Pumpkin #F17211
RGB
CMYK
RGB Variations
Color information
#F17211 (or 0xF17211) is known color: Pumpkin. HEX triplet: F1, 72 and 11. RGB value is (241,114,17). Sum of RGB (Red+Green+Blue) = 241+114+17=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F17211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17211 is #0E8DEE. Grayscale: #8D8D8D. Windows color (decimal): -953839 or 1143537. OLE color: 1143537.
HSL color Cylindrical-coordinate representation of color #F17211: hue angle of 25.98º 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 #F17211 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 17 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.05 |
| HSL | 25.98º | 0.89% | 0.51% | - |
| HSV(B) | 25.98º | 0.93% | 0.95% | - |
| XYZ | 42.39 | 30.78 | 4.24 | - |
| YUV | 140.92 | 58.08 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 17 | 0 | 0.53 | 0.93 | 0.05 | 25.98 | 0.89 | 0.51 |
| Hex | F1 | 72 | 11 | 0 | 35 | 5D | 5 | 1A | 59 | 33 |
| Octal | 361 | 162 | 21 | 0 | 65 | 135 | 5 | 32 | 131 | 63 |
| Binary | 11110001 | 1110010 | 10001 | 0 | 110101 | 1011101 | 101 | 11010 | 1011001 | 110011 |
Color Harmonies of #F17211
Complementary color
Monochromatic Colors of #F17211
Black with #F17211
Text Example
Text Example
White with #F17211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17211; }
p { color: rgb(241,114,17); }
H1.HeaderClassName
{
color: #F17211;
}
.AnyTagClassName
{
color: #F17211;
}
</style>
background-color css
<style>
a { background-color: #F17211; }
a { background-color: rgb(241,114,17); }
div.DivClassName
{
background-color: #F17211;
}
.BgClassName
{
background-color: #F17211;
}
</style>
border-color css
<style>
span { border-color: #F17211; }
span { border-color: rgb(241,114,17); }
td.TdClassName
{
border-color: #F17211;
}
.TagClassName
{
border-color: #F17211;
}
</style>