Shades of Pumpkin #F68215
Tints of Pumpkin #F68215
RGB
CMYK
RGB Variations
Color information
#F68215 (or 0xF68215) is known color: Pumpkin. HEX triplet: F6, 82 and 15. RGB value is (246,130,21). Sum of RGB (Red+Green+Blue) = 246+130+21=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F68215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68215 is #097DEA. Grayscale: #989898. Windows color (decimal): -622059 or 1409782. OLE color: 1409782.
HSL color Cylindrical-coordinate representation of color #F68215: hue angle of 29.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F68215 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 21 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.04 |
| HSL | 29.07º | 0.93% | 0.52% | - |
| HSV(B) | 29.07º | 0.91% | 0.96% | - |
| XYZ | 46.12 | 35.61 | 5.15 | - |
| YUV | 152.26 | 53.93 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 21 | 0 | 0.47 | 0.91 | 0.04 | 29.07 | 0.93 | 0.52 |
| Hex | F6 | 82 | 15 | 0 | 2F | 5B | 4 | 1D | 5D | 34 |
| Octal | 366 | 202 | 25 | 0 | 57 | 133 | 4 | 35 | 135 | 64 |
| Binary | 11110110 | 10000010 | 10101 | 0 | 101111 | 1011011 | 100 | 11101 | 1011101 | 110100 |
Color Harmonies of #F68215
Complementary color
Monochromatic Colors of #F68215
Black with #F68215
Text Example
Text Example
White with #F68215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68215; }
p { color: rgb(246,130,21); }
H1.HeaderClassName
{
color: #F68215;
}
.AnyTagClassName
{
color: #F68215;
}
</style>
background-color css
<style>
a { background-color: #F68215; }
a { background-color: rgb(246,130,21); }
div.DivClassName
{
background-color: #F68215;
}
.BgClassName
{
background-color: #F68215;
}
</style>
border-color css
<style>
span { border-color: #F68215; }
span { border-color: rgb(246,130,21); }
td.TdClassName
{
border-color: #F68215;
}
.TagClassName
{
border-color: #F68215;
}
</style>