Shades of Pumpkin #F86D18
Tints of Pumpkin #F86D18
RGB
CMYK
RGB Variations
Color information
#F86D18 (or 0xF86D18) is known color: Pumpkin. HEX triplet: F8, 6D and 18. RGB value is (248,109,24). Sum of RGB (Red+Green+Blue) = 248+109+24=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86D18 is #0792E7. Grayscale: #8D8D8D. Windows color (decimal): -496360 or 1601016. OLE color: 1601016.
HSL color Cylindrical-coordinate representation of color #F86D18: hue angle of 22.77º 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 #F86D18 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 24 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.03 |
| HSL | 22.77º | 0.94% | 0.53% | - |
| HSV(B) | 22.77º | 0.9% | 0.97% | - |
| XYZ | 44.34 | 30.96 | 4.5 | - |
| YUV | 140.87 | 62.05 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 24 | 0 | 0.56 | 0.90 | 0.03 | 22.77 | 0.94 | 0.53 |
| Hex | F8 | 6D | 18 | 0 | 38 | 5A | 3 | 17 | 5E | 35 |
| Octal | 370 | 155 | 30 | 0 | 70 | 132 | 3 | 27 | 136 | 65 |
| Binary | 11111000 | 1101101 | 11000 | 0 | 111000 | 1011010 | 11 | 10111 | 1011110 | 110101 |
Color Harmonies of #F86D18
Complementary color
Monochromatic Colors of #F86D18
Black with #F86D18
Text Example
Text Example
White with #F86D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D18; }
p { color: rgb(248,109,24); }
H1.HeaderClassName
{
color: #F86D18;
}
.AnyTagClassName
{
color: #F86D18;
}
</style>
background-color css
<style>
a { background-color: #F86D18; }
a { background-color: rgb(248,109,24); }
div.DivClassName
{
background-color: #F86D18;
}
.BgClassName
{
background-color: #F86D18;
}
</style>
border-color css
<style>
span { border-color: #F86D18; }
span { border-color: rgb(248,109,24); }
td.TdClassName
{
border-color: #F86D18;
}
.TagClassName
{
border-color: #F86D18;
}
</style>