Shades of Pumpkin #F17020
Tints of Pumpkin #F17020
RGB
CMYK
RGB Variations
Color information
#F17020 (or 0xF17020) is known color: Pumpkin. HEX triplet: F1, 70 and 20. RGB value is (241,112,32). Sum of RGB (Red+Green+Blue) = 241+112+32=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F17020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17020 is #0E8FDF. Grayscale: #8D8D8D. Windows color (decimal): -954336 or 2126065. OLE color: 2126065.
HSL color Cylindrical-coordinate representation of color #F17020: hue angle of 22.97º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F17020 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 32 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.05 |
| HSL | 22.97º | 0.88% | 0.54% | - |
| HSV(B) | 22.97º | 0.87% | 0.95% | - |
| XYZ | 42.33 | 30.39 | 5 | - |
| YUV | 141.45 | 66.24 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 32 | 0 | 0.54 | 0.87 | 0.05 | 22.97 | 0.88 | 0.54 |
| Hex | F1 | 70 | 20 | 0 | 36 | 57 | 5 | 17 | 58 | 36 |
| Octal | 361 | 160 | 40 | 0 | 66 | 127 | 5 | 27 | 130 | 66 |
| Binary | 11110001 | 1110000 | 100000 | 0 | 110110 | 1010111 | 101 | 10111 | 1011000 | 110110 |
Color Harmonies of #F17020
Complementary color
Monochromatic Colors of #F17020
Black with #F17020
Text Example
Text Example
White with #F17020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17020; }
p { color: rgb(241,112,32); }
H1.HeaderClassName
{
color: #F17020;
}
.AnyTagClassName
{
color: #F17020;
}
</style>
background-color css
<style>
a { background-color: #F17020; }
a { background-color: rgb(241,112,32); }
div.DivClassName
{
background-color: #F17020;
}
.BgClassName
{
background-color: #F17020;
}
</style>
border-color css
<style>
span { border-color: #F17020; }
span { border-color: rgb(241,112,32); }
td.TdClassName
{
border-color: #F17020;
}
.TagClassName
{
border-color: #F17020;
}
</style>