Shades of Pumpkin #FE7C11
Tints of Pumpkin #FE7C11
RGB
CMYK
RGB Variations
Color information
#FE7C11 (or 0xFE7C11) is known color: Pumpkin. HEX triplet: FE, 7C and 11. RGB value is (254,124,17). Sum of RGB (Red+Green+Blue) = 254+124+17=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7C11 is #0183EE. Grayscale: #979797. Windows color (decimal): -99311 or 1146110. OLE color: 1146110.
HSL color Cylindrical-coordinate representation of color #FE7C11: hue angle of 27.09º 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 #FE7C11 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.00 |
| HSL | 27.09º | 0.99% | 0.53% | - |
| HSV(B) | 27.09º | 0.93% | 1% | - |
| XYZ | 48.18 | 35.53 | 4.85 | - |
| YUV | 150.67 | 52.57 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 17 | 0 | 0.51 | 0.93 | 0.00 | 27.09 | 0.99 | 0.53 |
| Hex | FE | 7C | 11 | 0 | 33 | 5D | 0 | 1B | 63 | 35 |
| Octal | 376 | 174 | 21 | 0 | 63 | 135 | 0 | 33 | 143 | 65 |
| Binary | 11111110 | 1111100 | 10001 | 0 | 110011 | 1011101 | 0 | 11011 | 1100011 | 110101 |
Color Harmonies of #FE7C11
Complementary color
Monochromatic Colors of #FE7C11
Black with #FE7C11
Text Example
Text Example
White with #FE7C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C11; }
p { color: rgb(254,124,17); }
H1.HeaderClassName
{
color: #FE7C11;
}
.AnyTagClassName
{
color: #FE7C11;
}
</style>
background-color css
<style>
a { background-color: #FE7C11; }
a { background-color: rgb(254,124,17); }
div.DivClassName
{
background-color: #FE7C11;
}
.BgClassName
{
background-color: #FE7C11;
}
</style>
border-color css
<style>
span { border-color: #FE7C11; }
span { border-color: rgb(254,124,17); }
td.TdClassName
{
border-color: #FE7C11;
}
.TagClassName
{
border-color: #FE7C11;
}
</style>