Shades of Pumpkin #FE8227
Tints of Pumpkin #FE8227
RGB
CMYK
RGB Variations
Color information
#FE8227 (or 0xFE8227) is known color: Pumpkin. HEX triplet: FE, 82 and 27. RGB value is (254,130,39). Sum of RGB (Red+Green+Blue) = 254+130+39=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8227 is #017DD8. Grayscale: #9D9D9D. Windows color (decimal): -97753 or 2589438. OLE color: 2589438.
HSL color Cylindrical-coordinate representation of color #FE8227: hue angle of 25.4º 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 #FE8227 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 39 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.00 |
| HSL | 25.4º | 0.99% | 0.57% | - |
| HSV(B) | 25.4º | 0.85% | 1% | - |
| XYZ | 49.22 | 37.18 | 6.5 | - |
| YUV | 156.7 | 61.58 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 39 | 0 | 0.49 | 0.85 | 0.00 | 25.4 | 0.99 | 0.57 |
| Hex | FE | 82 | 27 | 0 | 31 | 55 | 0 | 19 | 63 | 39 |
| Octal | 376 | 202 | 47 | 0 | 61 | 125 | 0 | 31 | 143 | 71 |
| Binary | 11111110 | 10000010 | 100111 | 0 | 110001 | 1010101 | 0 | 11001 | 1100011 | 111001 |
Color Harmonies of #FE8227
Complementary color
Monochromatic Colors of #FE8227
Black with #FE8227
Text Example
Text Example
White with #FE8227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8227; }
p { color: rgb(254,130,39); }
H1.HeaderClassName
{
color: #FE8227;
}
.AnyTagClassName
{
color: #FE8227;
}
</style>
background-color css
<style>
a { background-color: #FE8227; }
a { background-color: rgb(254,130,39); }
div.DivClassName
{
background-color: #FE8227;
}
.BgClassName
{
background-color: #FE8227;
}
</style>
border-color css
<style>
span { border-color: #FE8227; }
span { border-color: rgb(254,130,39); }
td.TdClassName
{
border-color: #FE8227;
}
.TagClassName
{
border-color: #FE8227;
}
</style>