Shades of Pumpkin #F67615
Tints of Pumpkin #F67615
RGB
CMYK
RGB Variations
Color information
#F67615 (or 0xF67615) is known color: Pumpkin. HEX triplet: F6, 76 and 15. RGB value is (246,118,21). Sum of RGB (Red+Green+Blue) = 246+118+21=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F67615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67615 is #0989EA. Grayscale: #919191. Windows color (decimal): -625131 or 1406710. OLE color: 1406710.
HSL color Cylindrical-coordinate representation of color #F67615: hue angle of 25.87º 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 #F67615 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 21 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.04 |
| HSL | 25.87º | 0.93% | 0.52% | - |
| HSV(B) | 25.87º | 0.91% | 0.96% | - |
| XYZ | 44.62 | 32.6 | 4.65 | - |
| YUV | 145.21 | 57.91 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 21 | 0 | 0.52 | 0.91 | 0.04 | 25.87 | 0.93 | 0.52 |
| Hex | F6 | 76 | 15 | 0 | 34 | 5B | 4 | 1A | 5D | 34 |
| Octal | 366 | 166 | 25 | 0 | 64 | 133 | 4 | 32 | 135 | 64 |
| Binary | 11110110 | 1110110 | 10101 | 0 | 110100 | 1011011 | 100 | 11010 | 1011101 | 110100 |
Color Harmonies of #F67615
Complementary color
Monochromatic Colors of #F67615
Black with #F67615
Text Example
Text Example
White with #F67615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67615; }
p { color: rgb(246,118,21); }
H1.HeaderClassName
{
color: #F67615;
}
.AnyTagClassName
{
color: #F67615;
}
</style>
background-color css
<style>
a { background-color: #F67615; }
a { background-color: rgb(246,118,21); }
div.DivClassName
{
background-color: #F67615;
}
.BgClassName
{
background-color: #F67615;
}
</style>
border-color css
<style>
span { border-color: #F67615; }
span { border-color: rgb(246,118,21); }
td.TdClassName
{
border-color: #F67615;
}
.TagClassName
{
border-color: #F67615;
}
</style>