Shades of Pumpkin #FA7325
Tints of Pumpkin #FA7325
RGB
CMYK
RGB Variations
Color information
#FA7325 (or 0xFA7325) is known color: Pumpkin. HEX triplet: FA, 73 and 25. RGB value is (250,115,37). Sum of RGB (Red+Green+Blue) = 250+115+37=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7325 is #058CDA. Grayscale: #929292. Windows color (decimal): -363739 or 2454522. OLE color: 2454522.
HSL color Cylindrical-coordinate representation of color #FA7325: hue angle of 21.97º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA7325 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 37 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.02 |
| HSL | 21.97º | 0.96% | 0.56% | - |
| HSV(B) | 21.97º | 0.85% | 0.98% | - |
| XYZ | 45.89 | 32.72 | 5.65 | - |
| YUV | 146.47 | 66.23 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 37 | 0 | 0.54 | 0.85 | 0.02 | 21.97 | 0.96 | 0.56 |
| Hex | FA | 73 | 25 | 0 | 36 | 55 | 2 | 16 | 60 | 38 |
| Octal | 372 | 163 | 45 | 0 | 66 | 125 | 2 | 26 | 140 | 70 |
| Binary | 11111010 | 1110011 | 100101 | 0 | 110110 | 1010101 | 10 | 10110 | 1100000 | 111000 |
Color Harmonies of #FA7325
Complementary color
Monochromatic Colors of #FA7325
Black with #FA7325
Text Example
Text Example
White with #FA7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7325; }
p { color: rgb(250,115,37); }
H1.HeaderClassName
{
color: #FA7325;
}
.AnyTagClassName
{
color: #FA7325;
}
</style>
background-color css
<style>
a { background-color: #FA7325; }
a { background-color: rgb(250,115,37); }
div.DivClassName
{
background-color: #FA7325;
}
.BgClassName
{
background-color: #FA7325;
}
</style>
border-color css
<style>
span { border-color: #FA7325; }
span { border-color: rgb(250,115,37); }
td.TdClassName
{
border-color: #FA7325;
}
.TagClassName
{
border-color: #FA7325;
}
</style>