Shades of Pumpkin #F67314
Tints of Pumpkin #F67314
RGB
CMYK
RGB Variations
Color information
#F67314 (or 0xF67314) is known color: Pumpkin. HEX triplet: F6, 73 and 14. RGB value is (246,115,20). Sum of RGB (Red+Green+Blue) = 246+115+20=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F67314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67314 is #098CEB. Grayscale: #8F8F8F. Windows color (decimal): -625900 or 1340406. OLE color: 1340406.
HSL color Cylindrical-coordinate representation of color #F67314: hue angle of 25.22º 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 #F67314 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 20 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.04 |
| HSL | 25.22º | 0.93% | 0.52% | - |
| HSV(B) | 25.22º | 0.92% | 0.96% | - |
| XYZ | 44.26 | 31.9 | 4.49 | - |
| YUV | 143.34 | 58.4 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 20 | 0 | 0.53 | 0.92 | 0.04 | 25.22 | 0.93 | 0.52 |
| Hex | F6 | 73 | 14 | 0 | 35 | 5C | 4 | 19 | 5D | 34 |
| Octal | 366 | 163 | 24 | 0 | 65 | 134 | 4 | 31 | 135 | 64 |
| Binary | 11110110 | 1110011 | 10100 | 0 | 110101 | 1011100 | 100 | 11001 | 1011101 | 110100 |
Color Harmonies of #F67314
Complementary color
Monochromatic Colors of #F67314
Black with #F67314
Text Example
Text Example
White with #F67314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67314; }
p { color: rgb(246,115,20); }
H1.HeaderClassName
{
color: #F67314;
}
.AnyTagClassName
{
color: #F67314;
}
</style>
background-color css
<style>
a { background-color: #F67314; }
a { background-color: rgb(246,115,20); }
div.DivClassName
{
background-color: #F67314;
}
.BgClassName
{
background-color: #F67314;
}
</style>
border-color css
<style>
span { border-color: #F67314; }
span { border-color: rgb(246,115,20); }
td.TdClassName
{
border-color: #F67314;
}
.TagClassName
{
border-color: #F67314;
}
</style>