Shades of Pumpkin #FE6F11
Tints of Pumpkin #FE6F11
RGB
CMYK
RGB Variations
Color information
#FE6F11 (or 0xFE6F11) is known color: Pumpkin. HEX triplet: FE, 6F and 11. RGB value is (254,111,17). Sum of RGB (Red+Green+Blue) = 254+111+17=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F11 is #0190EE. Grayscale: #8F8F8F. Windows color (decimal): -102639 or 1142782. OLE color: 1142782.
HSL color Cylindrical-coordinate representation of color #FE6F11: hue angle of 23.8º 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 #FE6F11 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.00 |
| HSL | 23.8º | 0.99% | 0.53% | - |
| HSV(B) | 23.8º | 0.93% | 1% | - |
| XYZ | 46.66 | 32.48 | 4.34 | - |
| YUV | 143.04 | 56.88 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 17 | 0 | 0.56 | 0.93 | 0.00 | 23.8 | 0.99 | 0.53 |
| Hex | FE | 6F | 11 | 0 | 38 | 5D | 0 | 18 | 63 | 35 |
| Octal | 376 | 157 | 21 | 0 | 70 | 135 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1101111 | 10001 | 0 | 111000 | 1011101 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE6F11
Complementary color
Monochromatic Colors of #FE6F11
Black with #FE6F11
Text Example
Text Example
White with #FE6F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F11; }
p { color: rgb(254,111,17); }
H1.HeaderClassName
{
color: #FE6F11;
}
.AnyTagClassName
{
color: #FE6F11;
}
</style>
background-color css
<style>
a { background-color: #FE6F11; }
a { background-color: rgb(254,111,17); }
div.DivClassName
{
background-color: #FE6F11;
}
.BgClassName
{
background-color: #FE6F11;
}
</style>
border-color css
<style>
span { border-color: #FE6F11; }
span { border-color: rgb(254,111,17); }
td.TdClassName
{
border-color: #FE6F11;
}
.TagClassName
{
border-color: #FE6F11;
}
</style>