Shades of Pumpkin #F56115
Tints of Pumpkin #F56115
RGB
CMYK
RGB Variations
Color information
#F56115 (or 0xF56115) is known color: Pumpkin. HEX triplet: F5, 61 and 15. RGB value is (245,97,21). Sum of RGB (Red+Green+Blue) = 245+97+21=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F56115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56115 is #0A9EEA. Grayscale: #858585. Windows color (decimal): -696043 or 1401333. OLE color: 1401333.
HSL color Cylindrical-coordinate representation of color #F56115: hue angle of 20.36º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F56115 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 21 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.04 |
| HSL | 20.36º | 0.92% | 0.52% | - |
| HSV(B) | 20.36º | 0.91% | 0.96% | - |
| XYZ | 42.07 | 28.02 | 3.9 | - |
| YUV | 132.59 | 65.03 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 21 | 0 | 0.60 | 0.91 | 0.04 | 20.36 | 0.92 | 0.52 |
| Hex | F5 | 61 | 15 | 0 | 3C | 5B | 4 | 14 | 5C | 34 |
| Octal | 365 | 141 | 25 | 0 | 74 | 133 | 4 | 24 | 134 | 64 |
| Binary | 11110101 | 1100001 | 10101 | 0 | 111100 | 1011011 | 100 | 10100 | 1011100 | 110100 |
Color Harmonies of #F56115
Complementary color
Monochromatic Colors of #F56115
Black with #F56115
Text Example
Text Example
White with #F56115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56115; }
p { color: rgb(245,97,21); }
H1.HeaderClassName
{
color: #F56115;
}
.AnyTagClassName
{
color: #F56115;
}
</style>
background-color css
<style>
a { background-color: #F56115; }
a { background-color: rgb(245,97,21); }
div.DivClassName
{
background-color: #F56115;
}
.BgClassName
{
background-color: #F56115;
}
</style>
border-color css
<style>
span { border-color: #F56115; }
span { border-color: rgb(245,97,21); }
td.TdClassName
{
border-color: #F56115;
}
.TagClassName
{
border-color: #F56115;
}
</style>