Shades of Pumpkin #F76C1B
Tints of Pumpkin #F76C1B
RGB
CMYK
RGB Variations
Color information
#F76C1B (or 0xF76C1B) is known color: Pumpkin. HEX triplet: F7, 6C and 1B. RGB value is (247,108,27). Sum of RGB (Red+Green+Blue) = 247+108+27=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76C1B is #0893E4. Grayscale: #8C8C8C. Windows color (decimal): -562149 or 1797367. OLE color: 1797367.
HSL color Cylindrical-coordinate representation of color #F76C1B: hue angle of 22.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F76C1B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.03 |
| HSL | 22.09º | 0.93% | 0.54% | - |
| HSV(B) | 22.09º | 0.89% | 0.97% | - |
| XYZ | 43.92 | 30.58 | 4.62 | - |
| YUV | 140.33 | 64.05 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 27 | 0 | 0.56 | 0.89 | 0.03 | 22.09 | 0.93 | 0.54 |
| Hex | F7 | 6C | 1B | 0 | 38 | 59 | 3 | 16 | 5D | 36 |
| Octal | 367 | 154 | 33 | 0 | 70 | 131 | 3 | 26 | 135 | 66 |
| Binary | 11110111 | 1101100 | 11011 | 0 | 111000 | 1011001 | 11 | 10110 | 1011101 | 110110 |
Color Harmonies of #F76C1B
Complementary color
Monochromatic Colors of #F76C1B
Black with #F76C1B
Text Example
Text Example
White with #F76C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C1B; }
p { color: rgb(247,108,27); }
H1.HeaderClassName
{
color: #F76C1B;
}
.AnyTagClassName
{
color: #F76C1B;
}
</style>
background-color css
<style>
a { background-color: #F76C1B; }
a { background-color: rgb(247,108,27); }
div.DivClassName
{
background-color: #F76C1B;
}
.BgClassName
{
background-color: #F76C1B;
}
</style>
border-color css
<style>
span { border-color: #F76C1B; }
span { border-color: rgb(247,108,27); }
td.TdClassName
{
border-color: #F76C1B;
}
.TagClassName
{
border-color: #F76C1B;
}
</style>