Shades of Pumpkin #FE7911
Tints of Pumpkin #FE7911
RGB
CMYK
RGB Variations
Color information
#FE7911 (or 0xFE7911) is known color: Pumpkin. HEX triplet: FE, 79 and 11. RGB value is (254,121,17). Sum of RGB (Red+Green+Blue) = 254+121+17=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7911 is #0186EE. Grayscale: #959595. Windows color (decimal): -100079 or 1145342. OLE color: 1145342.
HSL color Cylindrical-coordinate representation of color #FE7911: hue angle of 26.33º 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 #FE7911 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.00 |
| HSL | 26.33º | 0.99% | 0.53% | - |
| HSV(B) | 26.33º | 0.93% | 1% | - |
| XYZ | 47.81 | 34.79 | 4.72 | - |
| YUV | 148.91 | 53.56 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 17 | 0 | 0.52 | 0.93 | 0.00 | 26.33 | 0.99 | 0.53 |
| Hex | FE | 79 | 11 | 0 | 34 | 5D | 0 | 1A | 63 | 35 |
| Octal | 376 | 171 | 21 | 0 | 64 | 135 | 0 | 32 | 143 | 65 |
| Binary | 11111110 | 1111001 | 10001 | 0 | 110100 | 1011101 | 0 | 11010 | 1100011 | 110101 |
Color Harmonies of #FE7911
Complementary color
Monochromatic Colors of #FE7911
Black with #FE7911
Text Example
Text Example
White with #FE7911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7911; }
p { color: rgb(254,121,17); }
H1.HeaderClassName
{
color: #FE7911;
}
.AnyTagClassName
{
color: #FE7911;
}
</style>
background-color css
<style>
a { background-color: #FE7911; }
a { background-color: rgb(254,121,17); }
div.DivClassName
{
background-color: #FE7911;
}
.BgClassName
{
background-color: #FE7911;
}
</style>
border-color css
<style>
span { border-color: #FE7911; }
span { border-color: rgb(254,121,17); }
td.TdClassName
{
border-color: #FE7911;
}
.TagClassName
{
border-color: #FE7911;
}
</style>