Shades of Pumpkin #F86B11
Tints of Pumpkin #F86B11
RGB
CMYK
RGB Variations
Color information
#F86B11 (or 0xF86B11) is known color: Pumpkin. HEX triplet: F8, 6B and 11. RGB value is (248,107,17). Sum of RGB (Red+Green+Blue) = 248+107+17=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86B11 is #0794EE. Grayscale: #8B8B8B. Windows color (decimal): -496879 or 1141752. OLE color: 1141752.
HSL color Cylindrical-coordinate representation of color #F86B11: hue angle of 23.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F86B11 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.03 |
| HSL | 23.38º | 0.94% | 0.52% | - |
| HSV(B) | 23.38º | 0.93% | 0.97% | - |
| XYZ | 44.07 | 30.51 | 4.1 | - |
| YUV | 138.9 | 59.21 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 17 | 0 | 0.57 | 0.93 | 0.03 | 23.38 | 0.94 | 0.52 |
| Hex | F8 | 6B | 11 | 0 | 39 | 5D | 3 | 17 | 5E | 34 |
| Octal | 370 | 153 | 21 | 0 | 71 | 135 | 3 | 27 | 136 | 64 |
| Binary | 11111000 | 1101011 | 10001 | 0 | 111001 | 1011101 | 11 | 10111 | 1011110 | 110100 |
Color Harmonies of #F86B11
Complementary color
Monochromatic Colors of #F86B11
Black with #F86B11
Text Example
Text Example
White with #F86B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86B11; }
p { color: rgb(248,107,17); }
H1.HeaderClassName
{
color: #F86B11;
}
.AnyTagClassName
{
color: #F86B11;
}
</style>
background-color css
<style>
a { background-color: #F86B11; }
a { background-color: rgb(248,107,17); }
div.DivClassName
{
background-color: #F86B11;
}
.BgClassName
{
background-color: #F86B11;
}
</style>
border-color css
<style>
span { border-color: #F86B11; }
span { border-color: rgb(248,107,17); }
td.TdClassName
{
border-color: #F86B11;
}
.TagClassName
{
border-color: #F86B11;
}
</style>