Shades of Pumpkin #F76D1F
Tints of Pumpkin #F76D1F
RGB
CMYK
RGB Variations
Color information
#F76D1F (or 0xF76D1F) is known color: Pumpkin. HEX triplet: F7, 6D and 1F. RGB value is (247,109,31). Sum of RGB (Red+Green+Blue) = 247+109+31=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76D1F is #0892E0. Grayscale: #8D8D8D. Windows color (decimal): -561889 or 2059767. OLE color: 2059767.
HSL color Cylindrical-coordinate representation of color #F76D1F: hue angle of 21.67º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F76D1F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 31 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.03 |
| HSL | 21.67º | 0.93% | 0.55% | - |
| HSV(B) | 21.67º | 0.87% | 0.97% | - |
| XYZ | 44.07 | 30.81 | 4.92 | - |
| YUV | 141.37 | 65.72 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 31 | 0 | 0.56 | 0.87 | 0.03 | 21.67 | 0.93 | 0.55 |
| Hex | F7 | 6D | 1F | 0 | 38 | 57 | 3 | 16 | 5D | 37 |
| Octal | 367 | 155 | 37 | 0 | 70 | 127 | 3 | 26 | 135 | 67 |
| Binary | 11110111 | 1101101 | 11111 | 0 | 111000 | 1010111 | 11 | 10110 | 1011101 | 110111 |
Color Harmonies of #F76D1F
Complementary color
Monochromatic Colors of #F76D1F
Black with #F76D1F
Text Example
Text Example
White with #F76D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D1F; }
p { color: rgb(247,109,31); }
H1.HeaderClassName
{
color: #F76D1F;
}
.AnyTagClassName
{
color: #F76D1F;
}
</style>
background-color css
<style>
a { background-color: #F76D1F; }
a { background-color: rgb(247,109,31); }
div.DivClassName
{
background-color: #F76D1F;
}
.BgClassName
{
background-color: #F76D1F;
}
</style>
border-color css
<style>
span { border-color: #F76D1F; }
span { border-color: rgb(247,109,31); }
td.TdClassName
{
border-color: #F76D1F;
}
.TagClassName
{
border-color: #F76D1F;
}
</style>