Shades of Pumpkin #FE8013
Tints of Pumpkin #FE8013
RGB
CMYK
RGB Variations
Color information
#FE8013 (or 0xFE8013) is known color: Pumpkin. HEX triplet: FE, 80 and 13. RGB value is (254,128,19). Sum of RGB (Red+Green+Blue) = 254+128+19=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8013 is #017FEC. Grayscale: #999999. Windows color (decimal): -98285 or 1278206. OLE color: 1278206.
HSL color Cylindrical-coordinate representation of color #FE8013: hue angle of 27.83º 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 #FE8013 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 19 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.00 |
| HSL | 27.83º | 0.99% | 0.54% | - |
| HSV(B) | 27.83º | 0.93% | 1% | - |
| XYZ | 48.71 | 36.56 | 5.1 | - |
| YUV | 153.25 | 52.24 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 19 | 0 | 0.50 | 0.93 | 0.00 | 27.83 | 0.99 | 0.54 |
| Hex | FE | 80 | 13 | 0 | 32 | 5D | 0 | 1C | 63 | 36 |
| Octal | 376 | 200 | 23 | 0 | 62 | 135 | 0 | 34 | 143 | 66 |
| Binary | 11111110 | 10000000 | 10011 | 0 | 110010 | 1011101 | 0 | 11100 | 1100011 | 110110 |
Color Harmonies of #FE8013
Complementary color
Monochromatic Colors of #FE8013
Black with #FE8013
Text Example
Text Example
White with #FE8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8013; }
p { color: rgb(254,128,19); }
H1.HeaderClassName
{
color: #FE8013;
}
.AnyTagClassName
{
color: #FE8013;
}
</style>
background-color css
<style>
a { background-color: #FE8013; }
a { background-color: rgb(254,128,19); }
div.DivClassName
{
background-color: #FE8013;
}
.BgClassName
{
background-color: #FE8013;
}
</style>
border-color css
<style>
span { border-color: #FE8013; }
span { border-color: rgb(254,128,19); }
td.TdClassName
{
border-color: #FE8013;
}
.TagClassName
{
border-color: #FE8013;
}
</style>