Shades of Pumpkin #F86A1D
Tints of Pumpkin #F86A1D
RGB
CMYK
RGB Variations
Color information
#F86A1D (or 0xF86A1D) is known color: Pumpkin. HEX triplet: F8, 6A and 1D. RGB value is (248,106,29). Sum of RGB (Red+Green+Blue) = 248+106+29=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A1D is #0795E2. Grayscale: #8C8C8C. Windows color (decimal): -497123 or 1927928. OLE color: 1927928.
HSL color Cylindrical-coordinate representation of color #F86A1D: hue angle of 21.1º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F86A1D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 29 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.03 |
| HSL | 21.1º | 0.94% | 0.54% | - |
| HSV(B) | 21.1º | 0.88% | 0.97% | - |
| XYZ | 44.09 | 30.35 | 4.7 | - |
| YUV | 139.68 | 65.54 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 29 | 0 | 0.57 | 0.88 | 0.03 | 21.1 | 0.94 | 0.54 |
| Hex | F8 | 6A | 1D | 0 | 39 | 58 | 3 | 15 | 5E | 36 |
| Octal | 370 | 152 | 35 | 0 | 71 | 130 | 3 | 25 | 136 | 66 |
| Binary | 11111000 | 1101010 | 11101 | 0 | 111001 | 1011000 | 11 | 10101 | 1011110 | 110110 |
Color Harmonies of #F86A1D
Complementary color
Monochromatic Colors of #F86A1D
Black with #F86A1D
Text Example
Text Example
White with #F86A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A1D; }
p { color: rgb(248,106,29); }
H1.HeaderClassName
{
color: #F86A1D;
}
.AnyTagClassName
{
color: #F86A1D;
}
</style>
background-color css
<style>
a { background-color: #F86A1D; }
a { background-color: rgb(248,106,29); }
div.DivClassName
{
background-color: #F86A1D;
}
.BgClassName
{
background-color: #F86A1D;
}
</style>
border-color css
<style>
span { border-color: #F86A1D; }
span { border-color: rgb(248,106,29); }
td.TdClassName
{
border-color: #F86A1D;
}
.TagClassName
{
border-color: #F86A1D;
}
</style>