Shades of Pumpkin #F17011
Tints of Pumpkin #F17011
RGB
CMYK
RGB Variations
Color information
#F17011 (or 0xF17011) is known color: Pumpkin. HEX triplet: F1, 70 and 11. RGB value is (241,112,17). Sum of RGB (Red+Green+Blue) = 241+112+17=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F17011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17011 is #0E8FEE. Grayscale: #8C8C8C. Windows color (decimal): -954351 or 1143025. OLE color: 1143025.
HSL color Cylindrical-coordinate representation of color #F17011: hue angle of 25.45º 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 #F17011 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 17 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.05 |
| HSL | 25.45º | 0.89% | 0.51% | - |
| HSV(B) | 25.45º | 0.93% | 0.95% | - |
| XYZ | 42.17 | 30.33 | 4.16 | - |
| YUV | 139.74 | 58.74 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 17 | 0 | 0.54 | 0.93 | 0.05 | 25.45 | 0.89 | 0.51 |
| Hex | F1 | 70 | 11 | 0 | 36 | 5D | 5 | 19 | 59 | 33 |
| Octal | 361 | 160 | 21 | 0 | 66 | 135 | 5 | 31 | 131 | 63 |
| Binary | 11110001 | 1110000 | 10001 | 0 | 110110 | 1011101 | 101 | 11001 | 1011001 | 110011 |
Color Harmonies of #F17011
Complementary color
Monochromatic Colors of #F17011
Black with #F17011
Text Example
Text Example
White with #F17011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17011; }
p { color: rgb(241,112,17); }
H1.HeaderClassName
{
color: #F17011;
}
.AnyTagClassName
{
color: #F17011;
}
</style>
background-color css
<style>
a { background-color: #F17011; }
a { background-color: rgb(241,112,17); }
div.DivClassName
{
background-color: #F17011;
}
.BgClassName
{
background-color: #F17011;
}
</style>
border-color css
<style>
span { border-color: #F17011; }
span { border-color: rgb(241,112,17); }
td.TdClassName
{
border-color: #F17011;
}
.TagClassName
{
border-color: #F17011;
}
</style>