Shades of Pumpkin #F56720
Tints of Pumpkin #F56720
RGB
CMYK
RGB Variations
Color information
#F56720 (or 0xF56720) is known color: Pumpkin. HEX triplet: F5, 67 and 20. RGB value is (245,103,32). Sum of RGB (Red+Green+Blue) = 245+103+32=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F56720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56720 is #0A98DF. Grayscale: #898989. Windows color (decimal): -694496 or 2123765. OLE color: 2123765.
HSL color Cylindrical-coordinate representation of color #F56720: hue angle of 20º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F56720 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 32 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.04 |
| HSL | 20º | 0.91% | 0.54% | - |
| HSV(B) | 20º | 0.87% | 0.96% | - |
| XYZ | 42.77 | 29.22 | 4.75 | - |
| YUV | 137.36 | 68.54 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 32 | 0 | 0.58 | 0.87 | 0.04 | 20 | 0.91 | 0.54 |
| Hex | F5 | 67 | 20 | 0 | 3A | 57 | 4 | 14 | 5B | 36 |
| Octal | 365 | 147 | 40 | 0 | 72 | 127 | 4 | 24 | 133 | 66 |
| Binary | 11110101 | 1100111 | 100000 | 0 | 111010 | 1010111 | 100 | 10100 | 1011011 | 110110 |
Color Harmonies of #F56720
Complementary color
Monochromatic Colors of #F56720
Black with #F56720
Text Example
Text Example
White with #F56720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56720; }
p { color: rgb(245,103,32); }
H1.HeaderClassName
{
color: #F56720;
}
.AnyTagClassName
{
color: #F56720;
}
</style>
background-color css
<style>
a { background-color: #F56720; }
a { background-color: rgb(245,103,32); }
div.DivClassName
{
background-color: #F56720;
}
.BgClassName
{
background-color: #F56720;
}
</style>
border-color css
<style>
span { border-color: #F56720; }
span { border-color: rgb(245,103,32); }
td.TdClassName
{
border-color: #F56720;
}
.TagClassName
{
border-color: #F56720;
}
</style>