Shades of Pumpkin #F57816
Tints of Pumpkin #F57816
RGB
CMYK
RGB Variations
Color information
#F57816 (or 0xF57816) is known color: Pumpkin. HEX triplet: F5, 78 and 16. RGB value is (245,120,22). Sum of RGB (Red+Green+Blue) = 245+120+22=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F57816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57816 is #0A87E9. Grayscale: #929292. Windows color (decimal): -690154 or 1472757. OLE color: 1472757.
HSL color Cylindrical-coordinate representation of color #F57816: hue angle of 26.37º 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 #F57816 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 22 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.04 |
| HSL | 26.37º | 0.92% | 0.52% | - |
| HSV(B) | 26.37º | 0.91% | 0.96% | - |
| XYZ | 44.52 | 32.9 | 4.76 | - |
| YUV | 146.2 | 57.91 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 22 | 0 | 0.51 | 0.91 | 0.04 | 26.37 | 0.92 | 0.52 |
| Hex | F5 | 78 | 16 | 0 | 33 | 5B | 4 | 1A | 5C | 34 |
| Octal | 365 | 170 | 26 | 0 | 63 | 133 | 4 | 32 | 134 | 64 |
| Binary | 11110101 | 1111000 | 10110 | 0 | 110011 | 1011011 | 100 | 11010 | 1011100 | 110100 |
Color Harmonies of #F57816
Complementary color
Monochromatic Colors of #F57816
Black with #F57816
Text Example
Text Example
White with #F57816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57816; }
p { color: rgb(245,120,22); }
H1.HeaderClassName
{
color: #F57816;
}
.AnyTagClassName
{
color: #F57816;
}
</style>
background-color css
<style>
a { background-color: #F57816; }
a { background-color: rgb(245,120,22); }
div.DivClassName
{
background-color: #F57816;
}
.BgClassName
{
background-color: #F57816;
}
</style>
border-color css
<style>
span { border-color: #F57816; }
span { border-color: rgb(245,120,22); }
td.TdClassName
{
border-color: #F57816;
}
.TagClassName
{
border-color: #F57816;
}
</style>