Shades of Pumpkin #F56818
Tints of Pumpkin #F56818
RGB
CMYK
RGB Variations
Color information
#F56818 (or 0xF56818) is known color: Pumpkin. HEX triplet: F5, 68 and 18. RGB value is (245,104,24). Sum of RGB (Red+Green+Blue) = 245+104+24=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F56818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56818 is #0A97E7. Grayscale: #898989. Windows color (decimal): -694248 or 1599733. OLE color: 1599733.
HSL color Cylindrical-coordinate representation of color #F56818: hue angle of 21.72º 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 #F56818 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 24 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.04 |
| HSL | 21.72º | 0.92% | 0.53% | - |
| HSV(B) | 21.72º | 0.9% | 0.96% | - |
| XYZ | 42.77 | 29.38 | 4.28 | - |
| YUV | 137.04 | 64.21 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 24 | 0 | 0.58 | 0.90 | 0.04 | 21.72 | 0.92 | 0.53 |
| Hex | F5 | 68 | 18 | 0 | 3A | 5A | 4 | 16 | 5C | 35 |
| Octal | 365 | 150 | 30 | 0 | 72 | 132 | 4 | 26 | 134 | 65 |
| Binary | 11110101 | 1101000 | 11000 | 0 | 111010 | 1011010 | 100 | 10110 | 1011100 | 110101 |
Color Harmonies of #F56818
Complementary color
Monochromatic Colors of #F56818
Black with #F56818
Text Example
Text Example
White with #F56818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56818; }
p { color: rgb(245,104,24); }
H1.HeaderClassName
{
color: #F56818;
}
.AnyTagClassName
{
color: #F56818;
}
</style>
background-color css
<style>
a { background-color: #F56818; }
a { background-color: rgb(245,104,24); }
div.DivClassName
{
background-color: #F56818;
}
.BgClassName
{
background-color: #F56818;
}
</style>
border-color css
<style>
span { border-color: #F56818; }
span { border-color: rgb(245,104,24); }
td.TdClassName
{
border-color: #F56818;
}
.TagClassName
{
border-color: #F56818;
}
</style>