Shades of Pumpkin #F56A11
Tints of Pumpkin #F56A11
RGB
CMYK
RGB Variations
Color information
#F56A11 (or 0xF56A11) is known color: Pumpkin. HEX triplet: F5, 6A and 11. RGB value is (245,106,17). Sum of RGB (Red+Green+Blue) = 245+106+17=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56A11 is #0A95EE. Grayscale: #898989. Windows color (decimal): -693743 or 1141493. OLE color: 1141493.
HSL color Cylindrical-coordinate representation of color #F56A11: hue angle of 23.42º 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 #F56A11 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.04 |
| HSL | 23.42º | 0.92% | 0.51% | - |
| HSV(B) | 23.42º | 0.93% | 0.96% | - |
| XYZ | 42.91 | 29.76 | 4.01 | - |
| YUV | 137.42 | 60.05 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 17 | 0 | 0.57 | 0.93 | 0.04 | 23.42 | 0.92 | 0.51 |
| Hex | F5 | 6A | 11 | 0 | 39 | 5D | 4 | 17 | 5C | 33 |
| Octal | 365 | 152 | 21 | 0 | 71 | 135 | 4 | 27 | 134 | 63 |
| Binary | 11110101 | 1101010 | 10001 | 0 | 111001 | 1011101 | 100 | 10111 | 1011100 | 110011 |
Color Harmonies of #F56A11
Complementary color
Monochromatic Colors of #F56A11
Black with #F56A11
Text Example
Text Example
White with #F56A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A11; }
p { color: rgb(245,106,17); }
H1.HeaderClassName
{
color: #F56A11;
}
.AnyTagClassName
{
color: #F56A11;
}
</style>
background-color css
<style>
a { background-color: #F56A11; }
a { background-color: rgb(245,106,17); }
div.DivClassName
{
background-color: #F56A11;
}
.BgClassName
{
background-color: #F56A11;
}
</style>
border-color css
<style>
span { border-color: #F56A11; }
span { border-color: rgb(245,106,17); }
td.TdClassName
{
border-color: #F56A11;
}
.TagClassName
{
border-color: #F56A11;
}
</style>