Shades of Pumpkin #F77014
Tints of Pumpkin #F77014
RGB
CMYK
RGB Variations
Color information
#F77014 (or 0xF77014) is known color: Pumpkin. HEX triplet: F7, 70 and 14. RGB value is (247,112,20). Sum of RGB (Red+Green+Blue) = 247+112+20=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F77014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77014 is #088FEB. Grayscale: #8E8E8E. Windows color (decimal): -561132 or 1339639. OLE color: 1339639.
HSL color Cylindrical-coordinate representation of color #F77014: hue angle of 24.32º 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 #F77014 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 20 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.03 |
| HSL | 24.32º | 0.93% | 0.52% | - |
| HSV(B) | 24.32º | 0.92% | 0.97% | - |
| XYZ | 44.28 | 31.41 | 4.39 | - |
| YUV | 141.88 | 59.23 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 20 | 0 | 0.55 | 0.92 | 0.03 | 24.32 | 0.93 | 0.52 |
| Hex | F7 | 70 | 14 | 0 | 37 | 5C | 3 | 18 | 5D | 34 |
| Octal | 367 | 160 | 24 | 0 | 67 | 134 | 3 | 30 | 135 | 64 |
| Binary | 11110111 | 1110000 | 10100 | 0 | 110111 | 1011100 | 11 | 11000 | 1011101 | 110100 |
Color Harmonies of #F77014
Complementary color
Monochromatic Colors of #F77014
Black with #F77014
Text Example
Text Example
White with #F77014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77014; }
p { color: rgb(247,112,20); }
H1.HeaderClassName
{
color: #F77014;
}
.AnyTagClassName
{
color: #F77014;
}
</style>
background-color css
<style>
a { background-color: #F77014; }
a { background-color: rgb(247,112,20); }
div.DivClassName
{
background-color: #F77014;
}
.BgClassName
{
background-color: #F77014;
}
</style>
border-color css
<style>
span { border-color: #F77014; }
span { border-color: rgb(247,112,20); }
td.TdClassName
{
border-color: #F77014;
}
.TagClassName
{
border-color: #F77014;
}
</style>