Shades of Pumpkin #F57024
Tints of Pumpkin #F57024
RGB
CMYK
RGB Variations
Color information
#F57024 (or 0xF57024) is known color: Pumpkin. HEX triplet: F5, 70 and 24. RGB value is (245,112,36). Sum of RGB (Red+Green+Blue) = 245+112+36=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F57024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57024 is #0A8FDB. Grayscale: #8F8F8F. Windows color (decimal): -692188 or 2388213. OLE color: 2388213.
HSL color Cylindrical-coordinate representation of color #F57024: hue angle of 21.82º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F57024 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 36 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.04 |
| HSL | 21.82º | 0.91% | 0.55% | - |
| HSV(B) | 21.82º | 0.85% | 0.96% | - |
| XYZ | 43.77 | 31.13 | 5.37 | - |
| YUV | 143.1 | 67.56 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 36 | 0 | 0.54 | 0.85 | 0.04 | 21.82 | 0.91 | 0.55 |
| Hex | F5 | 70 | 24 | 0 | 36 | 55 | 4 | 16 | 5B | 37 |
| Octal | 365 | 160 | 44 | 0 | 66 | 125 | 4 | 26 | 133 | 67 |
| Binary | 11110101 | 1110000 | 100100 | 0 | 110110 | 1010101 | 100 | 10110 | 1011011 | 110111 |
Color Harmonies of #F57024
Complementary color
Monochromatic Colors of #F57024
Black with #F57024
Text Example
Text Example
White with #F57024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57024; }
p { color: rgb(245,112,36); }
H1.HeaderClassName
{
color: #F57024;
}
.AnyTagClassName
{
color: #F57024;
}
</style>
background-color css
<style>
a { background-color: #F57024; }
a { background-color: rgb(245,112,36); }
div.DivClassName
{
background-color: #F57024;
}
.BgClassName
{
background-color: #F57024;
}
</style>
border-color css
<style>
span { border-color: #F57024; }
span { border-color: rgb(245,112,36); }
td.TdClassName
{
border-color: #F57024;
}
.TagClassName
{
border-color: #F57024;
}
</style>