Shades of Pumpkin #F56C0E
Tints of Pumpkin #F56C0E
RGB
CMYK
RGB Variations
Color information
#F56C0E (or 0xF56C0E) is known color: Pumpkin. HEX triplet: F5, 6C and 0E. RGB value is (245,108,14). Sum of RGB (Red+Green+Blue) = 245+108+14=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56C0E is #0A93F1. Grayscale: #8A8A8A. Windows color (decimal): -693234 or 945397. OLE color: 945397.
HSL color Cylindrical-coordinate representation of color #F56C0E: hue angle of 24.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F56C0E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.04 |
| HSL | 24.42º | 0.92% | 0.51% | - |
| HSV(B) | 24.42º | 0.94% | 0.96% | - |
| XYZ | 43.1 | 30.17 | 3.97 | - |
| YUV | 138.25 | 57.89 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 14 | 0 | 0.56 | 0.94 | 0.04 | 24.42 | 0.92 | 0.51 |
| Hex | F5 | 6C | E | 0 | 38 | 5E | 4 | 18 | 5C | 33 |
| Octal | 365 | 154 | 16 | 0 | 70 | 136 | 4 | 30 | 134 | 63 |
| Binary | 11110101 | 1101100 | 1110 | 0 | 111000 | 1011110 | 100 | 11000 | 1011100 | 110011 |
Color Harmonies of #F56C0E
Complementary color
Monochromatic Colors of #F56C0E
Black with #F56C0E
Text Example
Text Example
White with #F56C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C0E; }
p { color: rgb(245,108,14); }
H1.HeaderClassName
{
color: #F56C0E;
}
.AnyTagClassName
{
color: #F56C0E;
}
</style>
background-color css
<style>
a { background-color: #F56C0E; }
a { background-color: rgb(245,108,14); }
div.DivClassName
{
background-color: #F56C0E;
}
.BgClassName
{
background-color: #F56C0E;
}
</style>
border-color css
<style>
span { border-color: #F56C0E; }
span { border-color: rgb(245,108,14); }
td.TdClassName
{
border-color: #F56C0E;
}
.TagClassName
{
border-color: #F56C0E;
}
</style>