Shades of Pumpkin #F86A10
Tints of Pumpkin #F86A10
RGB
CMYK
RGB Variations
Color information
#F86A10 (or 0xF86A10) is known color: Pumpkin. HEX triplet: F8, 6A and 10. RGB value is (248,106,16). Sum of RGB (Red+Green+Blue) = 248+106+16=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86A10 is #0795EF. Grayscale: #8A8A8A. Windows color (decimal): -497136 or 1075960. OLE color: 1075960.
HSL color Cylindrical-coordinate representation of color #F86A10: hue angle of 23.28º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F86A10 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 16 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.03 |
| HSL | 23.28º | 0.94% | 0.52% | - |
| HSV(B) | 23.28º | 0.94% | 0.97% | - |
| XYZ | 43.96 | 30.3 | 4.02 | - |
| YUV | 138.2 | 59.04 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 16 | 0 | 0.57 | 0.94 | 0.03 | 23.28 | 0.94 | 0.52 |
| Hex | F8 | 6A | 10 | 0 | 39 | 5E | 3 | 17 | 5E | 34 |
| Octal | 370 | 152 | 20 | 0 | 71 | 136 | 3 | 27 | 136 | 64 |
| Binary | 11111000 | 1101010 | 10000 | 0 | 111001 | 1011110 | 11 | 10111 | 1011110 | 110100 |
Color Harmonies of #F86A10
Complementary color
Monochromatic Colors of #F86A10
Black with #F86A10
Text Example
Text Example
White with #F86A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A10; }
p { color: rgb(248,106,16); }
H1.HeaderClassName
{
color: #F86A10;
}
.AnyTagClassName
{
color: #F86A10;
}
</style>
background-color css
<style>
a { background-color: #F86A10; }
a { background-color: rgb(248,106,16); }
div.DivClassName
{
background-color: #F86A10;
}
.BgClassName
{
background-color: #F86A10;
}
</style>
border-color css
<style>
span { border-color: #F86A10; }
span { border-color: rgb(248,106,16); }
td.TdClassName
{
border-color: #F86A10;
}
.TagClassName
{
border-color: #F86A10;
}
</style>