Shades of Pumpkin #F5710B
Tints of Pumpkin #F5710B
RGB
CMYK
RGB Variations
Color information
#F5710B (or 0xF5710B) is known color: Pumpkin. HEX triplet: F5, 71 and 0B. RGB value is (245,113,11). Sum of RGB (Red+Green+Blue) = 245+113+11=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5710B is #0A8EF4. Grayscale: #8D8D8D. Windows color (decimal): -691957 or 750069. OLE color: 750069.
HSL color Cylindrical-coordinate representation of color #F5710B: hue angle of 26.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5710B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.04 |
| HSL | 26.15º | 0.92% | 0.5% | - |
| HSV(B) | 26.15º | 0.96% | 0.96% | - |
| XYZ | 43.62 | 31.25 | 4.05 | - |
| YUV | 140.84 | 54.73 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 11 | 0 | 0.54 | 0.96 | 0.04 | 26.15 | 0.92 | 0.5 |
| Hex | F5 | 71 | B | 0 | 36 | 60 | 4 | 1A | 5C | 32 |
| Octal | 365 | 161 | 13 | 0 | 66 | 140 | 4 | 32 | 134 | 62 |
| Binary | 11110101 | 1110001 | 1011 | 0 | 110110 | 1100000 | 100 | 11010 | 1011100 | 110010 |
Color Harmonies of #F5710B
Complementary color
Monochromatic Colors of #F5710B
Black with #F5710B
Text Example
Text Example
White with #F5710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5710B; }
p { color: rgb(245,113,11); }
H1.HeaderClassName
{
color: #F5710B;
}
.AnyTagClassName
{
color: #F5710B;
}
</style>
background-color css
<style>
a { background-color: #F5710B; }
a { background-color: rgb(245,113,11); }
div.DivClassName
{
background-color: #F5710B;
}
.BgClassName
{
background-color: #F5710B;
}
</style>
border-color css
<style>
span { border-color: #F5710B; }
span { border-color: rgb(245,113,11); }
td.TdClassName
{
border-color: #F5710B;
}
.TagClassName
{
border-color: #F5710B;
}
</style>