Shades of Pumpkin #F57716
Tints of Pumpkin #F57716
RGB
CMYK
RGB Variations
Color information
#F57716 (or 0xF57716) is known color: Pumpkin. HEX triplet: F5, 77 and 16. RGB value is (245,119,22). Sum of RGB (Red+Green+Blue) = 245+119+22=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F57716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57716 is #0A88E9. Grayscale: #929292. Windows color (decimal): -690410 or 1472501. OLE color: 1472501.
HSL color Cylindrical-coordinate representation of color #F57716: hue angle of 26.1º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F57716 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 22 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.04 |
| HSL | 26.1º | 0.92% | 0.52% | - |
| HSV(B) | 26.1º | 0.91% | 0.96% | - |
| XYZ | 44.4 | 32.66 | 4.72 | - |
| YUV | 145.62 | 58.24 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 22 | 0 | 0.51 | 0.91 | 0.04 | 26.1 | 0.92 | 0.52 |
| Hex | F5 | 77 | 16 | 0 | 33 | 5B | 4 | 1A | 5C | 34 |
| Octal | 365 | 167 | 26 | 0 | 63 | 133 | 4 | 32 | 134 | 64 |
| Binary | 11110101 | 1110111 | 10110 | 0 | 110011 | 1011011 | 100 | 11010 | 1011100 | 110100 |
Color Harmonies of #F57716
Complementary color
Monochromatic Colors of #F57716
Black with #F57716
Text Example
Text Example
White with #F57716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57716; }
p { color: rgb(245,119,22); }
H1.HeaderClassName
{
color: #F57716;
}
.AnyTagClassName
{
color: #F57716;
}
</style>
background-color css
<style>
a { background-color: #F57716; }
a { background-color: rgb(245,119,22); }
div.DivClassName
{
background-color: #F57716;
}
.BgClassName
{
background-color: #F57716;
}
</style>
border-color css
<style>
span { border-color: #F57716; }
span { border-color: rgb(245,119,22); }
td.TdClassName
{
border-color: #F57716;
}
.TagClassName
{
border-color: #F57716;
}
</style>