Shades of Pumpkin #FE8816
Tints of Pumpkin #FE8816
RGB
CMYK
RGB Variations
Color information
#FE8816 (or 0xFE8816) is known color: Pumpkin. HEX triplet: FE, 88 and 16. RGB value is (254,136,22). Sum of RGB (Red+Green+Blue) = 254+136+22=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8816 is #0177E9. Grayscale: #9E9E9E. Windows color (decimal): -96234 or 1476862. OLE color: 1476862.
HSL color Cylindrical-coordinate representation of color #FE8816: hue angle of 29.48º 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 #FE8816 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 22 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.00 |
| HSL | 29.48º | 0.99% | 0.54% | - |
| HSV(B) | 29.48º | 0.91% | 1% | - |
| XYZ | 49.82 | 38.74 | 5.61 | - |
| YUV | 158.29 | 51.09 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 22 | 0 | 0.46 | 0.91 | 0.00 | 29.48 | 0.99 | 0.54 |
| Hex | FE | 88 | 16 | 0 | 2E | 5B | 0 | 1D | 63 | 36 |
| Octal | 376 | 210 | 26 | 0 | 56 | 133 | 0 | 35 | 143 | 66 |
| Binary | 11111110 | 10001000 | 10110 | 0 | 101110 | 1011011 | 0 | 11101 | 1100011 | 110110 |
Color Harmonies of #FE8816
Complementary color
Monochromatic Colors of #FE8816
Black with #FE8816
Text Example
Text Example
White with #FE8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8816; }
p { color: rgb(254,136,22); }
H1.HeaderClassName
{
color: #FE8816;
}
.AnyTagClassName
{
color: #FE8816;
}
</style>
background-color css
<style>
a { background-color: #FE8816; }
a { background-color: rgb(254,136,22); }
div.DivClassName
{
background-color: #FE8816;
}
.BgClassName
{
background-color: #FE8816;
}
</style>
border-color css
<style>
span { border-color: #FE8816; }
span { border-color: rgb(254,136,22); }
td.TdClassName
{
border-color: #FE8816;
}
.TagClassName
{
border-color: #FE8816;
}
</style>