Shades of Pumpkin #F77E14
Tints of Pumpkin #F77E14
RGB
CMYK
RGB Variations
Color information
#F77E14 (or 0xF77E14) is known color: Pumpkin. HEX triplet: F7, 7E and 14. RGB value is (247,126,20). Sum of RGB (Red+Green+Blue) = 247+126+20=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77E14 is #0881EB. Grayscale: #969696. Windows color (decimal): -557548 or 1343223. OLE color: 1343223.
HSL color Cylindrical-coordinate representation of color #F77E14: hue angle of 28.02º 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 #F77E14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 20 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.03 |
| HSL | 28.02º | 0.93% | 0.52% | - |
| HSV(B) | 28.02º | 0.92% | 0.97% | - |
| XYZ | 45.94 | 34.75 | 4.95 | - |
| YUV | 150.1 | 54.59 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 20 | 0 | 0.49 | 0.92 | 0.03 | 28.02 | 0.93 | 0.52 |
| Hex | F7 | 7E | 14 | 0 | 31 | 5C | 3 | 1C | 5D | 34 |
| Octal | 367 | 176 | 24 | 0 | 61 | 134 | 3 | 34 | 135 | 64 |
| Binary | 11110111 | 1111110 | 10100 | 0 | 110001 | 1011100 | 11 | 11100 | 1011101 | 110100 |
Color Harmonies of #F77E14
Complementary color
Monochromatic Colors of #F77E14
Black with #F77E14
Text Example
Text Example
White with #F77E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E14; }
p { color: rgb(247,126,20); }
H1.HeaderClassName
{
color: #F77E14;
}
.AnyTagClassName
{
color: #F77E14;
}
</style>
background-color css
<style>
a { background-color: #F77E14; }
a { background-color: rgb(247,126,20); }
div.DivClassName
{
background-color: #F77E14;
}
.BgClassName
{
background-color: #F77E14;
}
</style>
border-color css
<style>
span { border-color: #F77E14; }
span { border-color: rgb(247,126,20); }
td.TdClassName
{
border-color: #F77E14;
}
.TagClassName
{
border-color: #F77E14;
}
</style>