Shades of Pumpkin #F17110
Tints of Pumpkin #F17110
RGB
CMYK
RGB Variations
Color information
#F17110 (or 0xF17110) is known color: Pumpkin. HEX triplet: F1, 71 and 10. RGB value is (241,113,16). Sum of RGB (Red+Green+Blue) = 241+113+16=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F17110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17110 is #0E8EEF. Grayscale: #8C8C8C. Windows color (decimal): -954096 or 1077745. OLE color: 1077745.
HSL color Cylindrical-coordinate representation of color #F17110: hue angle of 25.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F17110 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.05 |
| HSL | 25.87º | 0.89% | 0.5% | - |
| HSV(B) | 25.87º | 0.93% | 0.95% | - |
| XYZ | 42.27 | 30.55 | 4.16 | - |
| YUV | 140.21 | 57.91 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 16 | 0 | 0.53 | 0.93 | 0.05 | 25.87 | 0.89 | 0.5 |
| Hex | F1 | 71 | 10 | 0 | 35 | 5D | 5 | 1A | 59 | 32 |
| Octal | 361 | 161 | 20 | 0 | 65 | 135 | 5 | 32 | 131 | 62 |
| Binary | 11110001 | 1110001 | 10000 | 0 | 110101 | 1011101 | 101 | 11010 | 1011001 | 110010 |
Color Harmonies of #F17110
Complementary color
Monochromatic Colors of #F17110
Black with #F17110
Text Example
Text Example
White with #F17110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17110; }
p { color: rgb(241,113,16); }
H1.HeaderClassName
{
color: #F17110;
}
.AnyTagClassName
{
color: #F17110;
}
</style>
background-color css
<style>
a { background-color: #F17110; }
a { background-color: rgb(241,113,16); }
div.DivClassName
{
background-color: #F17110;
}
.BgClassName
{
background-color: #F17110;
}
</style>
border-color css
<style>
span { border-color: #F17110; }
span { border-color: rgb(241,113,16); }
td.TdClassName
{
border-color: #F17110;
}
.TagClassName
{
border-color: #F17110;
}
</style>