Shades of Pumpkin #F6761C
Tints of Pumpkin #F6761C
RGB
CMYK
RGB Variations
Color information
#F6761C (or 0xF6761C) is known color: Pumpkin. HEX triplet: F6, 76 and 1C. RGB value is (246,118,28). Sum of RGB (Red+Green+Blue) = 246+118+28=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F6761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6761C is #0989E3. Grayscale: #929292. Windows color (decimal): -625124 or 1865462. OLE color: 1865462.
HSL color Cylindrical-coordinate representation of color #F6761C: hue angle of 24.77º 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 #F6761C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 28 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.04 |
| HSL | 24.77º | 0.92% | 0.54% | - |
| HSV(B) | 24.77º | 0.89% | 0.96% | - |
| XYZ | 44.69 | 32.63 | 5.04 | - |
| YUV | 146.01 | 61.41 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 28 | 0 | 0.52 | 0.89 | 0.04 | 24.77 | 0.92 | 0.54 |
| Hex | F6 | 76 | 1C | 0 | 34 | 59 | 4 | 19 | 5C | 36 |
| Octal | 366 | 166 | 34 | 0 | 64 | 131 | 4 | 31 | 134 | 66 |
| Binary | 11110110 | 1110110 | 11100 | 0 | 110100 | 1011001 | 100 | 11001 | 1011100 | 110110 |
Color Harmonies of #F6761C
Complementary color
Monochromatic Colors of #F6761C
Black with #F6761C
Text Example
Text Example
White with #F6761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6761C; }
p { color: rgb(246,118,28); }
H1.HeaderClassName
{
color: #F6761C;
}
.AnyTagClassName
{
color: #F6761C;
}
</style>
background-color css
<style>
a { background-color: #F6761C; }
a { background-color: rgb(246,118,28); }
div.DivClassName
{
background-color: #F6761C;
}
.BgClassName
{
background-color: #F6761C;
}
</style>
border-color css
<style>
span { border-color: #F6761C; }
span { border-color: rgb(246,118,28); }
td.TdClassName
{
border-color: #F6761C;
}
.TagClassName
{
border-color: #F6761C;
}
</style>