Shades of Pumpkin #F57520
Tints of Pumpkin #F57520
RGB
CMYK
RGB Variations
Color information
#F57520 (or 0xF57520) is known color: Pumpkin. HEX triplet: F5, 75 and 20. RGB value is (245,117,32). Sum of RGB (Red+Green+Blue) = 245+117+32=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F57520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57520 is #0A8ADF. Grayscale: #929292. Windows color (decimal): -690912 or 2127349. OLE color: 2127349.
HSL color Cylindrical-coordinate representation of color #F57520: hue angle of 23.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F57520 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 32 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.04 |
| HSL | 23.94º | 0.91% | 0.54% | - |
| HSV(B) | 23.94º | 0.87% | 0.96% | - |
| XYZ | 44.28 | 32.24 | 5.26 | - |
| YUV | 145.58 | 63.91 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 32 | 0 | 0.52 | 0.87 | 0.04 | 23.94 | 0.91 | 0.54 |
| Hex | F5 | 75 | 20 | 0 | 34 | 57 | 4 | 18 | 5B | 36 |
| Octal | 365 | 165 | 40 | 0 | 64 | 127 | 4 | 30 | 133 | 66 |
| Binary | 11110101 | 1110101 | 100000 | 0 | 110100 | 1010111 | 100 | 11000 | 1011011 | 110110 |
Color Harmonies of #F57520
Complementary color
Monochromatic Colors of #F57520
Black with #F57520
Text Example
Text Example
White with #F57520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57520; }
p { color: rgb(245,117,32); }
H1.HeaderClassName
{
color: #F57520;
}
.AnyTagClassName
{
color: #F57520;
}
</style>
background-color css
<style>
a { background-color: #F57520; }
a { background-color: rgb(245,117,32); }
div.DivClassName
{
background-color: #F57520;
}
.BgClassName
{
background-color: #F57520;
}
</style>
border-color css
<style>
span { border-color: #F57520; }
span { border-color: rgb(245,117,32); }
td.TdClassName
{
border-color: #F57520;
}
.TagClassName
{
border-color: #F57520;
}
</style>