Shades of Pumpkin #FE8325
Tints of Pumpkin #FE8325
RGB
CMYK
RGB Variations
Color information
#FE8325 (or 0xFE8325) is known color: Pumpkin. HEX triplet: FE, 83 and 25. RGB value is (254,131,37). Sum of RGB (Red+Green+Blue) = 254+131+37=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8325 is #017CDA. Grayscale: #9D9D9D. Windows color (decimal): -97499 or 2458622. OLE color: 2458622.
HSL color Cylindrical-coordinate representation of color #FE8325: hue angle of 25.99º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE8325 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 37 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.00 |
| HSL | 25.99º | 0.99% | 0.57% | - |
| HSV(B) | 25.99º | 0.85% | 1% | - |
| XYZ | 49.32 | 37.44 | 6.38 | - |
| YUV | 157.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 37 | 0 | 0.48 | 0.85 | 0.00 | 25.99 | 0.99 | 0.57 |
| Hex | FE | 83 | 25 | 0 | 30 | 55 | 0 | 1A | 63 | 39 |
| Octal | 376 | 203 | 45 | 0 | 60 | 125 | 0 | 32 | 143 | 71 |
| Binary | 11111110 | 10000011 | 100101 | 0 | 110000 | 1010101 | 0 | 11010 | 1100011 | 111001 |
Color Harmonies of #FE8325
Complementary color
Monochromatic Colors of #FE8325
Black with #FE8325
Text Example
Text Example
White with #FE8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8325; }
p { color: rgb(254,131,37); }
H1.HeaderClassName
{
color: #FE8325;
}
.AnyTagClassName
{
color: #FE8325;
}
</style>
background-color css
<style>
a { background-color: #FE8325; }
a { background-color: rgb(254,131,37); }
div.DivClassName
{
background-color: #FE8325;
}
.BgClassName
{
background-color: #FE8325;
}
</style>
border-color css
<style>
span { border-color: #FE8325; }
span { border-color: rgb(254,131,37); }
td.TdClassName
{
border-color: #FE8325;
}
.TagClassName
{
border-color: #FE8325;
}
</style>