Shades of Pumpkin #FE7118
Tints of Pumpkin #FE7118
RGB
CMYK
RGB Variations
Color information
#FE7118 (or 0xFE7118) is known color: Pumpkin. HEX triplet: FE, 71 and 18. RGB value is (254,113,24). Sum of RGB (Red+Green+Blue) = 254+113+24=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7118 is #018EE7. Grayscale: #919191. Windows color (decimal): -102120 or 1602046. OLE color: 1602046.
HSL color Cylindrical-coordinate representation of color #FE7118: hue angle of 23.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7118 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 24 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.00 |
| HSL | 23.22º | 0.99% | 0.55% | - |
| HSV(B) | 23.22º | 0.91% | 1% | - |
| XYZ | 46.94 | 32.95 | 4.75 | - |
| YUV | 145.01 | 59.71 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 24 | 0 | 0.56 | 0.91 | 0.00 | 23.22 | 0.99 | 0.55 |
| Hex | FE | 71 | 18 | 0 | 38 | 5B | 0 | 17 | 63 | 37 |
| Octal | 376 | 161 | 30 | 0 | 70 | 133 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110001 | 11000 | 0 | 111000 | 1011011 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE7118
Complementary color
Monochromatic Colors of #FE7118
Black with #FE7118
Text Example
Text Example
White with #FE7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7118; }
p { color: rgb(254,113,24); }
H1.HeaderClassName
{
color: #FE7118;
}
.AnyTagClassName
{
color: #FE7118;
}
</style>
background-color css
<style>
a { background-color: #FE7118; }
a { background-color: rgb(254,113,24); }
div.DivClassName
{
background-color: #FE7118;
}
.BgClassName
{
background-color: #FE7118;
}
</style>
border-color css
<style>
span { border-color: #FE7118; }
span { border-color: rgb(254,113,24); }
td.TdClassName
{
border-color: #FE7118;
}
.TagClassName
{
border-color: #FE7118;
}
</style>