Shades of Pumpkin #F17319
Tints of Pumpkin #F17319
RGB
CMYK
RGB Variations
Color information
#F17319 (or 0xF17319) is known color: Pumpkin. HEX triplet: F1, 73 and 19. RGB value is (241,115,25). Sum of RGB (Red+Green+Blue) = 241+115+25=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F17319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17319 is #0E8CE6. Grayscale: #8E8E8E. Windows color (decimal): -953575 or 1668081. OLE color: 1668081.
HSL color Cylindrical-coordinate representation of color #F17319: hue angle of 25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F17319 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 25 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.05 |
| HSL | 25º | 0.89% | 0.52% | - |
| HSV(B) | 25º | 0.9% | 0.95% | - |
| XYZ | 42.58 | 31.03 | 4.67 | - |
| YUV | 142.41 | 61.74 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 25 | 0 | 0.52 | 0.90 | 0.05 | 25 | 0.89 | 0.52 |
| Hex | F1 | 73 | 19 | 0 | 34 | 5A | 5 | 19 | 59 | 34 |
| Octal | 361 | 163 | 31 | 0 | 64 | 132 | 5 | 31 | 131 | 64 |
| Binary | 11110001 | 1110011 | 11001 | 0 | 110100 | 1011010 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F17319
Complementary color
Monochromatic Colors of #F17319
Black with #F17319
Text Example
Text Example
White with #F17319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17319; }
p { color: rgb(241,115,25); }
H1.HeaderClassName
{
color: #F17319;
}
.AnyTagClassName
{
color: #F17319;
}
</style>
background-color css
<style>
a { background-color: #F17319; }
a { background-color: rgb(241,115,25); }
div.DivClassName
{
background-color: #F17319;
}
.BgClassName
{
background-color: #F17319;
}
</style>
border-color css
<style>
span { border-color: #F17319; }
span { border-color: rgb(241,115,25); }
td.TdClassName
{
border-color: #F17319;
}
.TagClassName
{
border-color: #F17319;
}
</style>