Shades of Pumpkin #F6731D
Tints of Pumpkin #F6731D
RGB
CMYK
RGB Variations
Color information
#F6731D (or 0xF6731D) is known color: Pumpkin. HEX triplet: F6, 73 and 1D. RGB value is (246,115,29). Sum of RGB (Red+Green+Blue) = 246+115+29=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6731D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6731D is #098CE2. Grayscale: #909090. Windows color (decimal): -625891 or 1930230. OLE color: 1930230.
HSL color Cylindrical-coordinate representation of color #F6731D: hue angle of 23.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6731D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.04 |
| HSL | 23.78º | 0.92% | 0.54% | - |
| HSV(B) | 23.78º | 0.88% | 0.96% | - |
| XYZ | 44.36 | 31.94 | 4.99 | - |
| YUV | 144.37 | 62.9 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 29 | 0 | 0.53 | 0.88 | 0.04 | 23.78 | 0.92 | 0.54 |
| Hex | F6 | 73 | 1D | 0 | 35 | 58 | 4 | 18 | 5C | 36 |
| Octal | 366 | 163 | 35 | 0 | 65 | 130 | 4 | 30 | 134 | 66 |
| Binary | 11110110 | 1110011 | 11101 | 0 | 110101 | 1011000 | 100 | 11000 | 1011100 | 110110 |
Color Harmonies of #F6731D
Complementary color
Monochromatic Colors of #F6731D
Black with #F6731D
Text Example
Text Example
White with #F6731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6731D; }
p { color: rgb(246,115,29); }
H1.HeaderClassName
{
color: #F6731D;
}
.AnyTagClassName
{
color: #F6731D;
}
</style>
background-color css
<style>
a { background-color: #F6731D; }
a { background-color: rgb(246,115,29); }
div.DivClassName
{
background-color: #F6731D;
}
.BgClassName
{
background-color: #F6731D;
}
</style>
border-color css
<style>
span { border-color: #F6731D; }
span { border-color: rgb(246,115,29); }
td.TdClassName
{
border-color: #F6731D;
}
.TagClassName
{
border-color: #F6731D;
}
</style>