Shades of Pumpkin #FE8128
Tints of Pumpkin #FE8128
RGB
CMYK
RGB Variations
Color information
#FE8128 (or 0xFE8128) is known color: Pumpkin. HEX triplet: FE, 81 and 28. RGB value is (254,129,40). Sum of RGB (Red+Green+Blue) = 254+129+40=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8128 is #017ED7. Grayscale: #9C9C9C. Windows color (decimal): -98008 or 2654718. OLE color: 2654718.
HSL color Cylindrical-coordinate representation of color #FE8128: hue angle of 24.95º 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 #FE8128 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 40 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.00 |
| HSL | 24.95º | 0.99% | 0.58% | - |
| HSV(B) | 24.95º | 0.84% | 1% | - |
| XYZ | 49.11 | 36.92 | 6.55 | - |
| YUV | 156.23 | 62.41 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 40 | 0 | 0.49 | 0.84 | 0.00 | 24.95 | 0.99 | 0.58 |
| Hex | FE | 81 | 28 | 0 | 31 | 54 | 0 | 19 | 63 | 3A |
| Octal | 376 | 201 | 50 | 0 | 61 | 124 | 0 | 31 | 143 | 72 |
| Binary | 11111110 | 10000001 | 101000 | 0 | 110001 | 1010100 | 0 | 11001 | 1100011 | 111010 |
Color Harmonies of #FE8128
Complementary color
Monochromatic Colors of #FE8128
Black with #FE8128
Text Example
Text Example
White with #FE8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8128; }
p { color: rgb(254,129,40); }
H1.HeaderClassName
{
color: #FE8128;
}
.AnyTagClassName
{
color: #FE8128;
}
</style>
background-color css
<style>
a { background-color: #FE8128; }
a { background-color: rgb(254,129,40); }
div.DivClassName
{
background-color: #FE8128;
}
.BgClassName
{
background-color: #FE8128;
}
</style>
border-color css
<style>
span { border-color: #FE8128; }
span { border-color: rgb(254,129,40); }
td.TdClassName
{
border-color: #FE8128;
}
.TagClassName
{
border-color: #FE8128;
}
</style>