Shades of Pumpkin #F77612
Tints of Pumpkin #F77612
RGB
CMYK
RGB Variations
Color information
#F77612 (or 0xF77612) is known color: Pumpkin. HEX triplet: F7, 76 and 12. RGB value is (247,118,18). Sum of RGB (Red+Green+Blue) = 247+118+18=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F77612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77612 is #0889ED. Grayscale: #919191. Windows color (decimal): -559598 or 1210103. OLE color: 1210103.
HSL color Cylindrical-coordinate representation of color #F77612: hue angle of 26.2º 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 #F77612 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 18 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.03 |
| HSL | 26.2º | 0.93% | 0.52% | - |
| HSV(B) | 26.2º | 0.93% | 0.97% | - |
| XYZ | 44.95 | 32.77 | 4.53 | - |
| YUV | 145.17 | 56.24 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 18 | 0 | 0.52 | 0.93 | 0.03 | 26.2 | 0.93 | 0.52 |
| Hex | F7 | 76 | 12 | 0 | 34 | 5D | 3 | 1A | 5D | 34 |
| Octal | 367 | 166 | 22 | 0 | 64 | 135 | 3 | 32 | 135 | 64 |
| Binary | 11110111 | 1110110 | 10010 | 0 | 110100 | 1011101 | 11 | 11010 | 1011101 | 110100 |
Color Harmonies of #F77612
Complementary color
Monochromatic Colors of #F77612
Black with #F77612
Text Example
Text Example
White with #F77612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77612; }
p { color: rgb(247,118,18); }
H1.HeaderClassName
{
color: #F77612;
}
.AnyTagClassName
{
color: #F77612;
}
</style>
background-color css
<style>
a { background-color: #F77612; }
a { background-color: rgb(247,118,18); }
div.DivClassName
{
background-color: #F77612;
}
.BgClassName
{
background-color: #F77612;
}
</style>
border-color css
<style>
span { border-color: #F77612; }
span { border-color: rgb(247,118,18); }
td.TdClassName
{
border-color: #F77612;
}
.TagClassName
{
border-color: #F77612;
}
</style>