Shades of Pumpkin #F57618
Tints of Pumpkin #F57618
RGB
CMYK
RGB Variations
Color information
#F57618 (or 0xF57618) is known color: Pumpkin. HEX triplet: F5, 76 and 18. RGB value is (245,118,24). Sum of RGB (Red+Green+Blue) = 245+118+24=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F57618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57618 is #0A89E7. Grayscale: #919191. Windows color (decimal): -690664 or 1603317. OLE color: 1603317.
HSL color Cylindrical-coordinate representation of color #F57618: hue angle of 25.52º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F57618 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 24 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.04 |
| HSL | 25.52º | 0.92% | 0.53% | - |
| HSV(B) | 25.52º | 0.9% | 0.96% | - |
| XYZ | 44.3 | 32.44 | 4.79 | - |
| YUV | 145.26 | 59.58 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 24 | 0 | 0.52 | 0.90 | 0.04 | 25.52 | 0.92 | 0.53 |
| Hex | F5 | 76 | 18 | 0 | 34 | 5A | 4 | 1A | 5C | 35 |
| Octal | 365 | 166 | 30 | 0 | 64 | 132 | 4 | 32 | 134 | 65 |
| Binary | 11110101 | 1110110 | 11000 | 0 | 110100 | 1011010 | 100 | 11010 | 1011100 | 110101 |
Color Harmonies of #F57618
Complementary color
Monochromatic Colors of #F57618
Black with #F57618
Text Example
Text Example
White with #F57618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57618; }
p { color: rgb(245,118,24); }
H1.HeaderClassName
{
color: #F57618;
}
.AnyTagClassName
{
color: #F57618;
}
</style>
background-color css
<style>
a { background-color: #F57618; }
a { background-color: rgb(245,118,24); }
div.DivClassName
{
background-color: #F57618;
}
.BgClassName
{
background-color: #F57618;
}
</style>
border-color css
<style>
span { border-color: #F57618; }
span { border-color: rgb(245,118,24); }
td.TdClassName
{
border-color: #F57618;
}
.TagClassName
{
border-color: #F57618;
}
</style>