Shades of Pumpkin #F56F16
Tints of Pumpkin #F56F16
RGB
CMYK
RGB Variations
Color information
#F56F16 (or 0xF56F16) is known color: Pumpkin. HEX triplet: F5, 6F and 16. RGB value is (245,111,22). Sum of RGB (Red+Green+Blue) = 245+111+22=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56F16 is #0A90E9. Grayscale: #8D8D8D. Windows color (decimal): -692458 or 1470453. OLE color: 1470453.
HSL color Cylindrical-coordinate representation of color #F56F16: hue angle of 23.95º 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 #F56F16 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 22 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.04 |
| HSL | 23.95º | 0.92% | 0.52% | - |
| HSV(B) | 23.95º | 0.91% | 0.96% | - |
| XYZ | 43.49 | 30.84 | 4.42 | - |
| YUV | 140.92 | 60.89 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 22 | 0 | 0.55 | 0.91 | 0.04 | 23.95 | 0.92 | 0.52 |
| Hex | F5 | 6F | 16 | 0 | 37 | 5B | 4 | 18 | 5C | 34 |
| Octal | 365 | 157 | 26 | 0 | 67 | 133 | 4 | 30 | 134 | 64 |
| Binary | 11110101 | 1101111 | 10110 | 0 | 110111 | 1011011 | 100 | 11000 | 1011100 | 110100 |
Color Harmonies of #F56F16
Complementary color
Monochromatic Colors of #F56F16
Black with #F56F16
Text Example
Text Example
White with #F56F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F16; }
p { color: rgb(245,111,22); }
H1.HeaderClassName
{
color: #F56F16;
}
.AnyTagClassName
{
color: #F56F16;
}
</style>
background-color css
<style>
a { background-color: #F56F16; }
a { background-color: rgb(245,111,22); }
div.DivClassName
{
background-color: #F56F16;
}
.BgClassName
{
background-color: #F56F16;
}
</style>
border-color css
<style>
span { border-color: #F56F16; }
span { border-color: rgb(245,111,22); }
td.TdClassName
{
border-color: #F56F16;
}
.TagClassName
{
border-color: #F56F16;
}
</style>