Shades of Pumpkin #F76812
Tints of Pumpkin #F76812
RGB
CMYK
RGB Variations
Color information
#F76812 (or 0xF76812) is known color: Pumpkin. HEX triplet: F7, 68 and 12. RGB value is (247,104,18). Sum of RGB (Red+Green+Blue) = 247+104+18=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F76812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76812 is #0897ED. Grayscale: #898989. Windows color (decimal): -563182 or 1206519. OLE color: 1206519.
HSL color Cylindrical-coordinate representation of color #F76812: hue angle of 22.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F76812 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 18 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.03 |
| HSL | 22.53º | 0.93% | 0.52% | - |
| HSV(B) | 22.53º | 0.93% | 0.97% | - |
| XYZ | 43.42 | 29.72 | 4.02 | - |
| YUV | 136.95 | 60.88 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 18 | 0 | 0.58 | 0.93 | 0.03 | 22.53 | 0.93 | 0.52 |
| Hex | F7 | 68 | 12 | 0 | 3A | 5D | 3 | 17 | 5D | 34 |
| Octal | 367 | 150 | 22 | 0 | 72 | 135 | 3 | 27 | 135 | 64 |
| Binary | 11110111 | 1101000 | 10010 | 0 | 111010 | 1011101 | 11 | 10111 | 1011101 | 110100 |
Color Harmonies of #F76812
Complementary color
Monochromatic Colors of #F76812
Black with #F76812
Text Example
Text Example
White with #F76812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76812; }
p { color: rgb(247,104,18); }
H1.HeaderClassName
{
color: #F76812;
}
.AnyTagClassName
{
color: #F76812;
}
</style>
background-color css
<style>
a { background-color: #F76812; }
a { background-color: rgb(247,104,18); }
div.DivClassName
{
background-color: #F76812;
}
.BgClassName
{
background-color: #F76812;
}
</style>
border-color css
<style>
span { border-color: #F76812; }
span { border-color: rgb(247,104,18); }
td.TdClassName
{
border-color: #F76812;
}
.TagClassName
{
border-color: #F76812;
}
</style>