Shades of Pumpkin #F67113
Tints of Pumpkin #F67113
RGB
CMYK
RGB Variations
Color information
#F67113 (or 0xF67113) is known color: Pumpkin. HEX triplet: F6, 71 and 13. RGB value is (246,113,19). Sum of RGB (Red+Green+Blue) = 246+113+19=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F67113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67113 is #098EEC. Grayscale: #8E8E8E. Windows color (decimal): -626413 or 1274358. OLE color: 1274358.
HSL color Cylindrical-coordinate representation of color #F67113: hue angle of 24.85º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F67113 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 19 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.04 |
| HSL | 24.85º | 0.93% | 0.52% | - |
| HSV(B) | 24.85º | 0.92% | 0.96% | - |
| XYZ | 44.03 | 31.45 | 4.37 | - |
| YUV | 142.05 | 58.56 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 19 | 0 | 0.54 | 0.92 | 0.04 | 24.85 | 0.93 | 0.52 |
| Hex | F6 | 71 | 13 | 0 | 36 | 5C | 4 | 19 | 5D | 34 |
| Octal | 366 | 161 | 23 | 0 | 66 | 134 | 4 | 31 | 135 | 64 |
| Binary | 11110110 | 1110001 | 10011 | 0 | 110110 | 1011100 | 100 | 11001 | 1011101 | 110100 |
Color Harmonies of #F67113
Complementary color
Monochromatic Colors of #F67113
Black with #F67113
Text Example
Text Example
White with #F67113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67113; }
p { color: rgb(246,113,19); }
H1.HeaderClassName
{
color: #F67113;
}
.AnyTagClassName
{
color: #F67113;
}
</style>
background-color css
<style>
a { background-color: #F67113; }
a { background-color: rgb(246,113,19); }
div.DivClassName
{
background-color: #F67113;
}
.BgClassName
{
background-color: #F67113;
}
</style>
border-color css
<style>
span { border-color: #F67113; }
span { border-color: rgb(246,113,19); }
td.TdClassName
{
border-color: #F67113;
}
.TagClassName
{
border-color: #F67113;
}
</style>