Shades of Pumpkin #F6770F
Tints of Pumpkin #F6770F
RGB
CMYK
RGB Variations
Color information
#F6770F (or 0xF6770F) is known color: Pumpkin. HEX triplet: F6, 77 and 0F. RGB value is (246,119,15). Sum of RGB (Red+Green+Blue) = 246+119+15=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F6770F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6770F is #0988F0. Grayscale: #919191. Windows color (decimal): -624881 or 1013750. OLE color: 1013750.
HSL color Cylindrical-coordinate representation of color #F6770F: hue angle of 27.01º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6770F is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 15 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.04 |
| HSL | 27.01º | 0.93% | 0.51% | - |
| HSV(B) | 27.01º | 0.94% | 0.96% | - |
| XYZ | 44.69 | 32.82 | 4.43 | - |
| YUV | 145.12 | 54.58 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 15 | 0 | 0.52 | 0.94 | 0.04 | 27.01 | 0.93 | 0.51 |
| Hex | F6 | 77 | F | 0 | 34 | 5E | 4 | 1B | 5D | 33 |
| Octal | 366 | 167 | 17 | 0 | 64 | 136 | 4 | 33 | 135 | 63 |
| Binary | 11110110 | 1110111 | 1111 | 0 | 110100 | 1011110 | 100 | 11011 | 1011101 | 110011 |
Color Harmonies of #F6770F
Complementary color
Monochromatic Colors of #F6770F
Black with #F6770F
Text Example
Text Example
White with #F6770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6770F; }
p { color: rgb(246,119,15); }
H1.HeaderClassName
{
color: #F6770F;
}
.AnyTagClassName
{
color: #F6770F;
}
</style>
background-color css
<style>
a { background-color: #F6770F; }
a { background-color: rgb(246,119,15); }
div.DivClassName
{
background-color: #F6770F;
}
.BgClassName
{
background-color: #F6770F;
}
</style>
border-color css
<style>
span { border-color: #F6770F; }
span { border-color: rgb(246,119,15); }
td.TdClassName
{
border-color: #F6770F;
}
.TagClassName
{
border-color: #F6770F;
}
</style>