Shades of Pumpkin #FE6D11
Tints of Pumpkin #FE6D11
RGB
CMYK
RGB Variations
Color information
#FE6D11 (or 0xFE6D11) is known color: Pumpkin. HEX triplet: FE, 6D and 11. RGB value is (254,109,17). Sum of RGB (Red+Green+Blue) = 254+109+17=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6D11 is #0192EE. Grayscale: #8E8E8E. Windows color (decimal): -103151 or 1142270. OLE color: 1142270.
HSL color Cylindrical-coordinate representation of color #FE6D11: hue angle of 23.29º 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 #FE6D11 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.00 |
| HSL | 23.29º | 0.99% | 0.53% | - |
| HSV(B) | 23.29º | 0.93% | 1% | - |
| XYZ | 46.44 | 32.05 | 4.27 | - |
| YUV | 141.87 | 57.54 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 17 | 0 | 0.57 | 0.93 | 0.00 | 23.29 | 0.99 | 0.53 |
| Hex | FE | 6D | 11 | 0 | 39 | 5D | 0 | 17 | 63 | 35 |
| Octal | 376 | 155 | 21 | 0 | 71 | 135 | 0 | 27 | 143 | 65 |
| Binary | 11111110 | 1101101 | 10001 | 0 | 111001 | 1011101 | 0 | 10111 | 1100011 | 110101 |
Color Harmonies of #FE6D11
Complementary color
Monochromatic Colors of #FE6D11
Black with #FE6D11
Text Example
Text Example
White with #FE6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D11; }
p { color: rgb(254,109,17); }
H1.HeaderClassName
{
color: #FE6D11;
}
.AnyTagClassName
{
color: #FE6D11;
}
</style>
background-color css
<style>
a { background-color: #FE6D11; }
a { background-color: rgb(254,109,17); }
div.DivClassName
{
background-color: #FE6D11;
}
.BgClassName
{
background-color: #FE6D11;
}
</style>
border-color css
<style>
span { border-color: #FE6D11; }
span { border-color: rgb(254,109,17); }
td.TdClassName
{
border-color: #FE6D11;
}
.TagClassName
{
border-color: #FE6D11;
}
</style>