Shades of Pumpkin #FE8114
Tints of Pumpkin #FE8114
RGB
CMYK
RGB Variations
Color information
#FE8114 (or 0xFE8114) is known color: Pumpkin. HEX triplet: FE, 81 and 14. RGB value is (254,129,20). Sum of RGB (Red+Green+Blue) = 254+129+20=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8114 is #017EEB. Grayscale: #9A9A9A. Windows color (decimal): -98028 or 1343998. OLE color: 1343998.
HSL color Cylindrical-coordinate representation of color #FE8114: hue angle of 27.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE8114 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 20 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.00 |
| HSL | 27.95º | 0.99% | 0.54% | - |
| HSV(B) | 27.95º | 0.92% | 1% | - |
| XYZ | 48.85 | 36.82 | 5.19 | - |
| YUV | 153.95 | 52.41 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 20 | 0 | 0.49 | 0.92 | 0.00 | 27.95 | 0.99 | 0.54 |
| Hex | FE | 81 | 14 | 0 | 31 | 5C | 0 | 1C | 63 | 36 |
| Octal | 376 | 201 | 24 | 0 | 61 | 134 | 0 | 34 | 143 | 66 |
| Binary | 11111110 | 10000001 | 10100 | 0 | 110001 | 1011100 | 0 | 11100 | 1100011 | 110110 |
Color Harmonies of #FE8114
Complementary color
Monochromatic Colors of #FE8114
Black with #FE8114
Text Example
Text Example
White with #FE8114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8114; }
p { color: rgb(254,129,20); }
H1.HeaderClassName
{
color: #FE8114;
}
.AnyTagClassName
{
color: #FE8114;
}
</style>
background-color css
<style>
a { background-color: #FE8114; }
a { background-color: rgb(254,129,20); }
div.DivClassName
{
background-color: #FE8114;
}
.BgClassName
{
background-color: #FE8114;
}
</style>
border-color css
<style>
span { border-color: #FE8114; }
span { border-color: rgb(254,129,20); }
td.TdClassName
{
border-color: #FE8114;
}
.TagClassName
{
border-color: #FE8114;
}
</style>