Shades of Pumpkin #F6821C
Tints of Pumpkin #F6821C
RGB
CMYK
RGB Variations
Color information
#F6821C (or 0xF6821C) is known color: Pumpkin. HEX triplet: F6, 82 and 1C. RGB value is (246,130,28). Sum of RGB (Red+Green+Blue) = 246+130+28=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6821C is #097DE3. Grayscale: #999999. Windows color (decimal): -622052 or 1868534. OLE color: 1868534.
HSL color Cylindrical-coordinate representation of color #F6821C: hue angle of 28.07º 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 #F6821C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.04 |
| HSL | 28.07º | 0.92% | 0.54% | - |
| HSV(B) | 28.07º | 0.89% | 0.96% | - |
| XYZ | 46.2 | 35.64 | 5.54 | - |
| YUV | 153.06 | 57.43 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 28 | 0 | 0.47 | 0.89 | 0.04 | 28.07 | 0.92 | 0.54 |
| Hex | F6 | 82 | 1C | 0 | 2F | 59 | 4 | 1C | 5C | 36 |
| Octal | 366 | 202 | 34 | 0 | 57 | 131 | 4 | 34 | 134 | 66 |
| Binary | 11110110 | 10000010 | 11100 | 0 | 101111 | 1011001 | 100 | 11100 | 1011100 | 110110 |
Color Harmonies of #F6821C
Complementary color
Monochromatic Colors of #F6821C
Black with #F6821C
Text Example
Text Example
White with #F6821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6821C; }
p { color: rgb(246,130,28); }
H1.HeaderClassName
{
color: #F6821C;
}
.AnyTagClassName
{
color: #F6821C;
}
</style>
background-color css
<style>
a { background-color: #F6821C; }
a { background-color: rgb(246,130,28); }
div.DivClassName
{
background-color: #F6821C;
}
.BgClassName
{
background-color: #F6821C;
}
</style>
border-color css
<style>
span { border-color: #F6821C; }
span { border-color: rgb(246,130,28); }
td.TdClassName
{
border-color: #F6821C;
}
.TagClassName
{
border-color: #F6821C;
}
</style>