Shades of Pumpkin #F17F16
Tints of Pumpkin #F17F16
RGB
CMYK
RGB Variations
Color information
#F17F16 (or 0xF17F16) is known color: Pumpkin. HEX triplet: F1, 7F and 16. RGB value is (241,127,22). Sum of RGB (Red+Green+Blue) = 241+127+22=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17F16 is #0E80E9. Grayscale: #959595. Windows color (decimal): -950506 or 1474545. OLE color: 1474545.
HSL color Cylindrical-coordinate representation of color #F17F16: hue angle of 28.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F17F16 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 22 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.05 |
| HSL | 28.77º | 0.89% | 0.52% | - |
| HSV(B) | 28.77º | 0.91% | 0.95% | - |
| XYZ | 44.01 | 33.94 | 4.99 | - |
| YUV | 149.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 22 | 0 | 0.47 | 0.91 | 0.05 | 28.77 | 0.89 | 0.52 |
| Hex | F1 | 7F | 16 | 0 | 2F | 5B | 5 | 1D | 59 | 34 |
| Octal | 361 | 177 | 26 | 0 | 57 | 133 | 5 | 35 | 131 | 64 |
| Binary | 11110001 | 1111111 | 10110 | 0 | 101111 | 1011011 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F17F16
Complementary color
Monochromatic Colors of #F17F16
Black with #F17F16
Text Example
Text Example
White with #F17F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F16; }
p { color: rgb(241,127,22); }
H1.HeaderClassName
{
color: #F17F16;
}
.AnyTagClassName
{
color: #F17F16;
}
</style>
background-color css
<style>
a { background-color: #F17F16; }
a { background-color: rgb(241,127,22); }
div.DivClassName
{
background-color: #F17F16;
}
.BgClassName
{
background-color: #F17F16;
}
</style>
border-color css
<style>
span { border-color: #F17F16; }
span { border-color: rgb(241,127,22); }
td.TdClassName
{
border-color: #F17F16;
}
.TagClassName
{
border-color: #F17F16;
}
</style>