Shades of Pumpkin #F77D19
Tints of Pumpkin #F77D19
RGB
CMYK
RGB Variations
Color information
#F77D19 (or 0xF77D19) is known color: Pumpkin. HEX triplet: F7, 7D and 19. RGB value is (247,125,25). Sum of RGB (Red+Green+Blue) = 247+125+25=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77D19 is #0882E6. Grayscale: #969696. Windows color (decimal): -557799 or 1670647. OLE color: 1670647.
HSL color Cylindrical-coordinate representation of color #F77D19: hue angle of 27.03º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F77D19 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 25 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.03 |
| HSL | 27.03º | 0.93% | 0.53% | - |
| HSV(B) | 27.03º | 0.9% | 0.97% | - |
| XYZ | 45.87 | 34.51 | 5.16 | - |
| YUV | 150.08 | 57.42 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 25 | 0 | 0.49 | 0.90 | 0.03 | 27.03 | 0.93 | 0.53 |
| Hex | F7 | 7D | 19 | 0 | 31 | 5A | 3 | 1B | 5D | 35 |
| Octal | 367 | 175 | 31 | 0 | 61 | 132 | 3 | 33 | 135 | 65 |
| Binary | 11110111 | 1111101 | 11001 | 0 | 110001 | 1011010 | 11 | 11011 | 1011101 | 110101 |
Color Harmonies of #F77D19
Complementary color
Monochromatic Colors of #F77D19
Black with #F77D19
Text Example
Text Example
White with #F77D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D19; }
p { color: rgb(247,125,25); }
H1.HeaderClassName
{
color: #F77D19;
}
.AnyTagClassName
{
color: #F77D19;
}
</style>
background-color css
<style>
a { background-color: #F77D19; }
a { background-color: rgb(247,125,25); }
div.DivClassName
{
background-color: #F77D19;
}
.BgClassName
{
background-color: #F77D19;
}
</style>
border-color css
<style>
span { border-color: #F77D19; }
span { border-color: rgb(247,125,25); }
td.TdClassName
{
border-color: #F77D19;
}
.TagClassName
{
border-color: #F77D19;
}
</style>