Shades of Pumpkin #FE871E
Tints of Pumpkin #FE871E
RGB
CMYK
RGB Variations
Color information
#FE871E (or 0xFE871E) is known color: Pumpkin. HEX triplet: FE, 87 and 1E. RGB value is (254,135,30). Sum of RGB (Red+Green+Blue) = 254+135+30=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE871E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE871E is #0178E1. Grayscale: #9F9F9F. Windows color (decimal): -96482 or 2000894. OLE color: 2000894.
HSL color Cylindrical-coordinate representation of color #FE871E: hue angle of 28.12º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE871E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 30 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.00 |
| HSL | 28.13º | 0.99% | 0.56% | - |
| HSV(B) | 28.13º | 0.88% | 1% | - |
| XYZ | 49.77 | 38.49 | 6.03 | - |
| YUV | 158.61 | 55.42 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 30 | 0 | 0.47 | 0.88 | 0.00 | 28.13 | 0.99 | 0.56 |
| Hex | FE | 87 | 1E | 0 | 2F | 58 | 0 | 1C | 63 | 38 |
| Octal | 376 | 207 | 36 | 0 | 57 | 130 | 0 | 34 | 143 | 70 |
| Binary | 11111110 | 10000111 | 11110 | 0 | 101111 | 1011000 | 0 | 11100 | 1100011 | 111000 |
Color Harmonies of #FE871E
Complementary color
Monochromatic Colors of #FE871E
Black with #FE871E
Text Example
Text Example
White with #FE871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE871E; }
p { color: rgb(254,135,30); }
H1.HeaderClassName
{
color: #FE871E;
}
.AnyTagClassName
{
color: #FE871E;
}
</style>
background-color css
<style>
a { background-color: #FE871E; }
a { background-color: rgb(254,135,30); }
div.DivClassName
{
background-color: #FE871E;
}
.BgClassName
{
background-color: #FE871E;
}
</style>
border-color css
<style>
span { border-color: #FE871E; }
span { border-color: rgb(254,135,30); }
td.TdClassName
{
border-color: #FE871E;
}
.TagClassName
{
border-color: #FE871E;
}
</style>