Shades of Pumpkin #F7760A
Tints of Pumpkin #F7760A
RGB
CMYK
RGB Variations
Color information
#F7760A (or 0xF7760A) is known color: Pumpkin. HEX triplet: F7, 76 and 0A. RGB value is (247,118,10). Sum of RGB (Red+Green+Blue) = 247+118+10=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7760A is #0889F5. Grayscale: #909090. Windows color (decimal): -559606 or 685815. OLE color: 685815.
HSL color Cylindrical-coordinate representation of color #F7760A: hue angle of 27.34º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7760A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.03 |
| HSL | 27.34º | 0.94% | 0.5% | - |
| HSV(B) | 27.34º | 0.96% | 0.97% | - |
| XYZ | 44.89 | 32.75 | 4.24 | - |
| YUV | 144.26 | 52.24 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 10 | 0 | 0.52 | 0.96 | 0.03 | 27.34 | 0.94 | 0.5 |
| Hex | F7 | 76 | A | 0 | 34 | 60 | 3 | 1B | 5E | 32 |
| Octal | 367 | 166 | 12 | 0 | 64 | 140 | 3 | 33 | 136 | 62 |
| Binary | 11110111 | 1110110 | 1010 | 0 | 110100 | 1100000 | 11 | 11011 | 1011110 | 110010 |
Color Harmonies of #F7760A
Complementary color
Monochromatic Colors of #F7760A
Black with #F7760A
Text Example
Text Example
White with #F7760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7760A; }
p { color: rgb(247,118,10); }
H1.HeaderClassName
{
color: #F7760A;
}
.AnyTagClassName
{
color: #F7760A;
}
</style>
background-color css
<style>
a { background-color: #F7760A; }
a { background-color: rgb(247,118,10); }
div.DivClassName
{
background-color: #F7760A;
}
.BgClassName
{
background-color: #F7760A;
}
</style>
border-color css
<style>
span { border-color: #F7760A; }
span { border-color: rgb(247,118,10); }
td.TdClassName
{
border-color: #F7760A;
}
.TagClassName
{
border-color: #F7760A;
}
</style>