Shades of Pumpkin #F86C13
Tints of Pumpkin #F86C13
RGB
CMYK
RGB Variations
Color information
#F86C13 (or 0xF86C13) is known color: Pumpkin. HEX triplet: F8, 6C and 13. RGB value is (248,108,19). Sum of RGB (Red+Green+Blue) = 248+108+19=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C13 is #0793EC. Grayscale: #8C8C8C. Windows color (decimal): -496621 or 1273080. OLE color: 1273080.
HSL color Cylindrical-coordinate representation of color #F86C13: hue angle of 23.32º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F86C13 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.03 |
| HSL | 23.32º | 0.94% | 0.52% | - |
| HSV(B) | 23.32º | 0.92% | 0.97% | - |
| XYZ | 44.19 | 30.73 | 4.22 | - |
| YUV | 139.71 | 59.88 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 19 | 0 | 0.56 | 0.92 | 0.03 | 23.32 | 0.94 | 0.52 |
| Hex | F8 | 6C | 13 | 0 | 38 | 5C | 3 | 17 | 5E | 34 |
| Octal | 370 | 154 | 23 | 0 | 70 | 134 | 3 | 27 | 136 | 64 |
| Binary | 11111000 | 1101100 | 10011 | 0 | 111000 | 1011100 | 11 | 10111 | 1011110 | 110100 |
Color Harmonies of #F86C13
Complementary color
Monochromatic Colors of #F86C13
Black with #F86C13
Text Example
Text Example
White with #F86C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C13; }
p { color: rgb(248,108,19); }
H1.HeaderClassName
{
color: #F86C13;
}
.AnyTagClassName
{
color: #F86C13;
}
</style>
background-color css
<style>
a { background-color: #F86C13; }
a { background-color: rgb(248,108,19); }
div.DivClassName
{
background-color: #F86C13;
}
.BgClassName
{
background-color: #F86C13;
}
</style>
border-color css
<style>
span { border-color: #F86C13; }
span { border-color: rgb(248,108,19); }
td.TdClassName
{
border-color: #F86C13;
}
.TagClassName
{
border-color: #F86C13;
}
</style>