Shades of Pumpkin #F86F1C
Tints of Pumpkin #F86F1C
RGB
CMYK
RGB Variations
Color information
#F86F1C (or 0xF86F1C) is known color: Pumpkin. HEX triplet: F8, 6F and 1C. RGB value is (248,111,28). Sum of RGB (Red+Green+Blue) = 248+111+28=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F1C is #0790E3. Grayscale: #8E8E8E. Windows color (decimal): -495844 or 1863672. OLE color: 1863672.
HSL color Cylindrical-coordinate representation of color #F86F1C: hue angle of 22.64º 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 #F86F1C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.03 |
| HSL | 22.64º | 0.94% | 0.54% | - |
| HSV(B) | 22.64º | 0.89% | 0.97% | - |
| XYZ | 44.61 | 31.41 | 4.81 | - |
| YUV | 142.5 | 63.39 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 28 | 0 | 0.55 | 0.89 | 0.03 | 22.64 | 0.94 | 0.54 |
| Hex | F8 | 6F | 1C | 0 | 37 | 59 | 3 | 17 | 5E | 36 |
| Octal | 370 | 157 | 34 | 0 | 67 | 131 | 3 | 27 | 136 | 66 |
| Binary | 11111000 | 1101111 | 11100 | 0 | 110111 | 1011001 | 11 | 10111 | 1011110 | 110110 |
Color Harmonies of #F86F1C
Complementary color
Monochromatic Colors of #F86F1C
Black with #F86F1C
Text Example
Text Example
White with #F86F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F1C; }
p { color: rgb(248,111,28); }
H1.HeaderClassName
{
color: #F86F1C;
}
.AnyTagClassName
{
color: #F86F1C;
}
</style>
background-color css
<style>
a { background-color: #F86F1C; }
a { background-color: rgb(248,111,28); }
div.DivClassName
{
background-color: #F86F1C;
}
.BgClassName
{
background-color: #F86F1C;
}
</style>
border-color css
<style>
span { border-color: #F86F1C; }
span { border-color: rgb(248,111,28); }
td.TdClassName
{
border-color: #F86F1C;
}
.TagClassName
{
border-color: #F86F1C;
}
</style>