Shades of Pumpkin #F6731B
Tints of Pumpkin #F6731B
RGB
CMYK
RGB Variations
Color information
#F6731B (or 0xF6731B) is known color: Pumpkin. HEX triplet: F6, 73 and 1B. RGB value is (246,115,27). Sum of RGB (Red+Green+Blue) = 246+115+27=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6731B is #098CE4. Grayscale: #909090. Windows color (decimal): -625893 or 1799158. OLE color: 1799158.
HSL color Cylindrical-coordinate representation of color #F6731B: hue angle of 24.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6731B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.04 |
| HSL | 24.11º | 0.92% | 0.54% | - |
| HSV(B) | 24.11º | 0.89% | 0.96% | - |
| XYZ | 44.33 | 31.93 | 4.86 | - |
| YUV | 144.14 | 61.9 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 27 | 0 | 0.53 | 0.89 | 0.04 | 24.11 | 0.92 | 0.54 |
| Hex | F6 | 73 | 1B | 0 | 35 | 59 | 4 | 18 | 5C | 36 |
| Octal | 366 | 163 | 33 | 0 | 65 | 131 | 4 | 30 | 134 | 66 |
| Binary | 11110110 | 1110011 | 11011 | 0 | 110101 | 1011001 | 100 | 11000 | 1011100 | 110110 |
Color Harmonies of #F6731B
Complementary color
Monochromatic Colors of #F6731B
Black with #F6731B
Text Example
Text Example
White with #F6731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6731B; }
p { color: rgb(246,115,27); }
H1.HeaderClassName
{
color: #F6731B;
}
.AnyTagClassName
{
color: #F6731B;
}
</style>
background-color css
<style>
a { background-color: #F6731B; }
a { background-color: rgb(246,115,27); }
div.DivClassName
{
background-color: #F6731B;
}
.BgClassName
{
background-color: #F6731B;
}
</style>
border-color css
<style>
span { border-color: #F6731B; }
span { border-color: rgb(246,115,27); }
td.TdClassName
{
border-color: #F6731B;
}
.TagClassName
{
border-color: #F6731B;
}
</style>