Shades of Pumpkin #FE8116
Tints of Pumpkin #FE8116
RGB
CMYK
RGB Variations
Color information
#FE8116 (or 0xFE8116) is known color: Pumpkin. HEX triplet: FE, 81 and 16. RGB value is (254,129,22). Sum of RGB (Red+Green+Blue) = 254+129+22=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8116 is #017EE9. Grayscale: #9A9A9A. Windows color (decimal): -98026 or 1475070. OLE color: 1475070.
HSL color Cylindrical-coordinate representation of color #FE8116: hue angle of 27.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE8116 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 22 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.00 |
| HSL | 27.67º | 0.99% | 0.54% | - |
| HSV(B) | 27.67º | 0.91% | 1% | - |
| XYZ | 48.87 | 36.83 | 5.29 | - |
| YUV | 154.18 | 53.41 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 22 | 0 | 0.49 | 0.91 | 0.00 | 27.67 | 0.99 | 0.54 |
| Hex | FE | 81 | 16 | 0 | 31 | 5B | 0 | 1C | 63 | 36 |
| Octal | 376 | 201 | 26 | 0 | 61 | 133 | 0 | 34 | 143 | 66 |
| Binary | 11111110 | 10000001 | 10110 | 0 | 110001 | 1011011 | 0 | 11100 | 1100011 | 110110 |
Color Harmonies of #FE8116
Complementary color
Monochromatic Colors of #FE8116
Black with #FE8116
Text Example
Text Example
White with #FE8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8116; }
p { color: rgb(254,129,22); }
H1.HeaderClassName
{
color: #FE8116;
}
.AnyTagClassName
{
color: #FE8116;
}
</style>
background-color css
<style>
a { background-color: #FE8116; }
a { background-color: rgb(254,129,22); }
div.DivClassName
{
background-color: #FE8116;
}
.BgClassName
{
background-color: #FE8116;
}
</style>
border-color css
<style>
span { border-color: #FE8116; }
span { border-color: rgb(254,129,22); }
td.TdClassName
{
border-color: #FE8116;
}
.TagClassName
{
border-color: #FE8116;
}
</style>