Shades of Pumpkin #F68418
Tints of Pumpkin #F68418
RGB
CMYK
RGB Variations
Color information
#F68418 (or 0xF68418) is known color: Pumpkin. HEX triplet: F6, 84 and 18. RGB value is (246,132,24). Sum of RGB (Red+Green+Blue) = 246+132+24=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F68418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68418 is #097BE7. Grayscale: #9A9A9A. Windows color (decimal): -621544 or 1606902. OLE color: 1606902.
HSL color Cylindrical-coordinate representation of color #F68418: hue angle of 29.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F68418 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 24 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.04 |
| HSL | 29.19º | 0.93% | 0.53% | - |
| HSV(B) | 29.19º | 0.9% | 0.96% | - |
| XYZ | 46.42 | 36.16 | 5.4 | - |
| YUV | 153.77 | 54.77 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 24 | 0 | 0.46 | 0.90 | 0.04 | 29.19 | 0.93 | 0.53 |
| Hex | F6 | 84 | 18 | 0 | 2E | 5A | 4 | 1D | 5C | 35 |
| Octal | 366 | 204 | 30 | 0 | 56 | 132 | 4 | 35 | 134 | 65 |
| Binary | 11110110 | 10000100 | 11000 | 0 | 101110 | 1011010 | 100 | 11101 | 1011100 | 110101 |
Color Harmonies of #F68418
Complementary color
Monochromatic Colors of #F68418
Black with #F68418
Text Example
Text Example
White with #F68418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68418; }
p { color: rgb(246,132,24); }
H1.HeaderClassName
{
color: #F68418;
}
.AnyTagClassName
{
color: #F68418;
}
</style>
background-color css
<style>
a { background-color: #F68418; }
a { background-color: rgb(246,132,24); }
div.DivClassName
{
background-color: #F68418;
}
.BgClassName
{
background-color: #F68418;
}
</style>
border-color css
<style>
span { border-color: #F68418; }
span { border-color: rgb(246,132,24); }
td.TdClassName
{
border-color: #F68418;
}
.TagClassName
{
border-color: #F68418;
}
</style>