Shades of Pumpkin #F57810
Tints of Pumpkin #F57810
RGB
CMYK
RGB Variations
Color information
#F57810 (or 0xF57810) is known color: Pumpkin. HEX triplet: F5, 78 and 10. RGB value is (245,120,16). Sum of RGB (Red+Green+Blue) = 245+120+16=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F57810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57810 is #0A87EF. Grayscale: #929292. Windows color (decimal): -690160 or 1079541. OLE color: 1079541.
HSL color Cylindrical-coordinate representation of color #F57810: hue angle of 27.25º 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 #F57810 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.04 |
| HSL | 27.25º | 0.92% | 0.51% | - |
| HSV(B) | 27.25º | 0.93% | 0.96% | - |
| XYZ | 44.47 | 32.88 | 4.49 | - |
| YUV | 145.52 | 54.91 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 16 | 0 | 0.51 | 0.93 | 0.04 | 27.25 | 0.92 | 0.51 |
| Hex | F5 | 78 | 10 | 0 | 33 | 5D | 4 | 1B | 5C | 33 |
| Octal | 365 | 170 | 20 | 0 | 63 | 135 | 4 | 33 | 134 | 63 |
| Binary | 11110101 | 1111000 | 10000 | 0 | 110011 | 1011101 | 100 | 11011 | 1011100 | 110011 |
Color Harmonies of #F57810
Complementary color
Monochromatic Colors of #F57810
Black with #F57810
Text Example
Text Example
White with #F57810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57810; }
p { color: rgb(245,120,16); }
H1.HeaderClassName
{
color: #F57810;
}
.AnyTagClassName
{
color: #F57810;
}
</style>
background-color css
<style>
a { background-color: #F57810; }
a { background-color: rgb(245,120,16); }
div.DivClassName
{
background-color: #F57810;
}
.BgClassName
{
background-color: #F57810;
}
</style>
border-color css
<style>
span { border-color: #F57810; }
span { border-color: rgb(245,120,16); }
td.TdClassName
{
border-color: #F57810;
}
.TagClassName
{
border-color: #F57810;
}
</style>