Shades of Pumpkin #F6730C
Tints of Pumpkin #F6730C
RGB
CMYK
RGB Variations
Color information
#F6730C (or 0xF6730C) is known color: Pumpkin. HEX triplet: F6, 73 and 0C. RGB value is (246,115,12). Sum of RGB (Red+Green+Blue) = 246+115+12=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6730C is #098CF3. Grayscale: #8E8E8E. Windows color (decimal): -625908 or 816118. OLE color: 816118.
HSL color Cylindrical-coordinate representation of color #F6730C: hue angle of 26.41º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6730C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.04 |
| HSL | 26.41º | 0.93% | 0.51% | - |
| HSV(B) | 26.41º | 0.95% | 0.96% | - |
| XYZ | 44.2 | 31.88 | 4.17 | - |
| YUV | 142.43 | 54.4 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 12 | 0 | 0.53 | 0.95 | 0.04 | 26.41 | 0.93 | 0.51 |
| Hex | F6 | 73 | C | 0 | 35 | 5F | 4 | 1A | 5D | 33 |
| Octal | 366 | 163 | 14 | 0 | 65 | 137 | 4 | 32 | 135 | 63 |
| Binary | 11110110 | 1110011 | 1100 | 0 | 110101 | 1011111 | 100 | 11010 | 1011101 | 110011 |
Color Harmonies of #F6730C
Complementary color
Monochromatic Colors of #F6730C
Black with #F6730C
Text Example
Text Example
White with #F6730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6730C; }
p { color: rgb(246,115,12); }
H1.HeaderClassName
{
color: #F6730C;
}
.AnyTagClassName
{
color: #F6730C;
}
</style>
background-color css
<style>
a { background-color: #F6730C; }
a { background-color: rgb(246,115,12); }
div.DivClassName
{
background-color: #F6730C;
}
.BgClassName
{
background-color: #F6730C;
}
</style>
border-color css
<style>
span { border-color: #F6730C; }
span { border-color: rgb(246,115,12); }
td.TdClassName
{
border-color: #F6730C;
}
.TagClassName
{
border-color: #F6730C;
}
</style>