Shades of Pumpkin #F17312
Tints of Pumpkin #F17312
RGB
CMYK
RGB Variations
Color information
#F17312 (or 0xF17312) is known color: Pumpkin. HEX triplet: F1, 73 and 12. RGB value is (241,115,18). Sum of RGB (Red+Green+Blue) = 241+115+18=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F17312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17312 is #0E8CED. Grayscale: #8E8E8E. Windows color (decimal): -953582 or 1209329. OLE color: 1209329.
HSL color Cylindrical-coordinate representation of color #F17312: hue angle of 26.1º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F17312 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 18 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.05 |
| HSL | 26.1º | 0.89% | 0.51% | - |
| HSV(B) | 26.1º | 0.93% | 0.95% | - |
| XYZ | 42.52 | 31.01 | 4.32 | - |
| YUV | 141.62 | 58.24 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 18 | 0 | 0.52 | 0.93 | 0.05 | 26.1 | 0.89 | 0.51 |
| Hex | F1 | 73 | 12 | 0 | 34 | 5D | 5 | 1A | 59 | 33 |
| Octal | 361 | 163 | 22 | 0 | 64 | 135 | 5 | 32 | 131 | 63 |
| Binary | 11110001 | 1110011 | 10010 | 0 | 110100 | 1011101 | 101 | 11010 | 1011001 | 110011 |
Color Harmonies of #F17312
Complementary color
Monochromatic Colors of #F17312
Black with #F17312
Text Example
Text Example
White with #F17312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17312; }
p { color: rgb(241,115,18); }
H1.HeaderClassName
{
color: #F17312;
}
.AnyTagClassName
{
color: #F17312;
}
</style>
background-color css
<style>
a { background-color: #F17312; }
a { background-color: rgb(241,115,18); }
div.DivClassName
{
background-color: #F17312;
}
.BgClassName
{
background-color: #F17312;
}
</style>
border-color css
<style>
span { border-color: #F17312; }
span { border-color: rgb(241,115,18); }
td.TdClassName
{
border-color: #F17312;
}
.TagClassName
{
border-color: #F17312;
}
</style>