Shades of Pumpkin #F17A14
Tints of Pumpkin #F17A14
RGB
CMYK
RGB Variations
Color information
#F17A14 (or 0xF17A14) is known color: Pumpkin. HEX triplet: F1, 7A and 14. RGB value is (241,122,20). Sum of RGB (Red+Green+Blue) = 241+122+20=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17A14 is #0E85EB. Grayscale: #929292. Windows color (decimal): -951788 or 1342193. OLE color: 1342193.
HSL color Cylindrical-coordinate representation of color #F17A14: hue angle of 27.69º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F17A14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 20 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.05 |
| HSL | 27.69º | 0.89% | 0.51% | - |
| HSV(B) | 27.69º | 0.92% | 0.95% | - |
| XYZ | 43.36 | 32.67 | 4.68 | - |
| YUV | 145.95 | 56.92 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 20 | 0 | 0.49 | 0.92 | 0.05 | 27.69 | 0.89 | 0.51 |
| Hex | F1 | 7A | 14 | 0 | 31 | 5C | 5 | 1C | 59 | 33 |
| Octal | 361 | 172 | 24 | 0 | 61 | 134 | 5 | 34 | 131 | 63 |
| Binary | 11110001 | 1111010 | 10100 | 0 | 110001 | 1011100 | 101 | 11100 | 1011001 | 110011 |
Color Harmonies of #F17A14
Complementary color
Monochromatic Colors of #F17A14
Black with #F17A14
Text Example
Text Example
White with #F17A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A14; }
p { color: rgb(241,122,20); }
H1.HeaderClassName
{
color: #F17A14;
}
.AnyTagClassName
{
color: #F17A14;
}
</style>
background-color css
<style>
a { background-color: #F17A14; }
a { background-color: rgb(241,122,20); }
div.DivClassName
{
background-color: #F17A14;
}
.BgClassName
{
background-color: #F17A14;
}
</style>
border-color css
<style>
span { border-color: #F17A14; }
span { border-color: rgb(241,122,20); }
td.TdClassName
{
border-color: #F17A14;
}
.TagClassName
{
border-color: #F17A14;
}
</style>