Shades of Pumpkin #F56118
Tints of Pumpkin #F56118
RGB
CMYK
RGB Variations
Color information
#F56118 (or 0xF56118) is known color: Pumpkin. HEX triplet: F5, 61 and 18. RGB value is (245,97,24). Sum of RGB (Red+Green+Blue) = 245+97+24=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F56118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56118 is #0A9EE7. Grayscale: #858585. Windows color (decimal): -696040 or 1597941. OLE color: 1597941.
HSL color Cylindrical-coordinate representation of color #F56118: hue angle of 19.82º 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 #F56118 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.04 |
| HSL | 19.82º | 0.92% | 0.53% | - |
| HSV(B) | 19.82º | 0.9% | 0.96% | - |
| XYZ | 42.1 | 28.03 | 4.06 | - |
| YUV | 132.93 | 66.53 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 24 | 0 | 0.60 | 0.90 | 0.04 | 19.82 | 0.92 | 0.53 |
| Hex | F5 | 61 | 18 | 0 | 3C | 5A | 4 | 14 | 5C | 35 |
| Octal | 365 | 141 | 30 | 0 | 74 | 132 | 4 | 24 | 134 | 65 |
| Binary | 11110101 | 1100001 | 11000 | 0 | 111100 | 1011010 | 100 | 10100 | 1011100 | 110101 |
Color Harmonies of #F56118
Complementary color
Monochromatic Colors of #F56118
Black with #F56118
Text Example
Text Example
White with #F56118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56118; }
p { color: rgb(245,97,24); }
H1.HeaderClassName
{
color: #F56118;
}
.AnyTagClassName
{
color: #F56118;
}
</style>
background-color css
<style>
a { background-color: #F56118; }
a { background-color: rgb(245,97,24); }
div.DivClassName
{
background-color: #F56118;
}
.BgClassName
{
background-color: #F56118;
}
</style>
border-color css
<style>
span { border-color: #F56118; }
span { border-color: rgb(245,97,24); }
td.TdClassName
{
border-color: #F56118;
}
.TagClassName
{
border-color: #F56118;
}
</style>