Shades of Pumpkin #F6740D
Tints of Pumpkin #F6740D
RGB
CMYK
RGB Variations
Color information
#F6740D (or 0xF6740D) is known color: Pumpkin. HEX triplet: F6, 74 and 0D. RGB value is (246,116,13). Sum of RGB (Red+Green+Blue) = 246+116+13=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6740D is #098BF2. Grayscale: #8F8F8F. Windows color (decimal): -625651 or 881910. OLE color: 881910.
HSL color Cylindrical-coordinate representation of color #F6740D: hue angle of 26.52º 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 #F6740D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.04 |
| HSL | 26.52º | 0.93% | 0.51% | - |
| HSV(B) | 26.52º | 0.95% | 0.96% | - |
| XYZ | 44.32 | 32.11 | 4.24 | - |
| YUV | 143.13 | 54.57 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 13 | 0 | 0.53 | 0.95 | 0.04 | 26.52 | 0.93 | 0.51 |
| Hex | F6 | 74 | D | 0 | 35 | 5F | 4 | 1B | 5D | 33 |
| Octal | 366 | 164 | 15 | 0 | 65 | 137 | 4 | 33 | 135 | 63 |
| Binary | 11110110 | 1110100 | 1101 | 0 | 110101 | 1011111 | 100 | 11011 | 1011101 | 110011 |
Color Harmonies of #F6740D
Complementary color
Monochromatic Colors of #F6740D
Black with #F6740D
Text Example
Text Example
White with #F6740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6740D; }
p { color: rgb(246,116,13); }
H1.HeaderClassName
{
color: #F6740D;
}
.AnyTagClassName
{
color: #F6740D;
}
</style>
background-color css
<style>
a { background-color: #F6740D; }
a { background-color: rgb(246,116,13); }
div.DivClassName
{
background-color: #F6740D;
}
.BgClassName
{
background-color: #F6740D;
}
</style>
border-color css
<style>
span { border-color: #F6740D; }
span { border-color: rgb(246,116,13); }
td.TdClassName
{
border-color: #F6740D;
}
.TagClassName
{
border-color: #F6740D;
}
</style>