Shades of Pumpkin #F66313
Tints of Pumpkin #F66313
RGB
CMYK
RGB Variations
Color information
#F66313 (or 0xF66313) is known color: Pumpkin. HEX triplet: F6, 63 and 13. RGB value is (246,99,19). Sum of RGB (Red+Green+Blue) = 246+99+19=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F66313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66313 is #099CEC. Grayscale: #868686. Windows color (decimal): -629997 or 1270774. OLE color: 1270774.
HSL color Cylindrical-coordinate representation of color #F66313: hue angle of 21.15º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F66313 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.04 |
| HSL | 21.15º | 0.93% | 0.52% | - |
| HSV(B) | 21.15º | 0.92% | 0.96% | - |
| XYZ | 42.59 | 28.56 | 3.88 | - |
| YUV | 133.83 | 63.2 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 19 | 0 | 0.60 | 0.92 | 0.04 | 21.15 | 0.93 | 0.52 |
| Hex | F6 | 63 | 13 | 0 | 3C | 5C | 4 | 15 | 5D | 34 |
| Octal | 366 | 143 | 23 | 0 | 74 | 134 | 4 | 25 | 135 | 64 |
| Binary | 11110110 | 1100011 | 10011 | 0 | 111100 | 1011100 | 100 | 10101 | 1011101 | 110100 |
Color Harmonies of #F66313
Complementary color
Monochromatic Colors of #F66313
Black with #F66313
Text Example
Text Example
White with #F66313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66313; }
p { color: rgb(246,99,19); }
H1.HeaderClassName
{
color: #F66313;
}
.AnyTagClassName
{
color: #F66313;
}
</style>
background-color css
<style>
a { background-color: #F66313; }
a { background-color: rgb(246,99,19); }
div.DivClassName
{
background-color: #F66313;
}
.BgClassName
{
background-color: #F66313;
}
</style>
border-color css
<style>
span { border-color: #F66313; }
span { border-color: rgb(246,99,19); }
td.TdClassName
{
border-color: #F66313;
}
.TagClassName
{
border-color: #F66313;
}
</style>