Shades of Pumpkin #F57525
Tints of Pumpkin #F57525
RGB
CMYK
RGB Variations
Color information
#F57525 (or 0xF57525) is known color: Pumpkin. HEX triplet: F5, 75 and 25. RGB value is (245,117,37). Sum of RGB (Red+Green+Blue) = 245+117+37=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F57525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57525 is #0A8ADA. Grayscale: #929292. Windows color (decimal): -690907 or 2455029. OLE color: 2455029.
HSL color Cylindrical-coordinate representation of color #F57525: hue angle of 23.08º 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 #F57525 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 37 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.04 |
| HSL | 23.08º | 0.91% | 0.55% | - |
| HSV(B) | 23.08º | 0.85% | 0.96% | - |
| XYZ | 44.35 | 32.27 | 5.64 | - |
| YUV | 146.15 | 66.41 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 37 | 0 | 0.52 | 0.85 | 0.04 | 23.08 | 0.91 | 0.55 |
| Hex | F5 | 75 | 25 | 0 | 34 | 55 | 4 | 17 | 5B | 37 |
| Octal | 365 | 165 | 45 | 0 | 64 | 125 | 4 | 27 | 133 | 67 |
| Binary | 11110101 | 1110101 | 100101 | 0 | 110100 | 1010101 | 100 | 10111 | 1011011 | 110111 |
Color Harmonies of #F57525
Complementary color
Monochromatic Colors of #F57525
Black with #F57525
Text Example
Text Example
White with #F57525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57525; }
p { color: rgb(245,117,37); }
H1.HeaderClassName
{
color: #F57525;
}
.AnyTagClassName
{
color: #F57525;
}
</style>
background-color css
<style>
a { background-color: #F57525; }
a { background-color: rgb(245,117,37); }
div.DivClassName
{
background-color: #F57525;
}
.BgClassName
{
background-color: #F57525;
}
</style>
border-color css
<style>
span { border-color: #F57525; }
span { border-color: rgb(245,117,37); }
td.TdClassName
{
border-color: #F57525;
}
.TagClassName
{
border-color: #F57525;
}
</style>