Shades of Pumpkin #F68416
Tints of Pumpkin #F68416
RGB
CMYK
RGB Variations
Color information
#F68416 (or 0xF68416) is known color: Pumpkin. HEX triplet: F6, 84 and 16. RGB value is (246,132,22). Sum of RGB (Red+Green+Blue) = 246+132+22=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F68416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68416 is #097BE9. Grayscale: #9A9A9A. Windows color (decimal): -621546 or 1475830. OLE color: 1475830.
HSL color Cylindrical-coordinate representation of color #F68416: hue angle of 29.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F68416 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 22 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.04 |
| HSL | 29.46º | 0.93% | 0.53% | - |
| HSV(B) | 29.46º | 0.91% | 0.96% | - |
| XYZ | 46.4 | 36.15 | 5.29 | - |
| YUV | 153.55 | 53.77 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 22 | 0 | 0.46 | 0.91 | 0.04 | 29.46 | 0.93 | 0.53 |
| Hex | F6 | 84 | 16 | 0 | 2E | 5B | 4 | 1D | 5D | 35 |
| Octal | 366 | 204 | 26 | 0 | 56 | 133 | 4 | 35 | 135 | 65 |
| Binary | 11110110 | 10000100 | 10110 | 0 | 101110 | 1011011 | 100 | 11101 | 1011101 | 110101 |
Color Harmonies of #F68416
Complementary color
Monochromatic Colors of #F68416
Black with #F68416
Text Example
Text Example
White with #F68416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68416; }
p { color: rgb(246,132,22); }
H1.HeaderClassName
{
color: #F68416;
}
.AnyTagClassName
{
color: #F68416;
}
</style>
background-color css
<style>
a { background-color: #F68416; }
a { background-color: rgb(246,132,22); }
div.DivClassName
{
background-color: #F68416;
}
.BgClassName
{
background-color: #F68416;
}
</style>
border-color css
<style>
span { border-color: #F68416; }
span { border-color: rgb(246,132,22); }
td.TdClassName
{
border-color: #F68416;
}
.TagClassName
{
border-color: #F68416;
}
</style>