Shades of Pumpkin #F6761A
Tints of Pumpkin #F6761A
RGB
CMYK
RGB Variations
Color information
#F6761A (or 0xF6761A) is known color: Pumpkin. HEX triplet: F6, 76 and 1A. RGB value is (246,118,26). Sum of RGB (Red+Green+Blue) = 246+118+26=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6761A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6761A is #0989E5. Grayscale: #929292. Windows color (decimal): -625126 or 1734390. OLE color: 1734390.
HSL color Cylindrical-coordinate representation of color #F6761A: hue angle of 25.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6761A is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 26 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.04 |
| HSL | 25.09º | 0.92% | 0.53% | - |
| HSV(B) | 25.09º | 0.89% | 0.96% | - |
| XYZ | 44.67 | 32.62 | 4.92 | - |
| YUV | 145.78 | 60.41 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 26 | 0 | 0.52 | 0.89 | 0.04 | 25.09 | 0.92 | 0.53 |
| Hex | F6 | 76 | 1A | 0 | 34 | 59 | 4 | 19 | 5C | 35 |
| Octal | 366 | 166 | 32 | 0 | 64 | 131 | 4 | 31 | 134 | 65 |
| Binary | 11110110 | 1110110 | 11010 | 0 | 110100 | 1011001 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F6761A
Complementary color
Monochromatic Colors of #F6761A
Black with #F6761A
Text Example
Text Example
White with #F6761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6761A; }
p { color: rgb(246,118,26); }
H1.HeaderClassName
{
color: #F6761A;
}
.AnyTagClassName
{
color: #F6761A;
}
</style>
background-color css
<style>
a { background-color: #F6761A; }
a { background-color: rgb(246,118,26); }
div.DivClassName
{
background-color: #F6761A;
}
.BgClassName
{
background-color: #F6761A;
}
</style>
border-color css
<style>
span { border-color: #F6761A; }
span { border-color: rgb(246,118,26); }
td.TdClassName
{
border-color: #F6761A;
}
.TagClassName
{
border-color: #F6761A;
}
</style>