Shades of Pumpkin #F86D1F
Tints of Pumpkin #F86D1F
RGB
CMYK
RGB Variations
Color information
#F86D1F (or 0xF86D1F) is known color: Pumpkin. HEX triplet: F8, 6D and 1F. RGB value is (248,109,31). Sum of RGB (Red+Green+Blue) = 248+109+31=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D1F is #0792E0. Grayscale: #8E8E8E. Windows color (decimal): -496353 or 2059768. OLE color: 2059768.
HSL color Cylindrical-coordinate representation of color #F86D1F: hue angle of 21.57º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F86D1F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 31 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.03 |
| HSL | 21.57º | 0.94% | 0.55% | - |
| HSV(B) | 21.57º | 0.88% | 0.97% | - |
| XYZ | 44.43 | 30.99 | 4.94 | - |
| YUV | 141.67 | 65.55 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 31 | 0 | 0.56 | 0.88 | 0.03 | 21.57 | 0.94 | 0.55 |
| Hex | F8 | 6D | 1F | 0 | 38 | 58 | 3 | 16 | 5E | 37 |
| Octal | 370 | 155 | 37 | 0 | 70 | 130 | 3 | 26 | 136 | 67 |
| Binary | 11111000 | 1101101 | 11111 | 0 | 111000 | 1011000 | 11 | 10110 | 1011110 | 110111 |
Color Harmonies of #F86D1F
Complementary color
Monochromatic Colors of #F86D1F
Black with #F86D1F
Text Example
Text Example
White with #F86D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D1F; }
p { color: rgb(248,109,31); }
H1.HeaderClassName
{
color: #F86D1F;
}
.AnyTagClassName
{
color: #F86D1F;
}
</style>
background-color css
<style>
a { background-color: #F86D1F; }
a { background-color: rgb(248,109,31); }
div.DivClassName
{
background-color: #F86D1F;
}
.BgClassName
{
background-color: #F86D1F;
}
</style>
border-color css
<style>
span { border-color: #F86D1F; }
span { border-color: rgb(248,109,31); }
td.TdClassName
{
border-color: #F86D1F;
}
.TagClassName
{
border-color: #F86D1F;
}
</style>