Shades of Pumpkin #F17013
Tints of Pumpkin #F17013
RGB
CMYK
RGB Variations
Color information
#F17013 (or 0xF17013) is known color: Pumpkin. HEX triplet: F1, 70 and 13. RGB value is (241,112,19). Sum of RGB (Red+Green+Blue) = 241+112+19=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F17013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17013 is #0E8FEC. Grayscale: #8C8C8C. Windows color (decimal): -954349 or 1274097. OLE color: 1274097.
HSL color Cylindrical-coordinate representation of color #F17013: hue angle of 25.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F17013 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 19 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.05 |
| HSL | 25.14º | 0.89% | 0.51% | - |
| HSV(B) | 25.14º | 0.92% | 0.95% | - |
| XYZ | 42.19 | 30.34 | 4.25 | - |
| YUV | 139.97 | 59.74 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 19 | 0 | 0.54 | 0.92 | 0.05 | 25.14 | 0.89 | 0.51 |
| Hex | F1 | 70 | 13 | 0 | 36 | 5C | 5 | 19 | 59 | 33 |
| Octal | 361 | 160 | 23 | 0 | 66 | 134 | 5 | 31 | 131 | 63 |
| Binary | 11110001 | 1110000 | 10011 | 0 | 110110 | 1011100 | 101 | 11001 | 1011001 | 110011 |
Color Harmonies of #F17013
Complementary color
Monochromatic Colors of #F17013
Black with #F17013
Text Example
Text Example
White with #F17013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17013; }
p { color: rgb(241,112,19); }
H1.HeaderClassName
{
color: #F17013;
}
.AnyTagClassName
{
color: #F17013;
}
</style>
background-color css
<style>
a { background-color: #F17013; }
a { background-color: rgb(241,112,19); }
div.DivClassName
{
background-color: #F17013;
}
.BgClassName
{
background-color: #F17013;
}
</style>
border-color css
<style>
span { border-color: #F17013; }
span { border-color: rgb(241,112,19); }
td.TdClassName
{
border-color: #F17013;
}
.TagClassName
{
border-color: #F17013;
}
</style>