Shades of Pumpkin #F56418
Tints of Pumpkin #F56418
RGB
CMYK
RGB Variations
Color information
#F56418 (or 0xF56418) is known color: Pumpkin. HEX triplet: F5, 64 and 18. RGB value is (245,100,24). Sum of RGB (Red+Green+Blue) = 245+100+24=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F56418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56418 is #0A9BE7. Grayscale: #878787. Windows color (decimal): -695272 or 1598709. OLE color: 1598709.
HSL color Cylindrical-coordinate representation of color #F56418: hue angle of 20.63º 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 #F56418 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 24 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.04 |
| HSL | 20.63º | 0.92% | 0.53% | - |
| HSV(B) | 20.63º | 0.9% | 0.96% | - |
| XYZ | 42.38 | 28.59 | 4.15 | - |
| YUV | 134.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 24 | 0 | 0.59 | 0.90 | 0.04 | 20.63 | 0.92 | 0.53 |
| Hex | F5 | 64 | 18 | 0 | 3B | 5A | 4 | 15 | 5C | 35 |
| Octal | 365 | 144 | 30 | 0 | 73 | 132 | 4 | 25 | 134 | 65 |
| Binary | 11110101 | 1100100 | 11000 | 0 | 111011 | 1011010 | 100 | 10101 | 1011100 | 110101 |
Color Harmonies of #F56418
Complementary color
Monochromatic Colors of #F56418
Black with #F56418
Text Example
Text Example
White with #F56418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56418; }
p { color: rgb(245,100,24); }
H1.HeaderClassName
{
color: #F56418;
}
.AnyTagClassName
{
color: #F56418;
}
</style>
background-color css
<style>
a { background-color: #F56418; }
a { background-color: rgb(245,100,24); }
div.DivClassName
{
background-color: #F56418;
}
.BgClassName
{
background-color: #F56418;
}
</style>
border-color css
<style>
span { border-color: #F56418; }
span { border-color: rgb(245,100,24); }
td.TdClassName
{
border-color: #F56418;
}
.TagClassName
{
border-color: #F56418;
}
</style>