Shades of Pumpkin #F86C0E
Tints of Pumpkin #F86C0E
RGB
CMYK
RGB Variations
Color information
#F86C0E (or 0xF86C0E) is known color: Pumpkin. HEX triplet: F8, 6C and 0E. RGB value is (248,108,14). Sum of RGB (Red+Green+Blue) = 248+108+14=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C0E is #0793F1. Grayscale: #8B8B8B. Windows color (decimal): -496626 or 945400. OLE color: 945400.
HSL color Cylindrical-coordinate representation of color #F86C0E: hue angle of 24.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F86C0E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.03 |
| HSL | 24.1º | 0.94% | 0.51% | - |
| HSV(B) | 24.1º | 0.94% | 0.97% | - |
| XYZ | 44.15 | 30.71 | 4.02 | - |
| YUV | 139.14 | 57.38 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 14 | 0 | 0.56 | 0.94 | 0.03 | 24.1 | 0.94 | 0.51 |
| Hex | F8 | 6C | E | 0 | 38 | 5E | 3 | 18 | 5E | 33 |
| Octal | 370 | 154 | 16 | 0 | 70 | 136 | 3 | 30 | 136 | 63 |
| Binary | 11111000 | 1101100 | 1110 | 0 | 111000 | 1011110 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F86C0E
Complementary color
Monochromatic Colors of #F86C0E
Black with #F86C0E
Text Example
Text Example
White with #F86C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C0E; }
p { color: rgb(248,108,14); }
H1.HeaderClassName
{
color: #F86C0E;
}
.AnyTagClassName
{
color: #F86C0E;
}
</style>
background-color css
<style>
a { background-color: #F86C0E; }
a { background-color: rgb(248,108,14); }
div.DivClassName
{
background-color: #F86C0E;
}
.BgClassName
{
background-color: #F86C0E;
}
</style>
border-color css
<style>
span { border-color: #F86C0E; }
span { border-color: rgb(248,108,14); }
td.TdClassName
{
border-color: #F86C0E;
}
.TagClassName
{
border-color: #F86C0E;
}
</style>