Shades of Pumpkin #F86716
Tints of Pumpkin #F86716
RGB
CMYK
RGB Variations
Color information
#F86716 (or 0xF86716) is known color: Pumpkin. HEX triplet: F8, 67 and 16. RGB value is (248,103,22). Sum of RGB (Red+Green+Blue) = 248+103+22=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F86716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86716 is #0798E9. Grayscale: #898989. Windows color (decimal): -497898 or 1468408. OLE color: 1468408.
HSL color Cylindrical-coordinate representation of color #F86716: hue angle of 21.5º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F86716 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 22 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.03 |
| HSL | 21.5º | 0.94% | 0.53% | - |
| HSV(B) | 21.5º | 0.91% | 0.97% | - |
| XYZ | 43.71 | 29.71 | 4.19 | - |
| YUV | 137.12 | 63.04 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 22 | 0 | 0.58 | 0.91 | 0.03 | 21.5 | 0.94 | 0.53 |
| Hex | F8 | 67 | 16 | 0 | 3A | 5B | 3 | 16 | 5E | 35 |
| Octal | 370 | 147 | 26 | 0 | 72 | 133 | 3 | 26 | 136 | 65 |
| Binary | 11111000 | 1100111 | 10110 | 0 | 111010 | 1011011 | 11 | 10110 | 1011110 | 110101 |
Color Harmonies of #F86716
Complementary color
Monochromatic Colors of #F86716
Black with #F86716
Text Example
Text Example
White with #F86716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86716; }
p { color: rgb(248,103,22); }
H1.HeaderClassName
{
color: #F86716;
}
.AnyTagClassName
{
color: #F86716;
}
</style>
background-color css
<style>
a { background-color: #F86716; }
a { background-color: rgb(248,103,22); }
div.DivClassName
{
background-color: #F86716;
}
.BgClassName
{
background-color: #F86716;
}
</style>
border-color css
<style>
span { border-color: #F86716; }
span { border-color: rgb(248,103,22); }
td.TdClassName
{
border-color: #F86716;
}
.TagClassName
{
border-color: #F86716;
}
</style>