Shades of Pumpkin #F76818
Tints of Pumpkin #F76818
RGB
CMYK
RGB Variations
Color information
#F76818 (or 0xF76818) is known color: Pumpkin. HEX triplet: F7, 68 and 18. RGB value is (247,104,24). Sum of RGB (Red+Green+Blue) = 247+104+24=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F76818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76818 is #0897E7. Grayscale: #8A8A8A. Windows color (decimal): -563176 or 1599735. OLE color: 1599735.
HSL color Cylindrical-coordinate representation of color #F76818: hue angle of 21.52º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F76818 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 24 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.03 |
| HSL | 21.52º | 0.93% | 0.53% | - |
| HSV(B) | 21.52º | 0.9% | 0.97% | - |
| XYZ | 43.47 | 29.74 | 4.31 | - |
| YUV | 137.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 24 | 0 | 0.58 | 0.90 | 0.03 | 21.52 | 0.93 | 0.53 |
| Hex | F7 | 68 | 18 | 0 | 3A | 5A | 3 | 16 | 5D | 35 |
| Octal | 367 | 150 | 30 | 0 | 72 | 132 | 3 | 26 | 135 | 65 |
| Binary | 11110111 | 1101000 | 11000 | 0 | 111010 | 1011010 | 11 | 10110 | 1011101 | 110101 |
Color Harmonies of #F76818
Complementary color
Monochromatic Colors of #F76818
Black with #F76818
Text Example
Text Example
White with #F76818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76818; }
p { color: rgb(247,104,24); }
H1.HeaderClassName
{
color: #F76818;
}
.AnyTagClassName
{
color: #F76818;
}
</style>
background-color css
<style>
a { background-color: #F76818; }
a { background-color: rgb(247,104,24); }
div.DivClassName
{
background-color: #F76818;
}
.BgClassName
{
background-color: #F76818;
}
</style>
border-color css
<style>
span { border-color: #F76818; }
span { border-color: rgb(247,104,24); }
td.TdClassName
{
border-color: #F76818;
}
.TagClassName
{
border-color: #F76818;
}
</style>