Shades of Pumpkin #FE8127
Tints of Pumpkin #FE8127
RGB
CMYK
RGB Variations
Color information
#FE8127 (or 0xFE8127) is known color: Pumpkin. HEX triplet: FE, 81 and 27. RGB value is (254,129,39). Sum of RGB (Red+Green+Blue) = 254+129+39=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8127 is #017ED8. Grayscale: #9C9C9C. Windows color (decimal): -98009 or 2589182. OLE color: 2589182.
HSL color Cylindrical-coordinate representation of color #FE8127: hue angle of 25.12º 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 #FE8127 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 39 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.00 |
| HSL | 25.12º | 0.99% | 0.57% | - |
| HSV(B) | 25.12º | 0.85% | 1% | - |
| XYZ | 49.09 | 36.92 | 6.46 | - |
| YUV | 156.12 | 61.91 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 39 | 0 | 0.49 | 0.85 | 0.00 | 25.12 | 0.99 | 0.57 |
| Hex | FE | 81 | 27 | 0 | 31 | 55 | 0 | 19 | 63 | 39 |
| Octal | 376 | 201 | 47 | 0 | 61 | 125 | 0 | 31 | 143 | 71 |
| Binary | 11111110 | 10000001 | 100111 | 0 | 110001 | 1010101 | 0 | 11001 | 1100011 | 111001 |
Color Harmonies of #FE8127
Complementary color
Monochromatic Colors of #FE8127
Black with #FE8127
Text Example
Text Example
White with #FE8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8127; }
p { color: rgb(254,129,39); }
H1.HeaderClassName
{
color: #FE8127;
}
.AnyTagClassName
{
color: #FE8127;
}
</style>
background-color css
<style>
a { background-color: #FE8127; }
a { background-color: rgb(254,129,39); }
div.DivClassName
{
background-color: #FE8127;
}
.BgClassName
{
background-color: #FE8127;
}
</style>
border-color css
<style>
span { border-color: #FE8127; }
span { border-color: rgb(254,129,39); }
td.TdClassName
{
border-color: #FE8127;
}
.TagClassName
{
border-color: #FE8127;
}
</style>