Shades of Pumpkin #F57911
Tints of Pumpkin #F57911
RGB
CMYK
RGB Variations
Color information
#F57911 (or 0xF57911) is known color: Pumpkin. HEX triplet: F5, 79 and 11. RGB value is (245,121,17). Sum of RGB (Red+Green+Blue) = 245+121+17=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F57911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57911 is #0A86EE. Grayscale: #929292. Windows color (decimal): -689903 or 1145333. OLE color: 1145333.
HSL color Cylindrical-coordinate representation of color #F57911: hue angle of 27.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F57911 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.04 |
| HSL | 27.37º | 0.92% | 0.51% | - |
| HSV(B) | 27.37º | 0.93% | 0.96% | - |
| XYZ | 44.59 | 33.13 | 4.57 | - |
| YUV | 146.22 | 55.08 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 17 | 0 | 0.51 | 0.93 | 0.04 | 27.37 | 0.92 | 0.51 |
| Hex | F5 | 79 | 11 | 0 | 33 | 5D | 4 | 1B | 5C | 33 |
| Octal | 365 | 171 | 21 | 0 | 63 | 135 | 4 | 33 | 134 | 63 |
| Binary | 11110101 | 1111001 | 10001 | 0 | 110011 | 1011101 | 100 | 11011 | 1011100 | 110011 |
Color Harmonies of #F57911
Complementary color
Monochromatic Colors of #F57911
Black with #F57911
Text Example
Text Example
White with #F57911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57911; }
p { color: rgb(245,121,17); }
H1.HeaderClassName
{
color: #F57911;
}
.AnyTagClassName
{
color: #F57911;
}
</style>
background-color css
<style>
a { background-color: #F57911; }
a { background-color: rgb(245,121,17); }
div.DivClassName
{
background-color: #F57911;
}
.BgClassName
{
background-color: #F57911;
}
</style>
border-color css
<style>
span { border-color: #F57911; }
span { border-color: rgb(245,121,17); }
td.TdClassName
{
border-color: #F57911;
}
.TagClassName
{
border-color: #F57911;
}
</style>