Shades of Pumpkin #F76C1D
Tints of Pumpkin #F76C1D
RGB
CMYK
RGB Variations
Color information
#F76C1D (or 0xF76C1D) is known color: Pumpkin. HEX triplet: F7, 6C and 1D. RGB value is (247,108,29). Sum of RGB (Red+Green+Blue) = 247+108+29=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76C1D is #0893E2. Grayscale: #8D8D8D. Windows color (decimal): -562147 or 1928439. OLE color: 1928439.
HSL color Cylindrical-coordinate representation of color #F76C1D: hue angle of 21.74º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F76C1D is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 29 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.03 |
| HSL | 21.74º | 0.93% | 0.54% | - |
| HSV(B) | 21.74º | 0.88% | 0.97% | - |
| XYZ | 43.94 | 30.59 | 4.75 | - |
| YUV | 140.56 | 65.05 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 29 | 0 | 0.56 | 0.88 | 0.03 | 21.74 | 0.93 | 0.54 |
| Hex | F7 | 6C | 1D | 0 | 38 | 58 | 3 | 16 | 5D | 36 |
| Octal | 367 | 154 | 35 | 0 | 70 | 130 | 3 | 26 | 135 | 66 |
| Binary | 11110111 | 1101100 | 11101 | 0 | 111000 | 1011000 | 11 | 10110 | 1011101 | 110110 |
Color Harmonies of #F76C1D
Complementary color
Monochromatic Colors of #F76C1D
Black with #F76C1D
Text Example
Text Example
White with #F76C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C1D; }
p { color: rgb(247,108,29); }
H1.HeaderClassName
{
color: #F76C1D;
}
.AnyTagClassName
{
color: #F76C1D;
}
</style>
background-color css
<style>
a { background-color: #F76C1D; }
a { background-color: rgb(247,108,29); }
div.DivClassName
{
background-color: #F76C1D;
}
.BgClassName
{
background-color: #F76C1D;
}
</style>
border-color css
<style>
span { border-color: #F76C1D; }
span { border-color: rgb(247,108,29); }
td.TdClassName
{
border-color: #F76C1D;
}
.TagClassName
{
border-color: #F76C1D;
}
</style>