Shades of Pumpkin #F76C22
Tints of Pumpkin #F76C22
RGB
CMYK
RGB Variations
Color information
#F76C22 (or 0xF76C22) is known color: Pumpkin. HEX triplet: F7, 6C and 22. RGB value is (247,108,34). Sum of RGB (Red+Green+Blue) = 247+108+34=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76C22 is #0893DD. Grayscale: #8D8D8D. Windows color (decimal): -562142 or 2256119. OLE color: 2256119.
HSL color Cylindrical-coordinate representation of color #F76C22: hue angle of 20.85º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F76C22 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 34 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.03 |
| HSL | 20.85º | 0.93% | 0.55% | - |
| HSV(B) | 20.85º | 0.86% | 0.97% | - |
| XYZ | 44.01 | 30.61 | 5.1 | - |
| YUV | 141.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 34 | 0 | 0.56 | 0.86 | 0.03 | 20.85 | 0.93 | 0.55 |
| Hex | F7 | 6C | 22 | 0 | 38 | 56 | 3 | 15 | 5D | 37 |
| Octal | 367 | 154 | 42 | 0 | 70 | 126 | 3 | 25 | 135 | 67 |
| Binary | 11110111 | 1101100 | 100010 | 0 | 111000 | 1010110 | 11 | 10101 | 1011101 | 110111 |
Color Harmonies of #F76C22
Complementary color
Monochromatic Colors of #F76C22
Black with #F76C22
Text Example
Text Example
White with #F76C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C22; }
p { color: rgb(247,108,34); }
H1.HeaderClassName
{
color: #F76C22;
}
.AnyTagClassName
{
color: #F76C22;
}
</style>
background-color css
<style>
a { background-color: #F76C22; }
a { background-color: rgb(247,108,34); }
div.DivClassName
{
background-color: #F76C22;
}
.BgClassName
{
background-color: #F76C22;
}
</style>
border-color css
<style>
span { border-color: #F76C22; }
span { border-color: rgb(247,108,34); }
td.TdClassName
{
border-color: #F76C22;
}
.TagClassName
{
border-color: #F76C22;
}
</style>