Shades of Pumpkin #FE7011
Tints of Pumpkin #FE7011
RGB
CMYK
RGB Variations
Color information
#FE7011 (or 0xFE7011) is known color: Pumpkin. HEX triplet: FE, 70 and 11. RGB value is (254,112,17). Sum of RGB (Red+Green+Blue) = 254+112+17=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7011 is #018FEE. Grayscale: #909090. Windows color (decimal): -102383 or 1143038. OLE color: 1143038.
HSL color Cylindrical-coordinate representation of color #FE7011: hue angle of 24.05º 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 #FE7011 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.00 |
| HSL | 24.05º | 0.99% | 0.53% | - |
| HSV(B) | 24.05º | 0.93% | 1% | - |
| XYZ | 46.77 | 32.7 | 4.38 | - |
| YUV | 143.63 | 56.54 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 17 | 0 | 0.56 | 0.93 | 0.00 | 24.05 | 0.99 | 0.53 |
| Hex | FE | 70 | 11 | 0 | 38 | 5D | 0 | 18 | 63 | 35 |
| Octal | 376 | 160 | 21 | 0 | 70 | 135 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1110000 | 10001 | 0 | 111000 | 1011101 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE7011
Complementary color
Monochromatic Colors of #FE7011
Black with #FE7011
Text Example
Text Example
White with #FE7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7011; }
p { color: rgb(254,112,17); }
H1.HeaderClassName
{
color: #FE7011;
}
.AnyTagClassName
{
color: #FE7011;
}
</style>
background-color css
<style>
a { background-color: #FE7011; }
a { background-color: rgb(254,112,17); }
div.DivClassName
{
background-color: #FE7011;
}
.BgClassName
{
background-color: #FE7011;
}
</style>
border-color css
<style>
span { border-color: #FE7011; }
span { border-color: rgb(254,112,17); }
td.TdClassName
{
border-color: #FE7011;
}
.TagClassName
{
border-color: #FE7011;
}
</style>