Shades of Pumpkin #F56512
Tints of Pumpkin #F56512
RGB
CMYK
RGB Variations
Color information
#F56512 (or 0xF56512) is known color: Pumpkin. HEX triplet: F5, 65 and 12. RGB value is (245,101,18). Sum of RGB (Red+Green+Blue) = 245+101+18=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F56512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56512 is #0A9AED. Grayscale: #878787. Windows color (decimal): -695022 or 1205749. OLE color: 1205749.
HSL color Cylindrical-coordinate representation of color #F56512: hue angle of 21.94º 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 #F56512 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.04 |
| HSL | 21.94º | 0.92% | 0.52% | - |
| HSV(B) | 21.94º | 0.93% | 0.96% | - |
| XYZ | 42.42 | 28.76 | 3.89 | - |
| YUV | 134.59 | 62.21 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 18 | 0 | 0.59 | 0.93 | 0.04 | 21.94 | 0.92 | 0.52 |
| Hex | F5 | 65 | 12 | 0 | 3B | 5D | 4 | 16 | 5C | 34 |
| Octal | 365 | 145 | 22 | 0 | 73 | 135 | 4 | 26 | 134 | 64 |
| Binary | 11110101 | 1100101 | 10010 | 0 | 111011 | 1011101 | 100 | 10110 | 1011100 | 110100 |
Color Harmonies of #F56512
Complementary color
Monochromatic Colors of #F56512
Black with #F56512
Text Example
Text Example
White with #F56512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56512; }
p { color: rgb(245,101,18); }
H1.HeaderClassName
{
color: #F56512;
}
.AnyTagClassName
{
color: #F56512;
}
</style>
background-color css
<style>
a { background-color: #F56512; }
a { background-color: rgb(245,101,18); }
div.DivClassName
{
background-color: #F56512;
}
.BgClassName
{
background-color: #F56512;
}
</style>
border-color css
<style>
span { border-color: #F56512; }
span { border-color: rgb(245,101,18); }
td.TdClassName
{
border-color: #F56512;
}
.TagClassName
{
border-color: #F56512;
}
</style>