Shades of Pumpkin #F57210
Tints of Pumpkin #F57210
RGB
CMYK
RGB Variations
Color information
#F57210 (or 0xF57210) is known color: Pumpkin. HEX triplet: F5, 72 and 10. RGB value is (245,114,16). Sum of RGB (Red+Green+Blue) = 245+114+16=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F57210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57210 is #0A8DEF. Grayscale: #8E8E8E. Windows color (decimal): -691696 or 1078005. OLE color: 1078005.
HSL color Cylindrical-coordinate representation of color #F57210: hue angle of 25.68º 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 #F57210 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.04 |
| HSL | 25.68º | 0.92% | 0.51% | - |
| HSV(B) | 25.68º | 0.93% | 0.96% | - |
| XYZ | 43.77 | 31.48 | 4.26 | - |
| YUV | 142 | 56.9 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 16 | 0 | 0.53 | 0.93 | 0.04 | 25.68 | 0.92 | 0.51 |
| Hex | F5 | 72 | 10 | 0 | 35 | 5D | 4 | 1A | 5C | 33 |
| Octal | 365 | 162 | 20 | 0 | 65 | 135 | 4 | 32 | 134 | 63 |
| Binary | 11110101 | 1110010 | 10000 | 0 | 110101 | 1011101 | 100 | 11010 | 1011100 | 110011 |
Color Harmonies of #F57210
Complementary color
Monochromatic Colors of #F57210
Black with #F57210
Text Example
Text Example
White with #F57210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57210; }
p { color: rgb(245,114,16); }
H1.HeaderClassName
{
color: #F57210;
}
.AnyTagClassName
{
color: #F57210;
}
</style>
background-color css
<style>
a { background-color: #F57210; }
a { background-color: rgb(245,114,16); }
div.DivClassName
{
background-color: #F57210;
}
.BgClassName
{
background-color: #F57210;
}
</style>
border-color css
<style>
span { border-color: #F57210; }
span { border-color: rgb(245,114,16); }
td.TdClassName
{
border-color: #F57210;
}
.TagClassName
{
border-color: #F57210;
}
</style>