Shades of Pumpkin #F68217
Tints of Pumpkin #F68217
RGB
CMYK
RGB Variations
Color information
#F68217 (or 0xF68217) is known color: Pumpkin. HEX triplet: F6, 82 and 17. RGB value is (246,130,23). Sum of RGB (Red+Green+Blue) = 246+130+23=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F68217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68217 is #097DE8. Grayscale: #999999. Windows color (decimal): -622057 or 1540854. OLE color: 1540854.
HSL color Cylindrical-coordinate representation of color #F68217: hue angle of 28.79º 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 #F68217 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 23 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.04 |
| HSL | 28.79º | 0.93% | 0.53% | - |
| HSV(B) | 28.79º | 0.91% | 0.96% | - |
| XYZ | 46.14 | 35.62 | 5.25 | - |
| YUV | 152.49 | 54.93 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 23 | 0 | 0.47 | 0.91 | 0.04 | 28.79 | 0.93 | 0.53 |
| Hex | F6 | 82 | 17 | 0 | 2F | 5B | 4 | 1D | 5D | 35 |
| Octal | 366 | 202 | 27 | 0 | 57 | 133 | 4 | 35 | 135 | 65 |
| Binary | 11110110 | 10000010 | 10111 | 0 | 101111 | 1011011 | 100 | 11101 | 1011101 | 110101 |
Color Harmonies of #F68217
Complementary color
Monochromatic Colors of #F68217
Black with #F68217
Text Example
Text Example
White with #F68217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68217; }
p { color: rgb(246,130,23); }
H1.HeaderClassName
{
color: #F68217;
}
.AnyTagClassName
{
color: #F68217;
}
</style>
background-color css
<style>
a { background-color: #F68217; }
a { background-color: rgb(246,130,23); }
div.DivClassName
{
background-color: #F68217;
}
.BgClassName
{
background-color: #F68217;
}
</style>
border-color css
<style>
span { border-color: #F68217; }
span { border-color: rgb(246,130,23); }
td.TdClassName
{
border-color: #F68217;
}
.TagClassName
{
border-color: #F68217;
}
</style>