Shades of Pumpkin #F6770D
Tints of Pumpkin #F6770D
RGB
CMYK
RGB Variations
Color information
#F6770D (or 0xF6770D) is known color: Pumpkin. HEX triplet: F6, 77 and 0D. RGB value is (246,119,13). Sum of RGB (Red+Green+Blue) = 246+119+13=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F6770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6770D is #0988F2. Grayscale: #919191. Windows color (decimal): -624883 or 882678. OLE color: 882678.
HSL color Cylindrical-coordinate representation of color #F6770D: hue angle of 27.3º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6770D is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 13 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.04 |
| HSL | 27.3º | 0.93% | 0.51% | - |
| HSV(B) | 27.3º | 0.95% | 0.96% | - |
| XYZ | 44.68 | 32.82 | 4.36 | - |
| YUV | 144.89 | 53.58 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 13 | 0 | 0.52 | 0.95 | 0.04 | 27.3 | 0.93 | 0.51 |
| Hex | F6 | 77 | D | 0 | 34 | 5F | 4 | 1B | 5D | 33 |
| Octal | 366 | 167 | 15 | 0 | 64 | 137 | 4 | 33 | 135 | 63 |
| Binary | 11110110 | 1110111 | 1101 | 0 | 110100 | 1011111 | 100 | 11011 | 1011101 | 110011 |
Color Harmonies of #F6770D
Complementary color
Monochromatic Colors of #F6770D
Black with #F6770D
Text Example
Text Example
White with #F6770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6770D; }
p { color: rgb(246,119,13); }
H1.HeaderClassName
{
color: #F6770D;
}
.AnyTagClassName
{
color: #F6770D;
}
</style>
background-color css
<style>
a { background-color: #F6770D; }
a { background-color: rgb(246,119,13); }
div.DivClassName
{
background-color: #F6770D;
}
.BgClassName
{
background-color: #F6770D;
}
</style>
border-color css
<style>
span { border-color: #F6770D; }
span { border-color: rgb(246,119,13); }
td.TdClassName
{
border-color: #F6770D;
}
.TagClassName
{
border-color: #F6770D;
}
</style>