Shades of Pumpkin #F77124
Tints of Pumpkin #F77124
RGB
CMYK
RGB Variations
Color information
#F77124 (or 0xF77124) is known color: Pumpkin. HEX triplet: F7, 71 and 24. RGB value is (247,113,36). Sum of RGB (Red+Green+Blue) = 247+113+36=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F77124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77124 is #088EDB. Grayscale: #909090. Windows color (decimal): -560860 or 2388471. OLE color: 2388471.
HSL color Cylindrical-coordinate representation of color #F77124: hue angle of 21.9º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F77124 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 36 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.03 |
| HSL | 21.9º | 0.93% | 0.55% | - |
| HSV(B) | 21.9º | 0.85% | 0.97% | - |
| XYZ | 44.58 | 31.71 | 5.44 | - |
| YUV | 144.29 | 66.89 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 36 | 0 | 0.54 | 0.85 | 0.03 | 21.9 | 0.93 | 0.55 |
| Hex | F7 | 71 | 24 | 0 | 36 | 55 | 3 | 16 | 5D | 37 |
| Octal | 367 | 161 | 44 | 0 | 66 | 125 | 3 | 26 | 135 | 67 |
| Binary | 11110111 | 1110001 | 100100 | 0 | 110110 | 1010101 | 11 | 10110 | 1011101 | 110111 |
Color Harmonies of #F77124
Complementary color
Monochromatic Colors of #F77124
Black with #F77124
Text Example
Text Example
White with #F77124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77124; }
p { color: rgb(247,113,36); }
H1.HeaderClassName
{
color: #F77124;
}
.AnyTagClassName
{
color: #F77124;
}
</style>
background-color css
<style>
a { background-color: #F77124; }
a { background-color: rgb(247,113,36); }
div.DivClassName
{
background-color: #F77124;
}
.BgClassName
{
background-color: #F77124;
}
</style>
border-color css
<style>
span { border-color: #F77124; }
span { border-color: rgb(247,113,36); }
td.TdClassName
{
border-color: #F77124;
}
.TagClassName
{
border-color: #F77124;
}
</style>