Shades of Pumpkin #F68218
Tints of Pumpkin #F68218
RGB
CMYK
RGB Variations
Color information
#F68218 (or 0xF68218) is known color: Pumpkin. HEX triplet: F6, 82 and 18. RGB value is (246,130,24). Sum of RGB (Red+Green+Blue) = 246+130+24=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F68218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68218 is #097DE7. Grayscale: #999999. Windows color (decimal): -622056 or 1606390. OLE color: 1606390.
HSL color Cylindrical-coordinate representation of color #F68218: hue angle of 28.65º 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 #F68218 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 24 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.04 |
| HSL | 28.65º | 0.93% | 0.53% | - |
| HSV(B) | 28.65º | 0.9% | 0.96% | - |
| XYZ | 46.15 | 35.62 | 5.31 | - |
| YUV | 152.6 | 55.43 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 24 | 0 | 0.47 | 0.90 | 0.04 | 28.65 | 0.93 | 0.53 |
| Hex | F6 | 82 | 18 | 0 | 2F | 5A | 4 | 1D | 5C | 35 |
| Octal | 366 | 202 | 30 | 0 | 57 | 132 | 4 | 35 | 134 | 65 |
| Binary | 11110110 | 10000010 | 11000 | 0 | 101111 | 1011010 | 100 | 11101 | 1011100 | 110101 |
Color Harmonies of #F68218
Complementary color
Monochromatic Colors of #F68218
Black with #F68218
Text Example
Text Example
White with #F68218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68218; }
p { color: rgb(246,130,24); }
H1.HeaderClassName
{
color: #F68218;
}
.AnyTagClassName
{
color: #F68218;
}
</style>
background-color css
<style>
a { background-color: #F68218; }
a { background-color: rgb(246,130,24); }
div.DivClassName
{
background-color: #F68218;
}
.BgClassName
{
background-color: #F68218;
}
</style>
border-color css
<style>
span { border-color: #F68218; }
span { border-color: rgb(246,130,24); }
td.TdClassName
{
border-color: #F68218;
}
.TagClassName
{
border-color: #F68218;
}
</style>