Shades of Pumpkin #FE8716
Tints of Pumpkin #FE8716
RGB
CMYK
RGB Variations
Color information
#FE8716 (or 0xFE8716) is known color: Pumpkin. HEX triplet: FE, 87 and 16. RGB value is (254,135,22). Sum of RGB (Red+Green+Blue) = 254+135+22=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8716 is #0178E9. Grayscale: #9E9E9E. Windows color (decimal): -96490 or 1476606. OLE color: 1476606.
HSL color Cylindrical-coordinate representation of color #FE8716: hue angle of 29.22º 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 #FE8716 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 22 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.00 |
| HSL | 29.22º | 0.99% | 0.54% | - |
| HSV(B) | 29.22º | 0.91% | 1% | - |
| XYZ | 49.68 | 38.46 | 5.56 | - |
| YUV | 157.7 | 51.42 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 22 | 0 | 0.47 | 0.91 | 0.00 | 29.22 | 0.99 | 0.54 |
| Hex | FE | 87 | 16 | 0 | 2F | 5B | 0 | 1D | 63 | 36 |
| Octal | 376 | 207 | 26 | 0 | 57 | 133 | 0 | 35 | 143 | 66 |
| Binary | 11111110 | 10000111 | 10110 | 0 | 101111 | 1011011 | 0 | 11101 | 1100011 | 110110 |
Color Harmonies of #FE8716
Complementary color
Monochromatic Colors of #FE8716
Black with #FE8716
Text Example
Text Example
White with #FE8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8716; }
p { color: rgb(254,135,22); }
H1.HeaderClassName
{
color: #FE8716;
}
.AnyTagClassName
{
color: #FE8716;
}
</style>
background-color css
<style>
a { background-color: #FE8716; }
a { background-color: rgb(254,135,22); }
div.DivClassName
{
background-color: #FE8716;
}
.BgClassName
{
background-color: #FE8716;
}
</style>
border-color css
<style>
span { border-color: #FE8716; }
span { border-color: rgb(254,135,22); }
td.TdClassName
{
border-color: #FE8716;
}
.TagClassName
{
border-color: #FE8716;
}
</style>