Shades of Pumpkin #F67E1C
Tints of Pumpkin #F67E1C
RGB
CMYK
RGB Variations
Color information
#F67E1C (or 0xF67E1C) is known color: Pumpkin. HEX triplet: F6, 7E and 1C. RGB value is (246,126,28). Sum of RGB (Red+Green+Blue) = 246+126+28=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67E1C is #0981E3. Grayscale: #979797. Windows color (decimal): -623076 or 1867510. OLE color: 1867510.
HSL color Cylindrical-coordinate representation of color #F67E1C: hue angle of 26.97º 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 #F67E1C is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 28 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.04 |
| HSL | 26.97º | 0.92% | 0.54% | - |
| HSV(B) | 26.97º | 0.89% | 0.96% | - |
| XYZ | 45.68 | 34.6 | 5.37 | - |
| YUV | 150.71 | 58.76 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 28 | 0 | 0.49 | 0.89 | 0.04 | 26.97 | 0.92 | 0.54 |
| Hex | F6 | 7E | 1C | 0 | 31 | 59 | 4 | 1B | 5C | 36 |
| Octal | 366 | 176 | 34 | 0 | 61 | 131 | 4 | 33 | 134 | 66 |
| Binary | 11110110 | 1111110 | 11100 | 0 | 110001 | 1011001 | 100 | 11011 | 1011100 | 110110 |
Color Harmonies of #F67E1C
Complementary color
Monochromatic Colors of #F67E1C
Black with #F67E1C
Text Example
Text Example
White with #F67E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E1C; }
p { color: rgb(246,126,28); }
H1.HeaderClassName
{
color: #F67E1C;
}
.AnyTagClassName
{
color: #F67E1C;
}
</style>
background-color css
<style>
a { background-color: #F67E1C; }
a { background-color: rgb(246,126,28); }
div.DivClassName
{
background-color: #F67E1C;
}
.BgClassName
{
background-color: #F67E1C;
}
</style>
border-color css
<style>
span { border-color: #F67E1C; }
span { border-color: rgb(246,126,28); }
td.TdClassName
{
border-color: #F67E1C;
}
.TagClassName
{
border-color: #F67E1C;
}
</style>