Shades of Pumpkin #F86D20
Tints of Pumpkin #F86D20
RGB
CMYK
RGB Variations
Color information
#F86D20 (or 0xF86D20) is known color: Pumpkin. HEX triplet: F8, 6D and 20. RGB value is (248,109,32). Sum of RGB (Red+Green+Blue) = 248+109+32=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D20 is #0792DF. Grayscale: #8E8E8E. Windows color (decimal): -496352 or 2125304. OLE color: 2125304.
HSL color Cylindrical-coordinate representation of color #F86D20: hue angle of 21.39º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F86D20 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.03 |
| HSL | 21.39º | 0.94% | 0.55% | - |
| HSV(B) | 21.39º | 0.87% | 0.97% | - |
| XYZ | 44.44 | 31 | 5.01 | - |
| YUV | 141.78 | 66.05 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 32 | 0 | 0.56 | 0.87 | 0.03 | 21.39 | 0.94 | 0.55 |
| Hex | F8 | 6D | 20 | 0 | 38 | 57 | 3 | 15 | 5E | 37 |
| Octal | 370 | 155 | 40 | 0 | 70 | 127 | 3 | 25 | 136 | 67 |
| Binary | 11111000 | 1101101 | 100000 | 0 | 111000 | 1010111 | 11 | 10101 | 1011110 | 110111 |
Color Harmonies of #F86D20
Complementary color
Monochromatic Colors of #F86D20
Black with #F86D20
Text Example
Text Example
White with #F86D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D20; }
p { color: rgb(248,109,32); }
H1.HeaderClassName
{
color: #F86D20;
}
.AnyTagClassName
{
color: #F86D20;
}
</style>
background-color css
<style>
a { background-color: #F86D20; }
a { background-color: rgb(248,109,32); }
div.DivClassName
{
background-color: #F86D20;
}
.BgClassName
{
background-color: #F86D20;
}
</style>
border-color css
<style>
span { border-color: #F86D20; }
span { border-color: rgb(248,109,32); }
td.TdClassName
{
border-color: #F86D20;
}
.TagClassName
{
border-color: #F86D20;
}
</style>