Shades of Pumpkin #F56616
Tints of Pumpkin #F56616
RGB
CMYK
RGB Variations
Color information
#F56616 (or 0xF56616) is known color: Pumpkin. HEX triplet: F5, 66 and 16. RGB value is (245,102,22). Sum of RGB (Red+Green+Blue) = 245+102+22=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F56616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56616 is #0A99E9. Grayscale: #888888. Windows color (decimal): -694762 or 1468149. OLE color: 1468149.
HSL color Cylindrical-coordinate representation of color #F56616: hue angle of 21.52º 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 #F56616 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 22 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.04 |
| HSL | 21.52º | 0.92% | 0.52% | - |
| HSV(B) | 21.52º | 0.91% | 0.96% | - |
| XYZ | 42.55 | 28.97 | 4.11 | - |
| YUV | 135.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 22 | 0 | 0.58 | 0.91 | 0.04 | 21.52 | 0.92 | 0.52 |
| Hex | F5 | 66 | 16 | 0 | 3A | 5B | 4 | 16 | 5C | 34 |
| Octal | 365 | 146 | 26 | 0 | 72 | 133 | 4 | 26 | 134 | 64 |
| Binary | 11110101 | 1100110 | 10110 | 0 | 111010 | 1011011 | 100 | 10110 | 1011100 | 110100 |
Color Harmonies of #F56616
Complementary color
Monochromatic Colors of #F56616
Black with #F56616
Text Example
Text Example
White with #F56616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56616; }
p { color: rgb(245,102,22); }
H1.HeaderClassName
{
color: #F56616;
}
.AnyTagClassName
{
color: #F56616;
}
</style>
background-color css
<style>
a { background-color: #F56616; }
a { background-color: rgb(245,102,22); }
div.DivClassName
{
background-color: #F56616;
}
.BgClassName
{
background-color: #F56616;
}
</style>
border-color css
<style>
span { border-color: #F56616; }
span { border-color: rgb(245,102,22); }
td.TdClassName
{
border-color: #F56616;
}
.TagClassName
{
border-color: #F56616;
}
</style>