Shades of Pumpkin #F7771E
Tints of Pumpkin #F7771E
RGB
CMYK
RGB Variations
Color information
#F7771E (or 0xF7771E) is known color: Pumpkin. HEX triplet: F7, 77 and 1E. RGB value is (247,119,30). Sum of RGB (Red+Green+Blue) = 247+119+30=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F7771E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7771E is #0888E1. Grayscale: #939393. Windows color (decimal): -559330 or 1996791. OLE color: 1996791.
HSL color Cylindrical-coordinate representation of color #F7771E: hue angle of 24.61º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7771E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 30 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.03 |
| HSL | 24.61º | 0.93% | 0.54% | - |
| HSV(B) | 24.61º | 0.88% | 0.97% | - |
| XYZ | 45.19 | 33.06 | 5.23 | - |
| YUV | 147.13 | 61.91 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 30 | 0 | 0.52 | 0.88 | 0.03 | 24.61 | 0.93 | 0.54 |
| Hex | F7 | 77 | 1E | 0 | 34 | 58 | 3 | 19 | 5D | 36 |
| Octal | 367 | 167 | 36 | 0 | 64 | 130 | 3 | 31 | 135 | 66 |
| Binary | 11110111 | 1110111 | 11110 | 0 | 110100 | 1011000 | 11 | 11001 | 1011101 | 110110 |
Color Harmonies of #F7771E
Complementary color
Monochromatic Colors of #F7771E
Black with #F7771E
Text Example
Text Example
White with #F7771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7771E; }
p { color: rgb(247,119,30); }
H1.HeaderClassName
{
color: #F7771E;
}
.AnyTagClassName
{
color: #F7771E;
}
</style>
background-color css
<style>
a { background-color: #F7771E; }
a { background-color: rgb(247,119,30); }
div.DivClassName
{
background-color: #F7771E;
}
.BgClassName
{
background-color: #F7771E;
}
</style>
border-color css
<style>
span { border-color: #F7771E; }
span { border-color: rgb(247,119,30); }
td.TdClassName
{
border-color: #F7771E;
}
.TagClassName
{
border-color: #F7771E;
}
</style>