Shades of Pumpkin #F86918
Tints of Pumpkin #F86918
RGB
CMYK
RGB Variations
Color information
#F86918 (or 0xF86918) is known color: Pumpkin. HEX triplet: F8, 69 and 18. RGB value is (248,105,24). Sum of RGB (Red+Green+Blue) = 248+105+24=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F86918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86918 is #0796E7. Grayscale: #8A8A8A. Windows color (decimal): -497384 or 1599992. OLE color: 1599992.
HSL color Cylindrical-coordinate representation of color #F86918: hue angle of 21.7º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F86918 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 24 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.03 |
| HSL | 21.7º | 0.94% | 0.53% | - |
| HSV(B) | 21.7º | 0.9% | 0.97% | - |
| XYZ | 43.93 | 30.13 | 4.36 | - |
| YUV | 138.52 | 63.38 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 24 | 0 | 0.58 | 0.90 | 0.03 | 21.7 | 0.94 | 0.53 |
| Hex | F8 | 69 | 18 | 0 | 3A | 5A | 3 | 16 | 5E | 35 |
| Octal | 370 | 151 | 30 | 0 | 72 | 132 | 3 | 26 | 136 | 65 |
| Binary | 11111000 | 1101001 | 11000 | 0 | 111010 | 1011010 | 11 | 10110 | 1011110 | 110101 |
Color Harmonies of #F86918
Complementary color
Monochromatic Colors of #F86918
Black with #F86918
Text Example
Text Example
White with #F86918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86918; }
p { color: rgb(248,105,24); }
H1.HeaderClassName
{
color: #F86918;
}
.AnyTagClassName
{
color: #F86918;
}
</style>
background-color css
<style>
a { background-color: #F86918; }
a { background-color: rgb(248,105,24); }
div.DivClassName
{
background-color: #F86918;
}
.BgClassName
{
background-color: #F86918;
}
</style>
border-color css
<style>
span { border-color: #F86918; }
span { border-color: rgb(248,105,24); }
td.TdClassName
{
border-color: #F86918;
}
.TagClassName
{
border-color: #F86918;
}
</style>