Shades of Pumpkin #F17012
Tints of Pumpkin #F17012
RGB
CMYK
RGB Variations
Color information
#F17012 (or 0xF17012) is known color: Pumpkin. HEX triplet: F1, 70 and 12. RGB value is (241,112,18). Sum of RGB (Red+Green+Blue) = 241+112+18=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F17012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17012 is #0E8FED. Grayscale: #8C8C8C. Windows color (decimal): -954350 or 1208561. OLE color: 1208561.
HSL color Cylindrical-coordinate representation of color #F17012: hue angle of 25.29º 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 #F17012 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.05 |
| HSL | 25.29º | 0.89% | 0.51% | - |
| HSV(B) | 25.29º | 0.93% | 0.95% | - |
| XYZ | 42.18 | 30.33 | 4.2 | - |
| YUV | 139.86 | 59.24 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 18 | 0 | 0.54 | 0.93 | 0.05 | 25.29 | 0.89 | 0.51 |
| Hex | F1 | 70 | 12 | 0 | 36 | 5D | 5 | 19 | 59 | 33 |
| Octal | 361 | 160 | 22 | 0 | 66 | 135 | 5 | 31 | 131 | 63 |
| Binary | 11110001 | 1110000 | 10010 | 0 | 110110 | 1011101 | 101 | 11001 | 1011001 | 110011 |
Color Harmonies of #F17012
Complementary color
Monochromatic Colors of #F17012
Black with #F17012
Text Example
Text Example
White with #F17012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17012; }
p { color: rgb(241,112,18); }
H1.HeaderClassName
{
color: #F17012;
}
.AnyTagClassName
{
color: #F17012;
}
</style>
background-color css
<style>
a { background-color: #F17012; }
a { background-color: rgb(241,112,18); }
div.DivClassName
{
background-color: #F17012;
}
.BgClassName
{
background-color: #F17012;
}
</style>
border-color css
<style>
span { border-color: #F17012; }
span { border-color: rgb(241,112,18); }
td.TdClassName
{
border-color: #F17012;
}
.TagClassName
{
border-color: #F17012;
}
</style>