Shades of Pumpkin #FE801D
Tints of Pumpkin #FE801D
RGB
CMYK
RGB Variations
Color information
#FE801D (or 0xFE801D) is known color: Pumpkin. HEX triplet: FE, 80 and 1D. RGB value is (254,128,29). Sum of RGB (Red+Green+Blue) = 254+128+29=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE801D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE801D is #017FE2. Grayscale: #9A9A9A. Windows color (decimal): -98275 or 1933566. OLE color: 1933566.
HSL color Cylindrical-coordinate representation of color #FE801D: hue angle of 26.4º 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 #FE801D is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 29 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.00 |
| HSL | 26.4º | 0.99% | 0.55% | - |
| HSV(B) | 26.4º | 0.89% | 1% | - |
| XYZ | 48.81 | 36.6 | 5.65 | - |
| YUV | 154.39 | 57.24 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 29 | 0 | 0.50 | 0.89 | 0.00 | 26.4 | 0.99 | 0.55 |
| Hex | FE | 80 | 1D | 0 | 32 | 59 | 0 | 1A | 63 | 37 |
| Octal | 376 | 200 | 35 | 0 | 62 | 131 | 0 | 32 | 143 | 67 |
| Binary | 11111110 | 10000000 | 11101 | 0 | 110010 | 1011001 | 0 | 11010 | 1100011 | 110111 |
Color Harmonies of #FE801D
Complementary color
Monochromatic Colors of #FE801D
Black with #FE801D
Text Example
Text Example
White with #FE801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE801D; }
p { color: rgb(254,128,29); }
H1.HeaderClassName
{
color: #FE801D;
}
.AnyTagClassName
{
color: #FE801D;
}
</style>
background-color css
<style>
a { background-color: #FE801D; }
a { background-color: rgb(254,128,29); }
div.DivClassName
{
background-color: #FE801D;
}
.BgClassName
{
background-color: #FE801D;
}
</style>
border-color css
<style>
span { border-color: #FE801D; }
span { border-color: rgb(254,128,29); }
td.TdClassName
{
border-color: #FE801D;
}
.TagClassName
{
border-color: #FE801D;
}
</style>