Shades of Pumpkin #F76D1B
Tints of Pumpkin #F76D1B
RGB
CMYK
RGB Variations
Color information
#F76D1B (or 0xF76D1B) is known color: Pumpkin. HEX triplet: F7, 6D and 1B. RGB value is (247,109,27). Sum of RGB (Red+Green+Blue) = 247+109+27=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76D1B is #0892E4. Grayscale: #8D8D8D. Windows color (decimal): -561893 or 1797623. OLE color: 1797623.
HSL color Cylindrical-coordinate representation of color #F76D1B: hue angle of 22.36º 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 #F76D1B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.03 |
| HSL | 22.36º | 0.93% | 0.54% | - |
| HSV(B) | 22.36º | 0.89% | 0.97% | - |
| XYZ | 44.02 | 30.79 | 4.66 | - |
| YUV | 140.91 | 63.72 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 27 | 0 | 0.56 | 0.89 | 0.03 | 22.36 | 0.93 | 0.54 |
| Hex | F7 | 6D | 1B | 0 | 38 | 59 | 3 | 16 | 5D | 36 |
| Octal | 367 | 155 | 33 | 0 | 70 | 131 | 3 | 26 | 135 | 66 |
| Binary | 11110111 | 1101101 | 11011 | 0 | 111000 | 1011001 | 11 | 10110 | 1011101 | 110110 |
Color Harmonies of #F76D1B
Complementary color
Monochromatic Colors of #F76D1B
Black with #F76D1B
Text Example
Text Example
White with #F76D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D1B; }
p { color: rgb(247,109,27); }
H1.HeaderClassName
{
color: #F76D1B;
}
.AnyTagClassName
{
color: #F76D1B;
}
</style>
background-color css
<style>
a { background-color: #F76D1B; }
a { background-color: rgb(247,109,27); }
div.DivClassName
{
background-color: #F76D1B;
}
.BgClassName
{
background-color: #F76D1B;
}
</style>
border-color css
<style>
span { border-color: #F76D1B; }
span { border-color: rgb(247,109,27); }
td.TdClassName
{
border-color: #F76D1B;
}
.TagClassName
{
border-color: #F76D1B;
}
</style>