Shades of Pumpkin #F86A1B
Tints of Pumpkin #F86A1B
RGB
CMYK
RGB Variations
Color information
#F86A1B (or 0xF86A1B) is known color: Pumpkin. HEX triplet: F8, 6A and 1B. RGB value is (248,106,27). Sum of RGB (Red+Green+Blue) = 248+106+27=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A1B is #0795E4. Grayscale: #8B8B8B. Windows color (decimal): -497125 or 1796856. OLE color: 1796856.
HSL color Cylindrical-coordinate representation of color #F86A1B: hue angle of 21.45º 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 #F86A1B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.03 |
| HSL | 21.45º | 0.94% | 0.54% | - |
| HSV(B) | 21.45º | 0.89% | 0.97% | - |
| XYZ | 44.06 | 30.34 | 4.57 | - |
| YUV | 139.45 | 64.54 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 27 | 0 | 0.57 | 0.89 | 0.03 | 21.45 | 0.94 | 0.54 |
| Hex | F8 | 6A | 1B | 0 | 39 | 59 | 3 | 15 | 5E | 36 |
| Octal | 370 | 152 | 33 | 0 | 71 | 131 | 3 | 25 | 136 | 66 |
| Binary | 11111000 | 1101010 | 11011 | 0 | 111001 | 1011001 | 11 | 10101 | 1011110 | 110110 |
Color Harmonies of #F86A1B
Complementary color
Monochromatic Colors of #F86A1B
Black with #F86A1B
Text Example
Text Example
White with #F86A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A1B; }
p { color: rgb(248,106,27); }
H1.HeaderClassName
{
color: #F86A1B;
}
.AnyTagClassName
{
color: #F86A1B;
}
</style>
background-color css
<style>
a { background-color: #F86A1B; }
a { background-color: rgb(248,106,27); }
div.DivClassName
{
background-color: #F86A1B;
}
.BgClassName
{
background-color: #F86A1B;
}
</style>
border-color css
<style>
span { border-color: #F86A1B; }
span { border-color: rgb(248,106,27); }
td.TdClassName
{
border-color: #F86A1B;
}
.TagClassName
{
border-color: #F86A1B;
}
</style>