Shades of Pumpkin #FF7325
Tints of Pumpkin #FF7325
RGB
CMYK
RGB Variations
Color information
#FF7325 (or 0xFF7325) is known color: Pumpkin. HEX triplet: FF, 73 and 25. RGB value is (255,115,37). Sum of RGB (Red+Green+Blue) = 255+115+37=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7325 is #008CDA. Grayscale: #949494. Windows color (decimal): -36059 or 2454527. OLE color: 2454527.
HSL color Cylindrical-coordinate representation of color #FF7325: hue angle of 21.47º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF7325 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 37 | - |
| CMYK | 0 | 0.55 | 0.85 | 0 |
| HSL | 21.47º | 1% | 0.57% | - |
| HSV(B) | 21.47º | 0.85% | 1% | - |
| XYZ | 47.7 | 33.66 | 5.73 | - |
| YUV | 147.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 37 | 0 | 0.55 | 0.85 | 0 | 21.47 | 1 | 0.57 |
| Hex | FF | 73 | 25 | 0 | 37 | 55 | 0 | 15 | 64 | 39 |
| Octal | 377 | 163 | 45 | 0 | 67 | 125 | 0 | 25 | 144 | 71 |
| Binary | 11111111 | 1110011 | 100101 | 0 | 110111 | 1010101 | 0 | 10101 | 1100100 | 111001 |
Color Harmonies of #FF7325
Complementary color
Monochromatic Colors of #FF7325
Black with #FF7325
Text Example
Text Example
White with #FF7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7325; }
p { color: rgb(255,115,37); }
H1.HeaderClassName
{
color: #FF7325;
}
.AnyTagClassName
{
color: #FF7325;
}
</style>
background-color css
<style>
a { background-color: #FF7325; }
a { background-color: rgb(255,115,37); }
div.DivClassName
{
background-color: #FF7325;
}
.BgClassName
{
background-color: #FF7325;
}
</style>
border-color css
<style>
span { border-color: #FF7325; }
span { border-color: rgb(255,115,37); }
td.TdClassName
{
border-color: #FF7325;
}
.TagClassName
{
border-color: #FF7325;
}
</style>