Shades of Pumpkin #F68314
Tints of Pumpkin #F68314
RGB
CMYK
RGB Variations
Color information
#F68314 (or 0xF68314) is known color: Pumpkin. HEX triplet: F6, 83 and 14. RGB value is (246,131,20). Sum of RGB (Red+Green+Blue) = 246+131+20=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F68314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68314 is #097CEB. Grayscale: #999999. Windows color (decimal): -621804 or 1344502. OLE color: 1344502.
HSL color Cylindrical-coordinate representation of color #F68314: hue angle of 29.47º 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 #F68314 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 20 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.04 |
| HSL | 29.47º | 0.93% | 0.52% | - |
| HSV(B) | 29.47º | 0.92% | 0.96% | - |
| XYZ | 46.25 | 35.88 | 5.15 | - |
| YUV | 152.73 | 53.1 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 20 | 0 | 0.47 | 0.92 | 0.04 | 29.47 | 0.93 | 0.52 |
| Hex | F6 | 83 | 14 | 0 | 2F | 5C | 4 | 1D | 5D | 34 |
| Octal | 366 | 203 | 24 | 0 | 57 | 134 | 4 | 35 | 135 | 64 |
| Binary | 11110110 | 10000011 | 10100 | 0 | 101111 | 1011100 | 100 | 11101 | 1011101 | 110100 |
Color Harmonies of #F68314
Complementary color
Monochromatic Colors of #F68314
Black with #F68314
Text Example
Text Example
White with #F68314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68314; }
p { color: rgb(246,131,20); }
H1.HeaderClassName
{
color: #F68314;
}
.AnyTagClassName
{
color: #F68314;
}
</style>
background-color css
<style>
a { background-color: #F68314; }
a { background-color: rgb(246,131,20); }
div.DivClassName
{
background-color: #F68314;
}
.BgClassName
{
background-color: #F68314;
}
</style>
border-color css
<style>
span { border-color: #F68314; }
span { border-color: rgb(246,131,20); }
td.TdClassName
{
border-color: #F68314;
}
.TagClassName
{
border-color: #F68314;
}
</style>