Shades of Pumpkin #FE8228
Tints of Pumpkin #FE8228
RGB
CMYK
RGB Variations
Color information
#FE8228 (or 0xFE8228) is known color: Pumpkin. HEX triplet: FE, 82 and 28. RGB value is (254,130,40). Sum of RGB (Red+Green+Blue) = 254+130+40=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8228 is #017DD7. Grayscale: #9D9D9D. Windows color (decimal): -97752 or 2654974. OLE color: 2654974.
HSL color Cylindrical-coordinate representation of color #FE8228: hue angle of 25.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE8228 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 40 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.00 |
| HSL | 25.23º | 0.99% | 0.58% | - |
| HSV(B) | 25.23º | 0.84% | 1% | - |
| XYZ | 49.24 | 37.19 | 6.59 | - |
| YUV | 156.82 | 62.08 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 40 | 0 | 0.49 | 0.84 | 0.00 | 25.23 | 0.99 | 0.58 |
| Hex | FE | 82 | 28 | 0 | 31 | 54 | 0 | 19 | 63 | 3A |
| Octal | 376 | 202 | 50 | 0 | 61 | 124 | 0 | 31 | 143 | 72 |
| Binary | 11111110 | 10000010 | 101000 | 0 | 110001 | 1010100 | 0 | 11001 | 1100011 | 111010 |
Color Harmonies of #FE8228
Complementary color
Monochromatic Colors of #FE8228
Black with #FE8228
Text Example
Text Example
White with #FE8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8228; }
p { color: rgb(254,130,40); }
H1.HeaderClassName
{
color: #FE8228;
}
.AnyTagClassName
{
color: #FE8228;
}
</style>
background-color css
<style>
a { background-color: #FE8228; }
a { background-color: rgb(254,130,40); }
div.DivClassName
{
background-color: #FE8228;
}
.BgClassName
{
background-color: #FE8228;
}
</style>
border-color css
<style>
span { border-color: #FE8228; }
span { border-color: rgb(254,130,40); }
td.TdClassName
{
border-color: #FE8228;
}
.TagClassName
{
border-color: #FE8228;
}
</style>