Shades of Pumpkin #F17215
Tints of Pumpkin #F17215
RGB
CMYK
RGB Variations
Color information
#F17215 (or 0xF17215) is known color: Pumpkin. HEX triplet: F1, 72 and 15. RGB value is (241,114,21). Sum of RGB (Red+Green+Blue) = 241+114+21=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F17215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17215 is #0E8DEA. Grayscale: #8D8D8D. Windows color (decimal): -953835 or 1405681. OLE color: 1405681.
HSL color Cylindrical-coordinate representation of color #F17215: hue angle of 25.36º 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 #F17215 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.05 |
| HSL | 25.36º | 0.89% | 0.51% | - |
| HSV(B) | 25.36º | 0.91% | 0.95% | - |
| XYZ | 42.43 | 30.79 | 4.42 | - |
| YUV | 141.37 | 60.08 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 21 | 0 | 0.53 | 0.91 | 0.05 | 25.36 | 0.89 | 0.51 |
| Hex | F1 | 72 | 15 | 0 | 35 | 5B | 5 | 19 | 59 | 33 |
| Octal | 361 | 162 | 25 | 0 | 65 | 133 | 5 | 31 | 131 | 63 |
| Binary | 11110001 | 1110010 | 10101 | 0 | 110101 | 1011011 | 101 | 11001 | 1011001 | 110011 |
Color Harmonies of #F17215
Complementary color
Monochromatic Colors of #F17215
Black with #F17215
Text Example
Text Example
White with #F17215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17215; }
p { color: rgb(241,114,21); }
H1.HeaderClassName
{
color: #F17215;
}
.AnyTagClassName
{
color: #F17215;
}
</style>
background-color css
<style>
a { background-color: #F17215; }
a { background-color: rgb(241,114,21); }
div.DivClassName
{
background-color: #F17215;
}
.BgClassName
{
background-color: #F17215;
}
</style>
border-color css
<style>
span { border-color: #F17215; }
span { border-color: rgb(241,114,21); }
td.TdClassName
{
border-color: #F17215;
}
.TagClassName
{
border-color: #F17215;
}
</style>