Shades of Pumpkin #FE7110
Tints of Pumpkin #FE7110
RGB
CMYK
RGB Variations
Color information
#FE7110 (or 0xFE7110) is known color: Pumpkin. HEX triplet: FE, 71 and 10. RGB value is (254,113,16). Sum of RGB (Red+Green+Blue) = 254+113+16=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7110 is #018EEF. Grayscale: #909090. Windows color (decimal): -102128 or 1077758. OLE color: 1077758.
HSL color Cylindrical-coordinate representation of color #FE7110: hue angle of 24.45º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE7110 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 16 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.00 |
| HSL | 24.45º | 0.99% | 0.53% | - |
| HSV(B) | 24.45º | 0.94% | 1% | - |
| XYZ | 46.87 | 32.92 | 4.37 | - |
| YUV | 144.1 | 55.71 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 16 | 0 | 0.56 | 0.94 | 0.00 | 24.45 | 0.99 | 0.53 |
| Hex | FE | 71 | 10 | 0 | 38 | 5E | 0 | 18 | 63 | 35 |
| Octal | 376 | 161 | 20 | 0 | 70 | 136 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1110001 | 10000 | 0 | 111000 | 1011110 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE7110
Complementary color
Monochromatic Colors of #FE7110
Black with #FE7110
Text Example
Text Example
White with #FE7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7110; }
p { color: rgb(254,113,16); }
H1.HeaderClassName
{
color: #FE7110;
}
.AnyTagClassName
{
color: #FE7110;
}
</style>
background-color css
<style>
a { background-color: #FE7110; }
a { background-color: rgb(254,113,16); }
div.DivClassName
{
background-color: #FE7110;
}
.BgClassName
{
background-color: #FE7110;
}
</style>
border-color css
<style>
span { border-color: #FE7110; }
span { border-color: rgb(254,113,16); }
td.TdClassName
{
border-color: #FE7110;
}
.TagClassName
{
border-color: #FE7110;
}
</style>