Shades of Pumpkin #FF7025
Tints of Pumpkin #FF7025
RGB
CMYK
RGB Variations
Color information
#FF7025 (or 0xFF7025) is known color: Pumpkin. HEX triplet: FF, 70 and 25. RGB value is (255,112,37). Sum of RGB (Red+Green+Blue) = 255+112+37=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7025 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7025 is #008FDA. Grayscale: #929292. Windows color (decimal): -36827 or 2453759. OLE color: 2453759.
HSL color Cylindrical-coordinate representation of color #FF7025: hue angle of 20.64º 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 #FF7025 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 37 | - |
| CMYK | 0 | 0.56 | 0.85 | 0 |
| HSL | 20.64º | 1% | 0.57% | - |
| HSV(B) | 20.64º | 0.85% | 1% | - |
| XYZ | 47.37 | 32.98 | 5.62 | - |
| YUV | 146.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 37 | 0 | 0.56 | 0.85 | 0 | 20.64 | 1 | 0.57 |
| Hex | FF | 70 | 25 | 0 | 38 | 55 | 0 | 15 | 64 | 39 |
| Octal | 377 | 160 | 45 | 0 | 70 | 125 | 0 | 25 | 144 | 71 |
| Binary | 11111111 | 1110000 | 100101 | 0 | 111000 | 1010101 | 0 | 10101 | 1100100 | 111001 |
Color Harmonies of #FF7025
Complementary color
Monochromatic Colors of #FF7025
Black with #FF7025
Text Example
Text Example
White with #FF7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7025; }
p { color: rgb(255,112,37); }
H1.HeaderClassName
{
color: #FF7025;
}
.AnyTagClassName
{
color: #FF7025;
}
</style>
background-color css
<style>
a { background-color: #FF7025; }
a { background-color: rgb(255,112,37); }
div.DivClassName
{
background-color: #FF7025;
}
.BgClassName
{
background-color: #FF7025;
}
</style>
border-color css
<style>
span { border-color: #FF7025; }
span { border-color: rgb(255,112,37); }
td.TdClassName
{
border-color: #FF7025;
}
.TagClassName
{
border-color: #FF7025;
}
</style>