Shades of Pumpkin #F56521
Tints of Pumpkin #F56521
RGB
CMYK
RGB Variations
Color information
#F56521 (or 0xF56521) is known color: Pumpkin. HEX triplet: F5, 65 and 21. RGB value is (245,101,33). Sum of RGB (Red+Green+Blue) = 245+101+33=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F56521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56521 is #0A9ADE. Grayscale: #888888. Windows color (decimal): -695007 or 2188789. OLE color: 2188789.
HSL color Cylindrical-coordinate representation of color #F56521: hue angle of 19.25º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F56521 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 33 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.04 |
| HSL | 19.25º | 0.91% | 0.55% | - |
| HSV(B) | 19.25º | 0.87% | 0.96% | - |
| XYZ | 42.58 | 28.83 | 4.76 | - |
| YUV | 136.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 33 | 0 | 0.59 | 0.87 | 0.04 | 19.25 | 0.91 | 0.55 |
| Hex | F5 | 65 | 21 | 0 | 3B | 57 | 4 | 13 | 5B | 37 |
| Octal | 365 | 145 | 41 | 0 | 73 | 127 | 4 | 23 | 133 | 67 |
| Binary | 11110101 | 1100101 | 100001 | 0 | 111011 | 1010111 | 100 | 10011 | 1011011 | 110111 |
Color Harmonies of #F56521
Complementary color
Monochromatic Colors of #F56521
Black with #F56521
Text Example
Text Example
White with #F56521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56521; }
p { color: rgb(245,101,33); }
H1.HeaderClassName
{
color: #F56521;
}
.AnyTagClassName
{
color: #F56521;
}
</style>
background-color css
<style>
a { background-color: #F56521; }
a { background-color: rgb(245,101,33); }
div.DivClassName
{
background-color: #F56521;
}
.BgClassName
{
background-color: #F56521;
}
</style>
border-color css
<style>
span { border-color: #F56521; }
span { border-color: rgb(245,101,33); }
td.TdClassName
{
border-color: #F56521;
}
.TagClassName
{
border-color: #F56521;
}
</style>