Shades of Pumpkin #F56D1F
Tints of Pumpkin #F56D1F
RGB
CMYK
RGB Variations
Color information
#F56D1F (or 0xF56D1F) is known color: Pumpkin. HEX triplet: F5, 6D and 1F. RGB value is (245,109,31). Sum of RGB (Red+Green+Blue) = 245+109+31=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56D1F is #0A92E0. Grayscale: #8D8D8D. Windows color (decimal): -692961 or 2059765. OLE color: 2059765.
HSL color Cylindrical-coordinate representation of color #F56D1F: hue angle of 21.87º 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 #F56D1F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 31 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.04 |
| HSL | 21.87º | 0.91% | 0.54% | - |
| HSV(B) | 21.87º | 0.87% | 0.96% | - |
| XYZ | 43.37 | 30.45 | 4.89 | - |
| YUV | 140.77 | 66.06 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 31 | 0 | 0.56 | 0.87 | 0.04 | 21.87 | 0.91 | 0.54 |
| Hex | F5 | 6D | 1F | 0 | 38 | 57 | 4 | 16 | 5B | 36 |
| Octal | 365 | 155 | 37 | 0 | 70 | 127 | 4 | 26 | 133 | 66 |
| Binary | 11110101 | 1101101 | 11111 | 0 | 111000 | 1010111 | 100 | 10110 | 1011011 | 110110 |
Color Harmonies of #F56D1F
Complementary color
Monochromatic Colors of #F56D1F
Black with #F56D1F
Text Example
Text Example
White with #F56D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D1F; }
p { color: rgb(245,109,31); }
H1.HeaderClassName
{
color: #F56D1F;
}
.AnyTagClassName
{
color: #F56D1F;
}
</style>
background-color css
<style>
a { background-color: #F56D1F; }
a { background-color: rgb(245,109,31); }
div.DivClassName
{
background-color: #F56D1F;
}
.BgClassName
{
background-color: #F56D1F;
}
</style>
border-color css
<style>
span { border-color: #F56D1F; }
span { border-color: rgb(245,109,31); }
td.TdClassName
{
border-color: #F56D1F;
}
.TagClassName
{
border-color: #F56D1F;
}
</style>