Shades of Pumpkin #F77A20
Tints of Pumpkin #F77A20
RGB
CMYK
RGB Variations
Color information
#F77A20 (or 0xF77A20) is known color: Pumpkin. HEX triplet: F7, 7A and 20. RGB value is (247,122,32). Sum of RGB (Red+Green+Blue) = 247+122+32=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77A20 is #0885DF. Grayscale: #959595. Windows color (decimal): -558560 or 2128631. OLE color: 2128631.
HSL color Cylindrical-coordinate representation of color #F77A20: hue angle of 25.12º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F77A20 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 32 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.03 |
| HSL | 25.12º | 0.93% | 0.55% | - |
| HSV(B) | 25.12º | 0.87% | 0.97% | - |
| XYZ | 45.58 | 33.8 | 5.49 | - |
| YUV | 149.12 | 61.91 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 32 | 0 | 0.51 | 0.87 | 0.03 | 25.12 | 0.93 | 0.55 |
| Hex | F7 | 7A | 20 | 0 | 33 | 57 | 3 | 19 | 5D | 37 |
| Octal | 367 | 172 | 40 | 0 | 63 | 127 | 3 | 31 | 135 | 67 |
| Binary | 11110111 | 1111010 | 100000 | 0 | 110011 | 1010111 | 11 | 11001 | 1011101 | 110111 |
Color Harmonies of #F77A20
Complementary color
Monochromatic Colors of #F77A20
Black with #F77A20
Text Example
Text Example
White with #F77A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A20; }
p { color: rgb(247,122,32); }
H1.HeaderClassName
{
color: #F77A20;
}
.AnyTagClassName
{
color: #F77A20;
}
</style>
background-color css
<style>
a { background-color: #F77A20; }
a { background-color: rgb(247,122,32); }
div.DivClassName
{
background-color: #F77A20;
}
.BgClassName
{
background-color: #F77A20;
}
</style>
border-color css
<style>
span { border-color: #F77A20; }
span { border-color: rgb(247,122,32); }
td.TdClassName
{
border-color: #F77A20;
}
.TagClassName
{
border-color: #F77A20;
}
</style>