Shades of Pumpkin #F67E14
Tints of Pumpkin #F67E14
RGB
CMYK
RGB Variations
Color information
#F67E14 (or 0xF67E14) is known color: Pumpkin. HEX triplet: F6, 7E and 14. RGB value is (246,126,20). Sum of RGB (Red+Green+Blue) = 246+126+20=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67E14 is #0981EB. Grayscale: #969696. Windows color (decimal): -623084 or 1343222. OLE color: 1343222.
HSL color Cylindrical-coordinate representation of color #F67E14: hue angle of 28.14º 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 #F67E14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 20 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.04 |
| HSL | 28.14º | 0.93% | 0.52% | - |
| HSV(B) | 28.14º | 0.92% | 0.96% | - |
| XYZ | 45.59 | 34.57 | 4.93 | - |
| YUV | 149.8 | 54.76 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 20 | 0 | 0.49 | 0.92 | 0.04 | 28.14 | 0.93 | 0.52 |
| Hex | F6 | 7E | 14 | 0 | 31 | 5C | 4 | 1C | 5D | 34 |
| Octal | 366 | 176 | 24 | 0 | 61 | 134 | 4 | 34 | 135 | 64 |
| Binary | 11110110 | 1111110 | 10100 | 0 | 110001 | 1011100 | 100 | 11100 | 1011101 | 110100 |
Color Harmonies of #F67E14
Complementary color
Monochromatic Colors of #F67E14
Black with #F67E14
Text Example
Text Example
White with #F67E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E14; }
p { color: rgb(246,126,20); }
H1.HeaderClassName
{
color: #F67E14;
}
.AnyTagClassName
{
color: #F67E14;
}
</style>
background-color css
<style>
a { background-color: #F67E14; }
a { background-color: rgb(246,126,20); }
div.DivClassName
{
background-color: #F67E14;
}
.BgClassName
{
background-color: #F67E14;
}
</style>
border-color css
<style>
span { border-color: #F67E14; }
span { border-color: rgb(246,126,20); }
td.TdClassName
{
border-color: #F67E14;
}
.TagClassName
{
border-color: #F67E14;
}
</style>