Shades of Pumpkin #F7740C
Tints of Pumpkin #F7740C
RGB
CMYK
RGB Variations
Color information
#F7740C (or 0xF7740C) is known color: Pumpkin. HEX triplet: F7, 74 and 0C. RGB value is (247,116,12). Sum of RGB (Red+Green+Blue) = 247+116+12=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7740C is #088BF3. Grayscale: #8F8F8F. Windows color (decimal): -560116 or 816375. OLE color: 816375.
HSL color Cylindrical-coordinate representation of color #F7740C: hue angle of 26.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7740C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.03 |
| HSL | 26.55º | 0.94% | 0.51% | - |
| HSV(B) | 26.55º | 0.95% | 0.97% | - |
| XYZ | 44.67 | 32.29 | 4.23 | - |
| YUV | 143.31 | 53.9 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 12 | 0 | 0.53 | 0.95 | 0.03 | 26.55 | 0.94 | 0.51 |
| Hex | F7 | 74 | C | 0 | 35 | 5F | 3 | 1B | 5E | 33 |
| Octal | 367 | 164 | 14 | 0 | 65 | 137 | 3 | 33 | 136 | 63 |
| Binary | 11110111 | 1110100 | 1100 | 0 | 110101 | 1011111 | 11 | 11011 | 1011110 | 110011 |
Color Harmonies of #F7740C
Complementary color
Monochromatic Colors of #F7740C
Black with #F7740C
Text Example
Text Example
White with #F7740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7740C; }
p { color: rgb(247,116,12); }
H1.HeaderClassName
{
color: #F7740C;
}
.AnyTagClassName
{
color: #F7740C;
}
</style>
background-color css
<style>
a { background-color: #F7740C; }
a { background-color: rgb(247,116,12); }
div.DivClassName
{
background-color: #F7740C;
}
.BgClassName
{
background-color: #F7740C;
}
</style>
border-color css
<style>
span { border-color: #F7740C; }
span { border-color: rgb(247,116,12); }
td.TdClassName
{
border-color: #F7740C;
}
.TagClassName
{
border-color: #F7740C;
}
</style>