Shades of Pumpkin #F57524
Tints of Pumpkin #F57524
RGB
CMYK
RGB Variations
Color information
#F57524 (or 0xF57524) is known color: Pumpkin. HEX triplet: F5, 75 and 24. RGB value is (245,117,36). Sum of RGB (Red+Green+Blue) = 245+117+36=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F57524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57524 is #0A8ADB. Grayscale: #929292. Windows color (decimal): -690908 or 2389493. OLE color: 2389493.
HSL color Cylindrical-coordinate representation of color #F57524: hue angle of 23.25º 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 #F57524 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 36 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.04 |
| HSL | 23.25º | 0.91% | 0.55% | - |
| HSV(B) | 23.25º | 0.85% | 0.96% | - |
| XYZ | 44.34 | 32.26 | 5.56 | - |
| YUV | 146.04 | 65.91 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 36 | 0 | 0.52 | 0.85 | 0.04 | 23.25 | 0.91 | 0.55 |
| Hex | F5 | 75 | 24 | 0 | 34 | 55 | 4 | 17 | 5B | 37 |
| Octal | 365 | 165 | 44 | 0 | 64 | 125 | 4 | 27 | 133 | 67 |
| Binary | 11110101 | 1110101 | 100100 | 0 | 110100 | 1010101 | 100 | 10111 | 1011011 | 110111 |
Color Harmonies of #F57524
Complementary color
Monochromatic Colors of #F57524
Black with #F57524
Text Example
Text Example
White with #F57524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57524; }
p { color: rgb(245,117,36); }
H1.HeaderClassName
{
color: #F57524;
}
.AnyTagClassName
{
color: #F57524;
}
</style>
background-color css
<style>
a { background-color: #F57524; }
a { background-color: rgb(245,117,36); }
div.DivClassName
{
background-color: #F57524;
}
.BgClassName
{
background-color: #F57524;
}
</style>
border-color css
<style>
span { border-color: #F57524; }
span { border-color: rgb(245,117,36); }
td.TdClassName
{
border-color: #F57524;
}
.TagClassName
{
border-color: #F57524;
}
</style>