Shades of Pumpkin #FE7111
Tints of Pumpkin #FE7111
RGB
CMYK
RGB Variations
Color information
#FE7111 (or 0xFE7111) is known color: Pumpkin. HEX triplet: FE, 71 and 11. RGB value is (254,113,17). Sum of RGB (Red+Green+Blue) = 254+113+17=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7111 is #018EEE. Grayscale: #909090. Windows color (decimal): -102127 or 1143294. OLE color: 1143294.
HSL color Cylindrical-coordinate representation of color #FE7111: hue angle of 24.3º 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 #FE7111 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.00 |
| HSL | 24.3º | 0.99% | 0.53% | - |
| HSV(B) | 24.3º | 0.93% | 1% | - |
| XYZ | 46.88 | 32.92 | 4.41 | - |
| YUV | 144.22 | 56.21 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 17 | 0 | 0.56 | 0.93 | 0.00 | 24.3 | 0.99 | 0.53 |
| Hex | FE | 71 | 11 | 0 | 38 | 5D | 0 | 18 | 63 | 35 |
| Octal | 376 | 161 | 21 | 0 | 70 | 135 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1110001 | 10001 | 0 | 111000 | 1011101 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE7111
Complementary color
Monochromatic Colors of #FE7111
Black with #FE7111
Text Example
Text Example
White with #FE7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7111; }
p { color: rgb(254,113,17); }
H1.HeaderClassName
{
color: #FE7111;
}
.AnyTagClassName
{
color: #FE7111;
}
</style>
background-color css
<style>
a { background-color: #FE7111; }
a { background-color: rgb(254,113,17); }
div.DivClassName
{
background-color: #FE7111;
}
.BgClassName
{
background-color: #FE7111;
}
</style>
border-color css
<style>
span { border-color: #FE7111; }
span { border-color: rgb(254,113,17); }
td.TdClassName
{
border-color: #FE7111;
}
.TagClassName
{
border-color: #FE7111;
}
</style>