Shades of Pumpkin #F17D14
Tints of Pumpkin #F17D14
RGB
CMYK
RGB Variations
Color information
#F17D14 (or 0xF17D14) is known color: Pumpkin. HEX triplet: F1, 7D and 14. RGB value is (241,125,20). Sum of RGB (Red+Green+Blue) = 241+125+20=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D14 is #0E82EB. Grayscale: #949494. Windows color (decimal): -951020 or 1342961. OLE color: 1342961.
HSL color Cylindrical-coordinate representation of color #F17D14: hue angle of 28.51º 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 #F17D14 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 20 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.05 |
| HSL | 28.51º | 0.89% | 0.51% | - |
| HSV(B) | 28.51º | 0.92% | 0.95% | - |
| XYZ | 43.74 | 33.42 | 4.81 | - |
| YUV | 147.71 | 55.93 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 20 | 0 | 0.48 | 0.92 | 0.05 | 28.51 | 0.89 | 0.51 |
| Hex | F1 | 7D | 14 | 0 | 30 | 5C | 5 | 1D | 59 | 33 |
| Octal | 361 | 175 | 24 | 0 | 60 | 134 | 5 | 35 | 131 | 63 |
| Binary | 11110001 | 1111101 | 10100 | 0 | 110000 | 1011100 | 101 | 11101 | 1011001 | 110011 |
Color Harmonies of #F17D14
Complementary color
Monochromatic Colors of #F17D14
Black with #F17D14
Text Example
Text Example
White with #F17D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D14; }
p { color: rgb(241,125,20); }
H1.HeaderClassName
{
color: #F17D14;
}
.AnyTagClassName
{
color: #F17D14;
}
</style>
background-color css
<style>
a { background-color: #F17D14; }
a { background-color: rgb(241,125,20); }
div.DivClassName
{
background-color: #F17D14;
}
.BgClassName
{
background-color: #F17D14;
}
</style>
border-color css
<style>
span { border-color: #F17D14; }
span { border-color: rgb(241,125,20); }
td.TdClassName
{
border-color: #F17D14;
}
.TagClassName
{
border-color: #F17D14;
}
</style>