Shades of Pumpkin #F86D1B
Tints of Pumpkin #F86D1B
RGB
CMYK
RGB Variations
Color information
#F86D1B (or 0xF86D1B) is known color: Pumpkin. HEX triplet: F8, 6D and 1B. RGB value is (248,109,27). Sum of RGB (Red+Green+Blue) = 248+109+27=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D1B is #0792E4. Grayscale: #8D8D8D. Windows color (decimal): -496357 or 1797624. OLE color: 1797624.
HSL color Cylindrical-coordinate representation of color #F86D1B: hue angle of 22.26º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F86D1B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.03 |
| HSL | 22.26º | 0.94% | 0.54% | - |
| HSV(B) | 22.26º | 0.89% | 0.97% | - |
| XYZ | 44.38 | 30.97 | 4.68 | - |
| YUV | 141.21 | 63.55 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 27 | 0 | 0.56 | 0.89 | 0.03 | 22.26 | 0.94 | 0.54 |
| Hex | F8 | 6D | 1B | 0 | 38 | 59 | 3 | 16 | 5E | 36 |
| Octal | 370 | 155 | 33 | 0 | 70 | 131 | 3 | 26 | 136 | 66 |
| Binary | 11111000 | 1101101 | 11011 | 0 | 111000 | 1011001 | 11 | 10110 | 1011110 | 110110 |
Color Harmonies of #F86D1B
Complementary color
Monochromatic Colors of #F86D1B
Black with #F86D1B
Text Example
Text Example
White with #F86D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D1B; }
p { color: rgb(248,109,27); }
H1.HeaderClassName
{
color: #F86D1B;
}
.AnyTagClassName
{
color: #F86D1B;
}
</style>
background-color css
<style>
a { background-color: #F86D1B; }
a { background-color: rgb(248,109,27); }
div.DivClassName
{
background-color: #F86D1B;
}
.BgClassName
{
background-color: #F86D1B;
}
</style>
border-color css
<style>
span { border-color: #F86D1B; }
span { border-color: rgb(248,109,27); }
td.TdClassName
{
border-color: #F86D1B;
}
.TagClassName
{
border-color: #F86D1B;
}
</style>