Shades of Pumpkin #F86C19
Tints of Pumpkin #F86C19
RGB
CMYK
RGB Variations
Color information
#F86C19 (or 0xF86C19) is known color: Pumpkin. HEX triplet: F8, 6C and 19. RGB value is (248,108,25). Sum of RGB (Red+Green+Blue) = 248+108+25=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C19 is #0793E6. Grayscale: #8C8C8C. Windows color (decimal): -496615 or 1666296. OLE color: 1666296.
HSL color Cylindrical-coordinate representation of color #F86C19: hue angle of 22.33º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F86C19 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 25 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.03 |
| HSL | 22.33º | 0.94% | 0.54% | - |
| HSV(B) | 22.33º | 0.9% | 0.97% | - |
| XYZ | 44.25 | 30.75 | 4.52 | - |
| YUV | 140.4 | 62.88 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 25 | 0 | 0.56 | 0.90 | 0.03 | 22.33 | 0.94 | 0.54 |
| Hex | F8 | 6C | 19 | 0 | 38 | 5A | 3 | 16 | 5E | 36 |
| Octal | 370 | 154 | 31 | 0 | 70 | 132 | 3 | 26 | 136 | 66 |
| Binary | 11111000 | 1101100 | 11001 | 0 | 111000 | 1011010 | 11 | 10110 | 1011110 | 110110 |
Color Harmonies of #F86C19
Complementary color
Monochromatic Colors of #F86C19
Black with #F86C19
Text Example
Text Example
White with #F86C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C19; }
p { color: rgb(248,108,25); }
H1.HeaderClassName
{
color: #F86C19;
}
.AnyTagClassName
{
color: #F86C19;
}
</style>
background-color css
<style>
a { background-color: #F86C19; }
a { background-color: rgb(248,108,25); }
div.DivClassName
{
background-color: #F86C19;
}
.BgClassName
{
background-color: #F86C19;
}
</style>
border-color css
<style>
span { border-color: #F86C19; }
span { border-color: rgb(248,108,25); }
td.TdClassName
{
border-color: #F86C19;
}
.TagClassName
{
border-color: #F86C19;
}
</style>