Shades of Pumpkin #F56F12
Tints of Pumpkin #F56F12
RGB
CMYK
RGB Variations
Color information
#F56F12 (or 0xF56F12) is known color: Pumpkin. HEX triplet: F5, 6F and 12. RGB value is (245,111,18). Sum of RGB (Red+Green+Blue) = 245+111+18=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56F12 is #0A90ED. Grayscale: #8C8C8C. Windows color (decimal): -692462 or 1208309. OLE color: 1208309.
HSL color Cylindrical-coordinate representation of color #F56F12: hue angle of 24.58º 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 #F56F12 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 18 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.04 |
| HSL | 24.58º | 0.92% | 0.52% | - |
| HSV(B) | 24.58º | 0.93% | 0.96% | - |
| XYZ | 43.45 | 30.83 | 4.23 | - |
| YUV | 140.46 | 58.89 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 18 | 0 | 0.55 | 0.93 | 0.04 | 24.58 | 0.92 | 0.52 |
| Hex | F5 | 6F | 12 | 0 | 37 | 5D | 4 | 19 | 5C | 34 |
| Octal | 365 | 157 | 22 | 0 | 67 | 135 | 4 | 31 | 134 | 64 |
| Binary | 11110101 | 1101111 | 10010 | 0 | 110111 | 1011101 | 100 | 11001 | 1011100 | 110100 |
Color Harmonies of #F56F12
Complementary color
Monochromatic Colors of #F56F12
Black with #F56F12
Text Example
Text Example
White with #F56F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F12; }
p { color: rgb(245,111,18); }
H1.HeaderClassName
{
color: #F56F12;
}
.AnyTagClassName
{
color: #F56F12;
}
</style>
background-color css
<style>
a { background-color: #F56F12; }
a { background-color: rgb(245,111,18); }
div.DivClassName
{
background-color: #F56F12;
}
.BgClassName
{
background-color: #F56F12;
}
</style>
border-color css
<style>
span { border-color: #F56F12; }
span { border-color: rgb(245,111,18); }
td.TdClassName
{
border-color: #F56F12;
}
.TagClassName
{
border-color: #F56F12;
}
</style>