Shades of Pumpkin #F6811C
Tints of Pumpkin #F6811C
RGB
CMYK
RGB Variations
Color information
#F6811C (or 0xF6811C) is known color: Pumpkin. HEX triplet: F6, 81 and 1C. RGB value is (246,129,28). Sum of RGB (Red+Green+Blue) = 246+129+28=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6811C is #097EE3. Grayscale: #989898. Windows color (decimal): -622308 or 1868278. OLE color: 1868278.
HSL color Cylindrical-coordinate representation of color #F6811C: hue angle of 27.8º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6811C is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 28 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.04 |
| HSL | 27.8º | 0.92% | 0.54% | - |
| HSV(B) | 27.8º | 0.89% | 0.96% | - |
| XYZ | 46.07 | 35.38 | 5.5 | - |
| YUV | 152.47 | 57.76 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 28 | 0 | 0.48 | 0.89 | 0.04 | 27.8 | 0.92 | 0.54 |
| Hex | F6 | 81 | 1C | 0 | 30 | 59 | 4 | 1C | 5C | 36 |
| Octal | 366 | 201 | 34 | 0 | 60 | 131 | 4 | 34 | 134 | 66 |
| Binary | 11110110 | 10000001 | 11100 | 0 | 110000 | 1011001 | 100 | 11100 | 1011100 | 110110 |
Color Harmonies of #F6811C
Complementary color
Monochromatic Colors of #F6811C
Black with #F6811C
Text Example
Text Example
White with #F6811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6811C; }
p { color: rgb(246,129,28); }
H1.HeaderClassName
{
color: #F6811C;
}
.AnyTagClassName
{
color: #F6811C;
}
</style>
background-color css
<style>
a { background-color: #F6811C; }
a { background-color: rgb(246,129,28); }
div.DivClassName
{
background-color: #F6811C;
}
.BgClassName
{
background-color: #F6811C;
}
</style>
border-color css
<style>
span { border-color: #F6811C; }
span { border-color: rgb(246,129,28); }
td.TdClassName
{
border-color: #F6811C;
}
.TagClassName
{
border-color: #F6811C;
}
</style>