Shades of Pumpkin #FE6611
Tints of Pumpkin #FE6611
RGB
CMYK
RGB Variations
Color information
#FE6611 (or 0xFE6611) is known color: Pumpkin. HEX triplet: FE, 66 and 11. RGB value is (254,102,17). Sum of RGB (Red+Green+Blue) = 254+102+17=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6611 is #0199EE. Grayscale: #8A8A8A. Windows color (decimal): -104943 or 1140478. OLE color: 1140478.
HSL color Cylindrical-coordinate representation of color #FE6611: hue angle of 21.52º 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 #FE6611 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.00 |
| HSL | 21.52º | 0.99% | 0.53% | - |
| HSV(B) | 21.52º | 0.93% | 1% | - |
| XYZ | 45.73 | 30.61 | 4.03 | - |
| YUV | 137.76 | 59.86 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 17 | 0 | 0.60 | 0.93 | 0.00 | 21.52 | 0.99 | 0.53 |
| Hex | FE | 66 | 11 | 0 | 3C | 5D | 0 | 16 | 63 | 35 |
| Octal | 376 | 146 | 21 | 0 | 74 | 135 | 0 | 26 | 143 | 65 |
| Binary | 11111110 | 1100110 | 10001 | 0 | 111100 | 1011101 | 0 | 10110 | 1100011 | 110101 |
Color Harmonies of #FE6611
Complementary color
Monochromatic Colors of #FE6611
Black with #FE6611
Text Example
Text Example
White with #FE6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6611; }
p { color: rgb(254,102,17); }
H1.HeaderClassName
{
color: #FE6611;
}
.AnyTagClassName
{
color: #FE6611;
}
</style>
background-color css
<style>
a { background-color: #FE6611; }
a { background-color: rgb(254,102,17); }
div.DivClassName
{
background-color: #FE6611;
}
.BgClassName
{
background-color: #FE6611;
}
</style>
border-color css
<style>
span { border-color: #FE6611; }
span { border-color: rgb(254,102,17); }
td.TdClassName
{
border-color: #FE6611;
}
.TagClassName
{
border-color: #FE6611;
}
</style>