Shades of Pumpkin #F5711D
Tints of Pumpkin #F5711D
RGB
CMYK
RGB Variations
Color information
#F5711D (or 0xF5711D) is known color: Pumpkin. HEX triplet: F5, 71 and 1D. RGB value is (245,113,29). Sum of RGB (Red+Green+Blue) = 245+113+29=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5711D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5711D is #0A8EE2. Grayscale: #8F8F8F. Windows color (decimal): -691939 or 1929717. OLE color: 1929717.
HSL color Cylindrical-coordinate representation of color #F5711D: hue angle of 23.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5711D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 29 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.04 |
| HSL | 23.33º | 0.92% | 0.54% | - |
| HSV(B) | 23.33º | 0.88% | 0.96% | - |
| XYZ | 43.78 | 31.31 | 4.9 | - |
| YUV | 142.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 29 | 0 | 0.54 | 0.88 | 0.04 | 23.33 | 0.92 | 0.54 |
| Hex | F5 | 71 | 1D | 0 | 36 | 58 | 4 | 17 | 5C | 36 |
| Octal | 365 | 161 | 35 | 0 | 66 | 130 | 4 | 27 | 134 | 66 |
| Binary | 11110101 | 1110001 | 11101 | 0 | 110110 | 1011000 | 100 | 10111 | 1011100 | 110110 |
Color Harmonies of #F5711D
Complementary color
Monochromatic Colors of #F5711D
Black with #F5711D
Text Example
Text Example
White with #F5711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5711D; }
p { color: rgb(245,113,29); }
H1.HeaderClassName
{
color: #F5711D;
}
.AnyTagClassName
{
color: #F5711D;
}
</style>
background-color css
<style>
a { background-color: #F5711D; }
a { background-color: rgb(245,113,29); }
div.DivClassName
{
background-color: #F5711D;
}
.BgClassName
{
background-color: #F5711D;
}
</style>
border-color css
<style>
span { border-color: #F5711D; }
span { border-color: rgb(245,113,29); }
td.TdClassName
{
border-color: #F5711D;
}
.TagClassName
{
border-color: #F5711D;
}
</style>