Shades of Pumpkin #F77914
Tints of Pumpkin #F77914
RGB
CMYK
RGB Variations
Color information
#F77914 (or 0xF77914) is known color: Pumpkin. HEX triplet: F7, 79 and 14. RGB value is (247,121,20). Sum of RGB (Red+Green+Blue) = 247+121+20=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F77914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77914 is #0886EB. Grayscale: #939393. Windows color (decimal): -558828 or 1341943. OLE color: 1341943.
HSL color Cylindrical-coordinate representation of color #F77914: hue angle of 26.7º 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 #F77914 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.03 |
| HSL | 26.7º | 0.93% | 0.52% | - |
| HSV(B) | 26.7º | 0.92% | 0.97% | - |
| XYZ | 45.32 | 33.5 | 4.74 | - |
| YUV | 147.16 | 56.24 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 20 | 0 | 0.51 | 0.92 | 0.03 | 26.7 | 0.93 | 0.52 |
| Hex | F7 | 79 | 14 | 0 | 33 | 5C | 3 | 1B | 5D | 34 |
| Octal | 367 | 171 | 24 | 0 | 63 | 134 | 3 | 33 | 135 | 64 |
| Binary | 11110111 | 1111001 | 10100 | 0 | 110011 | 1011100 | 11 | 11011 | 1011101 | 110100 |
Color Harmonies of #F77914
Complementary color
Monochromatic Colors of #F77914
Black with #F77914
Text Example
Text Example
White with #F77914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77914; }
p { color: rgb(247,121,20); }
H1.HeaderClassName
{
color: #F77914;
}
.AnyTagClassName
{
color: #F77914;
}
</style>
background-color css
<style>
a { background-color: #F77914; }
a { background-color: rgb(247,121,20); }
div.DivClassName
{
background-color: #F77914;
}
.BgClassName
{
background-color: #F77914;
}
</style>
border-color css
<style>
span { border-color: #F77914; }
span { border-color: rgb(247,121,20); }
td.TdClassName
{
border-color: #F77914;
}
.TagClassName
{
border-color: #F77914;
}
</style>