Shades of Pumpkin #F77A14
Tints of Pumpkin #F77A14
RGB
CMYK
RGB Variations
Color information
#F77A14 (or 0xF77A14) is known color: Pumpkin. HEX triplet: F7, 7A and 14. RGB value is (247,122,20). Sum of RGB (Red+Green+Blue) = 247+122+20=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77A14 is #0885EB. Grayscale: #949494. Windows color (decimal): -558572 or 1342199. OLE color: 1342199.
HSL color Cylindrical-coordinate representation of color #F77A14: hue angle of 26.96º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F77A14 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.03 |
| HSL | 26.96º | 0.93% | 0.52% | - |
| HSV(B) | 26.96º | 0.92% | 0.97% | - |
| XYZ | 45.44 | 33.74 | 4.78 | - |
| YUV | 147.75 | 55.91 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 20 | 0 | 0.51 | 0.92 | 0.03 | 26.96 | 0.93 | 0.52 |
| Hex | F7 | 7A | 14 | 0 | 33 | 5C | 3 | 1B | 5D | 34 |
| Octal | 367 | 172 | 24 | 0 | 63 | 134 | 3 | 33 | 135 | 64 |
| Binary | 11110111 | 1111010 | 10100 | 0 | 110011 | 1011100 | 11 | 11011 | 1011101 | 110100 |
Color Harmonies of #F77A14
Complementary color
Monochromatic Colors of #F77A14
Black with #F77A14
Text Example
Text Example
White with #F77A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A14; }
p { color: rgb(247,122,20); }
H1.HeaderClassName
{
color: #F77A14;
}
.AnyTagClassName
{
color: #F77A14;
}
</style>
background-color css
<style>
a { background-color: #F77A14; }
a { background-color: rgb(247,122,20); }
div.DivClassName
{
background-color: #F77A14;
}
.BgClassName
{
background-color: #F77A14;
}
</style>
border-color css
<style>
span { border-color: #F77A14; }
span { border-color: rgb(247,122,20); }
td.TdClassName
{
border-color: #F77A14;
}
.TagClassName
{
border-color: #F77A14;
}
</style>