Shades of Pumpkin #F56218
Tints of Pumpkin #F56218
RGB
CMYK
RGB Variations
Color information
#F56218 (or 0xF56218) is known color: Pumpkin. HEX triplet: F5, 62 and 18. RGB value is (245,98,24). Sum of RGB (Red+Green+Blue) = 245+98+24=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F56218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56218 is #0A9DE7. Grayscale: #858585. Windows color (decimal): -695784 or 1598197. OLE color: 1598197.
HSL color Cylindrical-coordinate representation of color #F56218: hue angle of 20.09º 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 #F56218 is Cyan = 0, Magento = 0.6, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 24 | - |
| CMYK | 0 | 0.6 | 0.90 | 0.04 |
| HSL | 20.09º | 0.92% | 0.53% | - |
| HSV(B) | 20.09º | 0.9% | 0.96% | - |
| XYZ | 42.19 | 28.21 | 4.09 | - |
| YUV | 133.52 | 66.2 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 24 | 0 | 0.6 | 0.90 | 0.04 | 20.09 | 0.92 | 0.53 |
| Hex | F5 | 62 | 18 | 0 | 3C | 5A | 4 | 14 | 5C | 35 |
| Octal | 365 | 142 | 30 | 0 | 74 | 132 | 4 | 24 | 134 | 65 |
| Binary | 11110101 | 1100010 | 11000 | 0 | 111100 | 1011010 | 100 | 10100 | 1011100 | 110101 |
Color Harmonies of #F56218
Complementary color
Monochromatic Colors of #F56218
Black with #F56218
Text Example
Text Example
White with #F56218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56218; }
p { color: rgb(245,98,24); }
H1.HeaderClassName
{
color: #F56218;
}
.AnyTagClassName
{
color: #F56218;
}
</style>
background-color css
<style>
a { background-color: #F56218; }
a { background-color: rgb(245,98,24); }
div.DivClassName
{
background-color: #F56218;
}
.BgClassName
{
background-color: #F56218;
}
</style>
border-color css
<style>
span { border-color: #F56218; }
span { border-color: rgb(245,98,24); }
td.TdClassName
{
border-color: #F56218;
}
.TagClassName
{
border-color: #F56218;
}
</style>