Shades of Pumpkin #F77814
Tints of Pumpkin #F77814
RGB
CMYK
RGB Variations
Color information
#F77814 (or 0xF77814) is known color: Pumpkin. HEX triplet: F7, 78 and 14. RGB value is (247,120,20). Sum of RGB (Red+Green+Blue) = 247+120+20=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F77814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77814 is #0887EB. Grayscale: #939393. Windows color (decimal): -559084 or 1341687. OLE color: 1341687.
HSL color Cylindrical-coordinate representation of color #F77814: hue angle of 26.43º 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 #F77814 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.03 |
| HSL | 26.43º | 0.93% | 0.52% | - |
| HSV(B) | 26.43º | 0.92% | 0.97% | - |
| XYZ | 45.2 | 33.26 | 4.7 | - |
| YUV | 146.57 | 56.58 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 20 | 0 | 0.51 | 0.92 | 0.03 | 26.43 | 0.93 | 0.52 |
| Hex | F7 | 78 | 14 | 0 | 33 | 5C | 3 | 1A | 5D | 34 |
| Octal | 367 | 170 | 24 | 0 | 63 | 134 | 3 | 32 | 135 | 64 |
| Binary | 11110111 | 1111000 | 10100 | 0 | 110011 | 1011100 | 11 | 11010 | 1011101 | 110100 |
Color Harmonies of #F77814
Complementary color
Monochromatic Colors of #F77814
Black with #F77814
Text Example
Text Example
White with #F77814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77814; }
p { color: rgb(247,120,20); }
H1.HeaderClassName
{
color: #F77814;
}
.AnyTagClassName
{
color: #F77814;
}
</style>
background-color css
<style>
a { background-color: #F77814; }
a { background-color: rgb(247,120,20); }
div.DivClassName
{
background-color: #F77814;
}
.BgClassName
{
background-color: #F77814;
}
</style>
border-color css
<style>
span { border-color: #F77814; }
span { border-color: rgb(247,120,20); }
td.TdClassName
{
border-color: #F77814;
}
.TagClassName
{
border-color: #F77814;
}
</style>