Shades of Pumpkin #F86115
Tints of Pumpkin #F86115
RGB
CMYK
RGB Variations
Color information
#F86115 (or 0xF86115) is known color: Pumpkin. HEX triplet: F8, 61 and 15. RGB value is (248,97,21). Sum of RGB (Red+Green+Blue) = 248+97+21=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F86115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86115 is #079EEA. Grayscale: #858585. Windows color (decimal): -499435 or 1401336. OLE color: 1401336.
HSL color Cylindrical-coordinate representation of color #F86115: hue angle of 20.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F86115 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 21 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.03 |
| HSL | 20.09º | 0.94% | 0.53% | - |
| HSV(B) | 20.09º | 0.92% | 0.97% | - |
| XYZ | 43.12 | 28.56 | 3.95 | - |
| YUV | 133.49 | 64.53 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 21 | 0 | 0.61 | 0.92 | 0.03 | 20.09 | 0.94 | 0.53 |
| Hex | F8 | 61 | 15 | 0 | 3D | 5C | 3 | 14 | 5E | 35 |
| Octal | 370 | 141 | 25 | 0 | 75 | 134 | 3 | 24 | 136 | 65 |
| Binary | 11111000 | 1100001 | 10101 | 0 | 111101 | 1011100 | 11 | 10100 | 1011110 | 110101 |
Color Harmonies of #F86115
Complementary color
Monochromatic Colors of #F86115
Black with #F86115
Text Example
Text Example
White with #F86115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86115; }
p { color: rgb(248,97,21); }
H1.HeaderClassName
{
color: #F86115;
}
.AnyTagClassName
{
color: #F86115;
}
</style>
background-color css
<style>
a { background-color: #F86115; }
a { background-color: rgb(248,97,21); }
div.DivClassName
{
background-color: #F86115;
}
.BgClassName
{
background-color: #F86115;
}
</style>
border-color css
<style>
span { border-color: #F86115; }
span { border-color: rgb(248,97,21); }
td.TdClassName
{
border-color: #F86115;
}
.TagClassName
{
border-color: #F86115;
}
</style>