Shades of Pumpkin #F17222
Tints of Pumpkin #F17222
RGB
CMYK
RGB Variations
Color information
#F17222 (or 0xF17222) is known color: Pumpkin. HEX triplet: F1, 72 and 22. RGB value is (241,114,34). Sum of RGB (Red+Green+Blue) = 241+114+34=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F17222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17222 is #0E8DDD. Grayscale: #8F8F8F. Windows color (decimal): -953822 or 2257649. OLE color: 2257649.
HSL color Cylindrical-coordinate representation of color #F17222: hue angle of 23.19º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F17222 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 34 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.05 |
| HSL | 23.19º | 0.88% | 0.54% | - |
| HSV(B) | 23.19º | 0.86% | 0.95% | - |
| XYZ | 42.58 | 30.85 | 5.22 | - |
| YUV | 142.85 | 66.58 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 34 | 0 | 0.53 | 0.86 | 0.05 | 23.19 | 0.88 | 0.54 |
| Hex | F1 | 72 | 22 | 0 | 35 | 56 | 5 | 17 | 58 | 36 |
| Octal | 361 | 162 | 42 | 0 | 65 | 126 | 5 | 27 | 130 | 66 |
| Binary | 11110001 | 1110010 | 100010 | 0 | 110101 | 1010110 | 101 | 10111 | 1011000 | 110110 |
Color Harmonies of #F17222
Complementary color
Monochromatic Colors of #F17222
Black with #F17222
Text Example
Text Example
White with #F17222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17222; }
p { color: rgb(241,114,34); }
H1.HeaderClassName
{
color: #F17222;
}
.AnyTagClassName
{
color: #F17222;
}
</style>
background-color css
<style>
a { background-color: #F17222; }
a { background-color: rgb(241,114,34); }
div.DivClassName
{
background-color: #F17222;
}
.BgClassName
{
background-color: #F17222;
}
</style>
border-color css
<style>
span { border-color: #F17222; }
span { border-color: rgb(241,114,34); }
td.TdClassName
{
border-color: #F17222;
}
.TagClassName
{
border-color: #F17222;
}
</style>