Shades of Pumpkin #F17314
Tints of Pumpkin #F17314
RGB
CMYK
RGB Variations
Color information
#F17314 (or 0xF17314) is known color: Pumpkin. HEX triplet: F1, 73 and 14. RGB value is (241,115,20). Sum of RGB (Red+Green+Blue) = 241+115+20=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F17314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17314 is #0E8CEB. Grayscale: #8E8E8E. Windows color (decimal): -953580 or 1340401. OLE color: 1340401.
HSL color Cylindrical-coordinate representation of color #F17314: hue angle of 25.79º 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 #F17314 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 20 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.05 |
| HSL | 25.79º | 0.89% | 0.51% | - |
| HSV(B) | 25.79º | 0.92% | 0.95% | - |
| XYZ | 42.53 | 31.01 | 4.41 | - |
| YUV | 141.84 | 59.24 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 20 | 0 | 0.52 | 0.92 | 0.05 | 25.79 | 0.89 | 0.51 |
| Hex | F1 | 73 | 14 | 0 | 34 | 5C | 5 | 1A | 59 | 33 |
| Octal | 361 | 163 | 24 | 0 | 64 | 134 | 5 | 32 | 131 | 63 |
| Binary | 11110001 | 1110011 | 10100 | 0 | 110100 | 1011100 | 101 | 11010 | 1011001 | 110011 |
Color Harmonies of #F17314
Complementary color
Monochromatic Colors of #F17314
Black with #F17314
Text Example
Text Example
White with #F17314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17314; }
p { color: rgb(241,115,20); }
H1.HeaderClassName
{
color: #F17314;
}
.AnyTagClassName
{
color: #F17314;
}
</style>
background-color css
<style>
a { background-color: #F17314; }
a { background-color: rgb(241,115,20); }
div.DivClassName
{
background-color: #F17314;
}
.BgClassName
{
background-color: #F17314;
}
</style>
border-color css
<style>
span { border-color: #F17314; }
span { border-color: rgb(241,115,20); }
td.TdClassName
{
border-color: #F17314;
}
.TagClassName
{
border-color: #F17314;
}
</style>