Shades of Pumpkin #FE8225
Tints of Pumpkin #FE8225
RGB
CMYK
RGB Variations
Color information
#FE8225 (or 0xFE8225) is known color: Pumpkin. HEX triplet: FE, 82 and 25. RGB value is (254,130,37). Sum of RGB (Red+Green+Blue) = 254+130+37=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8225 is #017DDA. Grayscale: #9C9C9C. Windows color (decimal): -97755 or 2458366. OLE color: 2458366.
HSL color Cylindrical-coordinate representation of color #FE8225: hue angle of 25.71º 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 #FE8225 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 37 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.00 |
| HSL | 25.71º | 0.99% | 0.57% | - |
| HSV(B) | 25.71º | 0.85% | 1% | - |
| XYZ | 49.19 | 37.17 | 6.33 | - |
| YUV | 156.47 | 60.58 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 37 | 0 | 0.49 | 0.85 | 0.00 | 25.71 | 0.99 | 0.57 |
| Hex | FE | 82 | 25 | 0 | 31 | 55 | 0 | 1A | 63 | 39 |
| Octal | 376 | 202 | 45 | 0 | 61 | 125 | 0 | 32 | 143 | 71 |
| Binary | 11111110 | 10000010 | 100101 | 0 | 110001 | 1010101 | 0 | 11010 | 1100011 | 111001 |
Color Harmonies of #FE8225
Complementary color
Monochromatic Colors of #FE8225
Black with #FE8225
Text Example
Text Example
White with #FE8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8225; }
p { color: rgb(254,130,37); }
H1.HeaderClassName
{
color: #FE8225;
}
.AnyTagClassName
{
color: #FE8225;
}
</style>
background-color css
<style>
a { background-color: #FE8225; }
a { background-color: rgb(254,130,37); }
div.DivClassName
{
background-color: #FE8225;
}
.BgClassName
{
background-color: #FE8225;
}
</style>
border-color css
<style>
span { border-color: #FE8225; }
span { border-color: rgb(254,130,37); }
td.TdClassName
{
border-color: #FE8225;
}
.TagClassName
{
border-color: #FE8225;
}
</style>