Shades of Pumpkin #F67A1C
Tints of Pumpkin #F67A1C
RGB
CMYK
RGB Variations
Color information
#F67A1C (or 0xF67A1C) is known color: Pumpkin. HEX triplet: F6, 7A and 1C. RGB value is (246,122,28). Sum of RGB (Red+Green+Blue) = 246+122+28=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67A1C is #0985E3. Grayscale: #949494. Windows color (decimal): -624100 or 1866486. OLE color: 1866486.
HSL color Cylindrical-coordinate representation of color #F67A1C: hue angle of 25.87º 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 #F67A1C is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 28 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.04 |
| HSL | 25.87º | 0.92% | 0.54% | - |
| HSV(B) | 25.87º | 0.89% | 0.96% | - |
| XYZ | 45.18 | 33.6 | 5.2 | - |
| YUV | 148.36 | 60.08 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 28 | 0 | 0.50 | 0.89 | 0.04 | 25.87 | 0.92 | 0.54 |
| Hex | F6 | 7A | 1C | 0 | 32 | 59 | 4 | 1A | 5C | 36 |
| Octal | 366 | 172 | 34 | 0 | 62 | 131 | 4 | 32 | 134 | 66 |
| Binary | 11110110 | 1111010 | 11100 | 0 | 110010 | 1011001 | 100 | 11010 | 1011100 | 110110 |
Color Harmonies of #F67A1C
Complementary color
Monochromatic Colors of #F67A1C
Black with #F67A1C
Text Example
Text Example
White with #F67A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A1C; }
p { color: rgb(246,122,28); }
H1.HeaderClassName
{
color: #F67A1C;
}
.AnyTagClassName
{
color: #F67A1C;
}
</style>
background-color css
<style>
a { background-color: #F67A1C; }
a { background-color: rgb(246,122,28); }
div.DivClassName
{
background-color: #F67A1C;
}
.BgClassName
{
background-color: #F67A1C;
}
</style>
border-color css
<style>
span { border-color: #F67A1C; }
span { border-color: rgb(246,122,28); }
td.TdClassName
{
border-color: #F67A1C;
}
.TagClassName
{
border-color: #F67A1C;
}
</style>