Shades of Pumpkin #FE8015
Tints of Pumpkin #FE8015
RGB
CMYK
RGB Variations
Color information
#FE8015 (or 0xFE8015) is known color: Pumpkin. HEX triplet: FE, 80 and 15. RGB value is (254,128,21). Sum of RGB (Red+Green+Blue) = 254+128+21=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8015 is #017FEA. Grayscale: #9A9A9A. Windows color (decimal): -98283 or 1409278. OLE color: 1409278.
HSL color Cylindrical-coordinate representation of color #FE8015: hue angle of 27.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE8015 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 21 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.00 |
| HSL | 27.55º | 0.99% | 0.54% | - |
| HSV(B) | 27.55º | 0.92% | 1% | - |
| XYZ | 48.73 | 36.56 | 5.2 | - |
| YUV | 153.48 | 53.24 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 21 | 0 | 0.50 | 0.92 | 0.00 | 27.55 | 0.99 | 0.54 |
| Hex | FE | 80 | 15 | 0 | 32 | 5C | 0 | 1C | 63 | 36 |
| Octal | 376 | 200 | 25 | 0 | 62 | 134 | 0 | 34 | 143 | 66 |
| Binary | 11111110 | 10000000 | 10101 | 0 | 110010 | 1011100 | 0 | 11100 | 1100011 | 110110 |
Color Harmonies of #FE8015
Complementary color
Monochromatic Colors of #FE8015
Black with #FE8015
Text Example
Text Example
White with #FE8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8015; }
p { color: rgb(254,128,21); }
H1.HeaderClassName
{
color: #FE8015;
}
.AnyTagClassName
{
color: #FE8015;
}
</style>
background-color css
<style>
a { background-color: #FE8015; }
a { background-color: rgb(254,128,21); }
div.DivClassName
{
background-color: #FE8015;
}
.BgClassName
{
background-color: #FE8015;
}
</style>
border-color css
<style>
span { border-color: #FE8015; }
span { border-color: rgb(254,128,21); }
td.TdClassName
{
border-color: #FE8015;
}
.TagClassName
{
border-color: #FE8015;
}
</style>