Shades of Pumpkin #FE8319
Tints of Pumpkin #FE8319
RGB
CMYK
RGB Variations
Color information
#FE8319 (or 0xFE8319) is known color: Pumpkin. HEX triplet: FE, 83 and 19. RGB value is (254,131,25). Sum of RGB (Red+Green+Blue) = 254+131+25=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8319 is #017CE6. Grayscale: #9C9C9C. Windows color (decimal): -97511 or 1672190. OLE color: 1672190.
HSL color Cylindrical-coordinate representation of color #FE8319: hue angle of 27.77º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE8319 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 25 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.00 |
| HSL | 27.77º | 0.99% | 0.55% | - |
| HSV(B) | 27.77º | 0.9% | 1% | - |
| XYZ | 49.16 | 37.37 | 5.54 | - |
| YUV | 155.69 | 54.25 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 25 | 0 | 0.48 | 0.90 | 0.00 | 27.77 | 0.99 | 0.55 |
| Hex | FE | 83 | 19 | 0 | 30 | 5A | 0 | 1C | 63 | 37 |
| Octal | 376 | 203 | 31 | 0 | 60 | 132 | 0 | 34 | 143 | 67 |
| Binary | 11111110 | 10000011 | 11001 | 0 | 110000 | 1011010 | 0 | 11100 | 1100011 | 110111 |
Color Harmonies of #FE8319
Complementary color
Monochromatic Colors of #FE8319
Black with #FE8319
Text Example
Text Example
White with #FE8319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8319; }
p { color: rgb(254,131,25); }
H1.HeaderClassName
{
color: #FE8319;
}
.AnyTagClassName
{
color: #FE8319;
}
</style>
background-color css
<style>
a { background-color: #FE8319; }
a { background-color: rgb(254,131,25); }
div.DivClassName
{
background-color: #FE8319;
}
.BgClassName
{
background-color: #FE8319;
}
</style>
border-color css
<style>
span { border-color: #FE8319; }
span { border-color: rgb(254,131,25); }
td.TdClassName
{
border-color: #FE8319;
}
.TagClassName
{
border-color: #FE8319;
}
</style>