Shades of Pumpkin #F6730A
Tints of Pumpkin #F6730A
RGB
CMYK
RGB Variations
Color information
#F6730A (or 0xF6730A) is known color: Pumpkin. HEX triplet: F6, 73 and 0A. RGB value is (246,115,10). Sum of RGB (Red+Green+Blue) = 246+115+10=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6730A is #098CF5. Grayscale: #8E8E8E. Windows color (decimal): -625910 or 685046. OLE color: 685046.
HSL color Cylindrical-coordinate representation of color #F6730A: hue angle of 26.69º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6730A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.04 |
| HSL | 26.69º | 0.93% | 0.5% | - |
| HSV(B) | 26.69º | 0.96% | 0.96% | - |
| XYZ | 44.19 | 31.88 | 4.11 | - |
| YUV | 142.2 | 53.4 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 10 | 0 | 0.53 | 0.96 | 0.04 | 26.69 | 0.93 | 0.5 |
| Hex | F6 | 73 | A | 0 | 35 | 60 | 4 | 1B | 5D | 32 |
| Octal | 366 | 163 | 12 | 0 | 65 | 140 | 4 | 33 | 135 | 62 |
| Binary | 11110110 | 1110011 | 1010 | 0 | 110101 | 1100000 | 100 | 11011 | 1011101 | 110010 |
Color Harmonies of #F6730A
Complementary color
Monochromatic Colors of #F6730A
Black with #F6730A
Text Example
Text Example
White with #F6730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6730A; }
p { color: rgb(246,115,10); }
H1.HeaderClassName
{
color: #F6730A;
}
.AnyTagClassName
{
color: #F6730A;
}
</style>
background-color css
<style>
a { background-color: #F6730A; }
a { background-color: rgb(246,115,10); }
div.DivClassName
{
background-color: #F6730A;
}
.BgClassName
{
background-color: #F6730A;
}
</style>
border-color css
<style>
span { border-color: #F6730A; }
span { border-color: rgb(246,115,10); }
td.TdClassName
{
border-color: #F6730A;
}
.TagClassName
{
border-color: #F6730A;
}
</style>