Shades of Pumpkin #F57112
Tints of Pumpkin #F57112
RGB
CMYK
RGB Variations
Color information
#F57112 (or 0xF57112) is known color: Pumpkin. HEX triplet: F5, 71 and 12. RGB value is (245,113,18). Sum of RGB (Red+Green+Blue) = 245+113+18=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F57112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57112 is #0A8EED. Grayscale: #8E8E8E. Windows color (decimal): -691950 or 1208821. OLE color: 1208821.
HSL color Cylindrical-coordinate representation of color #F57112: hue angle of 25.11º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F57112 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25.11º | 0.92% | 0.52% | - |
| HSV(B) | 25.11º | 0.93% | 0.96% | - |
| XYZ | 43.67 | 31.27 | 4.31 | - |
| YUV | 141.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 18 | 0 | 0.54 | 0.93 | 0.04 | 25.11 | 0.92 | 0.52 |
| Hex | F5 | 71 | 12 | 0 | 36 | 5D | 4 | 19 | 5C | 34 |
| Octal | 365 | 161 | 22 | 0 | 66 | 135 | 4 | 31 | 134 | 64 |
| Binary | 11110101 | 1110001 | 10010 | 0 | 110110 | 1011101 | 100 | 11001 | 1011100 | 110100 |
Color Harmonies of #F57112
Complementary color
Monochromatic Colors of #F57112
Black with #F57112
Text Example
Text Example
White with #F57112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57112; }
p { color: rgb(245,113,18); }
H1.HeaderClassName
{
color: #F57112;
}
.AnyTagClassName
{
color: #F57112;
}
</style>
background-color css
<style>
a { background-color: #F57112; }
a { background-color: rgb(245,113,18); }
div.DivClassName
{
background-color: #F57112;
}
.BgClassName
{
background-color: #F57112;
}
</style>
border-color css
<style>
span { border-color: #F57112; }
span { border-color: rgb(245,113,18); }
td.TdClassName
{
border-color: #F57112;
}
.TagClassName
{
border-color: #F57112;
}
</style>