Shades of Pumpkin #F57711
Tints of Pumpkin #F57711
RGB
CMYK
RGB Variations
Color information
#F57711 (or 0xF57711) is known color: Pumpkin. HEX triplet: F5, 77 and 11. RGB value is (245,119,17). Sum of RGB (Red+Green+Blue) = 245+119+17=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F57711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57711 is #0A88EE. Grayscale: #919191. Windows color (decimal): -690415 or 1144821. OLE color: 1144821.
HSL color Cylindrical-coordinate representation of color #F57711: hue angle of 26.84º 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 #F57711 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.04 |
| HSL | 26.84º | 0.92% | 0.51% | - |
| HSV(B) | 26.84º | 0.93% | 0.96% | - |
| XYZ | 44.35 | 32.65 | 4.49 | - |
| YUV | 145.05 | 55.74 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 17 | 0 | 0.51 | 0.93 | 0.04 | 26.84 | 0.92 | 0.51 |
| Hex | F5 | 77 | 11 | 0 | 33 | 5D | 4 | 1B | 5C | 33 |
| Octal | 365 | 167 | 21 | 0 | 63 | 135 | 4 | 33 | 134 | 63 |
| Binary | 11110101 | 1110111 | 10001 | 0 | 110011 | 1011101 | 100 | 11011 | 1011100 | 110011 |
Color Harmonies of #F57711
Complementary color
Monochromatic Colors of #F57711
Black with #F57711
Text Example
Text Example
White with #F57711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57711; }
p { color: rgb(245,119,17); }
H1.HeaderClassName
{
color: #F57711;
}
.AnyTagClassName
{
color: #F57711;
}
</style>
background-color css
<style>
a { background-color: #F57711; }
a { background-color: rgb(245,119,17); }
div.DivClassName
{
background-color: #F57711;
}
.BgClassName
{
background-color: #F57711;
}
</style>
border-color css
<style>
span { border-color: #F57711; }
span { border-color: rgb(245,119,17); }
td.TdClassName
{
border-color: #F57711;
}
.TagClassName
{
border-color: #F57711;
}
</style>