Shades of Pumpkin #F56911
Tints of Pumpkin #F56911
RGB
CMYK
RGB Variations
Color information
#F56911 (or 0xF56911) is known color: Pumpkin. HEX triplet: F5, 69 and 11. RGB value is (245,105,17). Sum of RGB (Red+Green+Blue) = 245+105+17=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F56911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56911 is #0A96EE. Grayscale: #898989. Windows color (decimal): -693999 or 1141237. OLE color: 1141237.
HSL color Cylindrical-coordinate representation of color #F56911: hue angle of 23.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56911 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.04 |
| HSL | 23.16º | 0.92% | 0.51% | - |
| HSV(B) | 23.16º | 0.93% | 0.96% | - |
| XYZ | 42.81 | 29.56 | 3.98 | - |
| YUV | 136.83 | 60.38 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 17 | 0 | 0.57 | 0.93 | 0.04 | 23.16 | 0.92 | 0.51 |
| Hex | F5 | 69 | 11 | 0 | 39 | 5D | 4 | 17 | 5C | 33 |
| Octal | 365 | 151 | 21 | 0 | 71 | 135 | 4 | 27 | 134 | 63 |
| Binary | 11110101 | 1101001 | 10001 | 0 | 111001 | 1011101 | 100 | 10111 | 1011100 | 110011 |
Color Harmonies of #F56911
Complementary color
Monochromatic Colors of #F56911
Black with #F56911
Text Example
Text Example
White with #F56911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56911; }
p { color: rgb(245,105,17); }
H1.HeaderClassName
{
color: #F56911;
}
.AnyTagClassName
{
color: #F56911;
}
</style>
background-color css
<style>
a { background-color: #F56911; }
a { background-color: rgb(245,105,17); }
div.DivClassName
{
background-color: #F56911;
}
.BgClassName
{
background-color: #F56911;
}
</style>
border-color css
<style>
span { border-color: #F56911; }
span { border-color: rgb(245,105,17); }
td.TdClassName
{
border-color: #F56911;
}
.TagClassName
{
border-color: #F56911;
}
</style>