Shades of Pumpkin #FE841D
Tints of Pumpkin #FE841D
RGB
CMYK
RGB Variations
Color information
#FE841D (or 0xFE841D) is known color: Pumpkin. HEX triplet: FE, 84 and 1D. RGB value is (254,132,29). Sum of RGB (Red+Green+Blue) = 254+132+29=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE841D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE841D is #017BE2. Grayscale: #9D9D9D. Windows color (decimal): -97251 or 1934590. OLE color: 1934590.
HSL color Cylindrical-coordinate representation of color #FE841D: hue angle of 27.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE841D is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 29 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.00 |
| HSL | 27.47º | 0.99% | 0.55% | - |
| HSV(B) | 27.47º | 0.89% | 1% | - |
| XYZ | 49.35 | 37.66 | 5.83 | - |
| YUV | 156.74 | 55.92 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 29 | 0 | 0.48 | 0.89 | 0.00 | 27.47 | 0.99 | 0.55 |
| Hex | FE | 84 | 1D | 0 | 30 | 59 | 0 | 1B | 63 | 37 |
| Octal | 376 | 204 | 35 | 0 | 60 | 131 | 0 | 33 | 143 | 67 |
| Binary | 11111110 | 10000100 | 11101 | 0 | 110000 | 1011001 | 0 | 11011 | 1100011 | 110111 |
Color Harmonies of #FE841D
Complementary color
Monochromatic Colors of #FE841D
Black with #FE841D
Text Example
Text Example
White with #FE841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE841D; }
p { color: rgb(254,132,29); }
H1.HeaderClassName
{
color: #FE841D;
}
.AnyTagClassName
{
color: #FE841D;
}
</style>
background-color css
<style>
a { background-color: #FE841D; }
a { background-color: rgb(254,132,29); }
div.DivClassName
{
background-color: #FE841D;
}
.BgClassName
{
background-color: #FE841D;
}
</style>
border-color css
<style>
span { border-color: #FE841D; }
span { border-color: rgb(254,132,29); }
td.TdClassName
{
border-color: #FE841D;
}
.TagClassName
{
border-color: #FE841D;
}
</style>