Shades of Pumpkin #FE8111
Tints of Pumpkin #FE8111
RGB
CMYK
RGB Variations
Color information
#FE8111 (or 0xFE8111) is known color: Pumpkin. HEX triplet: FE, 81 and 11. RGB value is (254,129,17). Sum of RGB (Red+Green+Blue) = 254+129+17=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8111 is #017EEE. Grayscale: #9A9A9A. Windows color (decimal): -98031 or 1147390. OLE color: 1147390.
HSL color Cylindrical-coordinate representation of color #FE8111: hue angle of 28.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE8111 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 17 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.00 |
| HSL | 28.35º | 0.99% | 0.53% | - |
| HSV(B) | 28.35º | 0.93% | 1% | - |
| XYZ | 48.82 | 36.81 | 5.06 | - |
| YUV | 153.61 | 50.91 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 17 | 0 | 0.49 | 0.93 | 0.00 | 28.35 | 0.99 | 0.53 |
| Hex | FE | 81 | 11 | 0 | 31 | 5D | 0 | 1C | 63 | 35 |
| Octal | 376 | 201 | 21 | 0 | 61 | 135 | 0 | 34 | 143 | 65 |
| Binary | 11111110 | 10000001 | 10001 | 0 | 110001 | 1011101 | 0 | 11100 | 1100011 | 110101 |
Color Harmonies of #FE8111
Complementary color
Monochromatic Colors of #FE8111
Black with #FE8111
Text Example
Text Example
White with #FE8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8111; }
p { color: rgb(254,129,17); }
H1.HeaderClassName
{
color: #FE8111;
}
.AnyTagClassName
{
color: #FE8111;
}
</style>
background-color css
<style>
a { background-color: #FE8111; }
a { background-color: rgb(254,129,17); }
div.DivClassName
{
background-color: #FE8111;
}
.BgClassName
{
background-color: #FE8111;
}
</style>
border-color css
<style>
span { border-color: #FE8111; }
span { border-color: rgb(254,129,17); }
td.TdClassName
{
border-color: #FE8111;
}
.TagClassName
{
border-color: #FE8111;
}
</style>