Shades of Pumpkin #FE7114
Tints of Pumpkin #FE7114
RGB
CMYK
RGB Variations
Color information
#FE7114 (or 0xFE7114) is known color: Pumpkin. HEX triplet: FE, 71 and 14. RGB value is (254,113,20). Sum of RGB (Red+Green+Blue) = 254+113+20=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7114 is #018EEB. Grayscale: #919191. Windows color (decimal): -102124 or 1339902. OLE color: 1339902.
HSL color Cylindrical-coordinate representation of color #FE7114: hue angle of 23.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE7114 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.00 |
| HSL | 23.85º | 0.99% | 0.54% | - |
| HSV(B) | 23.85º | 0.92% | 1% | - |
| XYZ | 46.9 | 32.93 | 4.55 | - |
| YUV | 144.56 | 57.71 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 20 | 0 | 0.56 | 0.92 | 0.00 | 23.85 | 0.99 | 0.54 |
| Hex | FE | 71 | 14 | 0 | 38 | 5C | 0 | 18 | 63 | 36 |
| Octal | 376 | 161 | 24 | 0 | 70 | 134 | 0 | 30 | 143 | 66 |
| Binary | 11111110 | 1110001 | 10100 | 0 | 111000 | 1011100 | 0 | 11000 | 1100011 | 110110 |
Color Harmonies of #FE7114
Complementary color
Monochromatic Colors of #FE7114
Black with #FE7114
Text Example
Text Example
White with #FE7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7114; }
p { color: rgb(254,113,20); }
H1.HeaderClassName
{
color: #FE7114;
}
.AnyTagClassName
{
color: #FE7114;
}
</style>
background-color css
<style>
a { background-color: #FE7114; }
a { background-color: rgb(254,113,20); }
div.DivClassName
{
background-color: #FE7114;
}
.BgClassName
{
background-color: #FE7114;
}
</style>
border-color css
<style>
span { border-color: #FE7114; }
span { border-color: rgb(254,113,20); }
td.TdClassName
{
border-color: #FE7114;
}
.TagClassName
{
border-color: #FE7114;
}
</style>