Shades of Pumpkin #F57425
Tints of Pumpkin #F57425
RGB
CMYK
RGB Variations
Color information
#F57425 (or 0xF57425) is known color: Pumpkin. HEX triplet: F5, 74 and 25. RGB value is (245,116,37). Sum of RGB (Red+Green+Blue) = 245+116+37=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F57425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57425 is #0A8BDA. Grayscale: #929292. Windows color (decimal): -691163 or 2454773. OLE color: 2454773.
HSL color Cylindrical-coordinate representation of color #F57425: hue angle of 22.79º 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 #F57425 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 37 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.04 |
| HSL | 22.79º | 0.91% | 0.55% | - |
| HSV(B) | 22.79º | 0.85% | 0.96% | - |
| XYZ | 44.24 | 32.04 | 5.6 | - |
| YUV | 145.57 | 66.74 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 37 | 0 | 0.53 | 0.85 | 0.04 | 22.79 | 0.91 | 0.55 |
| Hex | F5 | 74 | 25 | 0 | 35 | 55 | 4 | 17 | 5B | 37 |
| Octal | 365 | 164 | 45 | 0 | 65 | 125 | 4 | 27 | 133 | 67 |
| Binary | 11110101 | 1110100 | 100101 | 0 | 110101 | 1010101 | 100 | 10111 | 1011011 | 110111 |
Color Harmonies of #F57425
Complementary color
Monochromatic Colors of #F57425
Black with #F57425
Text Example
Text Example
White with #F57425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57425; }
p { color: rgb(245,116,37); }
H1.HeaderClassName
{
color: #F57425;
}
.AnyTagClassName
{
color: #F57425;
}
</style>
background-color css
<style>
a { background-color: #F57425; }
a { background-color: rgb(245,116,37); }
div.DivClassName
{
background-color: #F57425;
}
.BgClassName
{
background-color: #F57425;
}
</style>
border-color css
<style>
span { border-color: #F57425; }
span { border-color: rgb(245,116,37); }
td.TdClassName
{
border-color: #F57425;
}
.TagClassName
{
border-color: #F57425;
}
</style>