Shades of Pumpkin #FE8413
Tints of Pumpkin #FE8413
RGB
CMYK
RGB Variations
Color information
#FE8413 (or 0xFE8413) is known color: Pumpkin. HEX triplet: FE, 84 and 13. RGB value is (254,132,19). Sum of RGB (Red+Green+Blue) = 254+132+19=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8413 is #017BEC. Grayscale: #9C9C9C. Windows color (decimal): -97261 or 1279230. OLE color: 1279230.
HSL color Cylindrical-coordinate representation of color #FE8413: hue angle of 28.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE8413 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 19 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.00 |
| HSL | 28.85º | 0.99% | 0.54% | - |
| HSV(B) | 28.85º | 0.93% | 1% | - |
| XYZ | 49.24 | 37.62 | 5.28 | - |
| YUV | 155.6 | 50.92 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 19 | 0 | 0.48 | 0.93 | 0.00 | 28.85 | 0.99 | 0.54 |
| Hex | FE | 84 | 13 | 0 | 30 | 5D | 0 | 1D | 63 | 36 |
| Octal | 376 | 204 | 23 | 0 | 60 | 135 | 0 | 35 | 143 | 66 |
| Binary | 11111110 | 10000100 | 10011 | 0 | 110000 | 1011101 | 0 | 11101 | 1100011 | 110110 |
Color Harmonies of #FE8413
Complementary color
Monochromatic Colors of #FE8413
Black with #FE8413
Text Example
Text Example
White with #FE8413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8413; }
p { color: rgb(254,132,19); }
H1.HeaderClassName
{
color: #FE8413;
}
.AnyTagClassName
{
color: #FE8413;
}
</style>
background-color css
<style>
a { background-color: #FE8413; }
a { background-color: rgb(254,132,19); }
div.DivClassName
{
background-color: #FE8413;
}
.BgClassName
{
background-color: #FE8413;
}
</style>
border-color css
<style>
span { border-color: #FE8413; }
span { border-color: rgb(254,132,19); }
td.TdClassName
{
border-color: #FE8413;
}
.TagClassName
{
border-color: #FE8413;
}
</style>