Shades of Pumpkin #F17C15
Tints of Pumpkin #F17C15
RGB
CMYK
RGB Variations
Color information
#F17C15 (or 0xF17C15) is known color: Pumpkin. HEX triplet: F1, 7C and 15. RGB value is (241,124,21). Sum of RGB (Red+Green+Blue) = 241+124+21=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17C15 is #0E83EA. Grayscale: #939393. Windows color (decimal): -951275 or 1408241. OLE color: 1408241.
HSL color Cylindrical-coordinate representation of color #F17C15: hue angle of 28.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F17C15 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 21 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.05 |
| HSL | 28.09º | 0.89% | 0.51% | - |
| HSV(B) | 28.09º | 0.91% | 0.95% | - |
| XYZ | 43.62 | 33.17 | 4.81 | - |
| YUV | 147.24 | 56.76 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 21 | 0 | 0.49 | 0.91 | 0.05 | 28.09 | 0.89 | 0.51 |
| Hex | F1 | 7C | 15 | 0 | 31 | 5B | 5 | 1C | 59 | 33 |
| Octal | 361 | 174 | 25 | 0 | 61 | 133 | 5 | 34 | 131 | 63 |
| Binary | 11110001 | 1111100 | 10101 | 0 | 110001 | 1011011 | 101 | 11100 | 1011001 | 110011 |
Color Harmonies of #F17C15
Complementary color
Monochromatic Colors of #F17C15
Black with #F17C15
Text Example
Text Example
White with #F17C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C15; }
p { color: rgb(241,124,21); }
H1.HeaderClassName
{
color: #F17C15;
}
.AnyTagClassName
{
color: #F17C15;
}
</style>
background-color css
<style>
a { background-color: #F17C15; }
a { background-color: rgb(241,124,21); }
div.DivClassName
{
background-color: #F17C15;
}
.BgClassName
{
background-color: #F17C15;
}
</style>
border-color css
<style>
span { border-color: #F17C15; }
span { border-color: rgb(241,124,21); }
td.TdClassName
{
border-color: #F17C15;
}
.TagClassName
{
border-color: #F17C15;
}
</style>