Shades of Pumpkin #F56A12
Tints of Pumpkin #F56A12
RGB
CMYK
RGB Variations
Color information
#F56A12 (or 0xF56A12) is known color: Pumpkin. HEX triplet: F5, 6A and 12. RGB value is (245,106,18). Sum of RGB (Red+Green+Blue) = 245+106+18=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56A12 is #0A95ED. Grayscale: #8A8A8A. Windows color (decimal): -693742 or 1207029. OLE color: 1207029.
HSL color Cylindrical-coordinate representation of color #F56A12: hue angle of 23.26º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56A12 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 18 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.04 |
| HSL | 23.26º | 0.92% | 0.52% | - |
| HSV(B) | 23.26º | 0.93% | 0.96% | - |
| XYZ | 42.92 | 29.76 | 4.06 | - |
| YUV | 137.53 | 60.55 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 18 | 0 | 0.57 | 0.93 | 0.04 | 23.26 | 0.92 | 0.52 |
| Hex | F5 | 6A | 12 | 0 | 39 | 5D | 4 | 17 | 5C | 34 |
| Octal | 365 | 152 | 22 | 0 | 71 | 135 | 4 | 27 | 134 | 64 |
| Binary | 11110101 | 1101010 | 10010 | 0 | 111001 | 1011101 | 100 | 10111 | 1011100 | 110100 |
Color Harmonies of #F56A12
Complementary color
Monochromatic Colors of #F56A12
Black with #F56A12
Text Example
Text Example
White with #F56A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A12; }
p { color: rgb(245,106,18); }
H1.HeaderClassName
{
color: #F56A12;
}
.AnyTagClassName
{
color: #F56A12;
}
</style>
background-color css
<style>
a { background-color: #F56A12; }
a { background-color: rgb(245,106,18); }
div.DivClassName
{
background-color: #F56A12;
}
.BgClassName
{
background-color: #F56A12;
}
</style>
border-color css
<style>
span { border-color: #F56A12; }
span { border-color: rgb(245,106,18); }
td.TdClassName
{
border-color: #F56A12;
}
.TagClassName
{
border-color: #F56A12;
}
</style>