Shades of Pumpkin #F68214
Tints of Pumpkin #F68214
RGB
CMYK
RGB Variations
Color information
#F68214 (or 0xF68214) is known color: Pumpkin. HEX triplet: F6, 82 and 14. RGB value is (246,130,20). Sum of RGB (Red+Green+Blue) = 246+130+20=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F68214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68214 is #097DEB. Grayscale: #989898. Windows color (decimal): -622060 or 1344246. OLE color: 1344246.
HSL color Cylindrical-coordinate representation of color #F68214: hue angle of 29.2º 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 #F68214 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 20 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.04 |
| HSL | 29.2º | 0.93% | 0.52% | - |
| HSV(B) | 29.2º | 0.92% | 0.96% | - |
| XYZ | 46.11 | 35.61 | 5.1 | - |
| YUV | 152.14 | 53.43 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 20 | 0 | 0.47 | 0.92 | 0.04 | 29.2 | 0.93 | 0.52 |
| Hex | F6 | 82 | 14 | 0 | 2F | 5C | 4 | 1D | 5D | 34 |
| Octal | 366 | 202 | 24 | 0 | 57 | 134 | 4 | 35 | 135 | 64 |
| Binary | 11110110 | 10000010 | 10100 | 0 | 101111 | 1011100 | 100 | 11101 | 1011101 | 110100 |
Color Harmonies of #F68214
Complementary color
Monochromatic Colors of #F68214
Black with #F68214
Text Example
Text Example
White with #F68214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68214; }
p { color: rgb(246,130,20); }
H1.HeaderClassName
{
color: #F68214;
}
.AnyTagClassName
{
color: #F68214;
}
</style>
background-color css
<style>
a { background-color: #F68214; }
a { background-color: rgb(246,130,20); }
div.DivClassName
{
background-color: #F68214;
}
.BgClassName
{
background-color: #F68214;
}
</style>
border-color css
<style>
span { border-color: #F68214; }
span { border-color: rgb(246,130,20); }
td.TdClassName
{
border-color: #F68214;
}
.TagClassName
{
border-color: #F68214;
}
</style>