Shades of Pumpkin #FE7016
Tints of Pumpkin #FE7016
RGB
CMYK
RGB Variations
Color information
#FE7016 (or 0xFE7016) is known color: Pumpkin. HEX triplet: FE, 70 and 16. RGB value is (254,112,22). Sum of RGB (Red+Green+Blue) = 254+112+22=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7016 is #018FE9. Grayscale: #909090. Windows color (decimal): -102378 or 1470718. OLE color: 1470718.
HSL color Cylindrical-coordinate representation of color #FE7016: hue angle of 23.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7016 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.00 |
| HSL | 23.28º | 0.99% | 0.54% | - |
| HSV(B) | 23.28º | 0.91% | 1% | - |
| XYZ | 46.81 | 32.72 | 4.61 | - |
| YUV | 144.2 | 59.04 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 22 | 0 | 0.56 | 0.91 | 0.00 | 23.28 | 0.99 | 0.54 |
| Hex | FE | 70 | 16 | 0 | 38 | 5B | 0 | 17 | 63 | 36 |
| Octal | 376 | 160 | 26 | 0 | 70 | 133 | 0 | 27 | 143 | 66 |
| Binary | 11111110 | 1110000 | 10110 | 0 | 111000 | 1011011 | 0 | 10111 | 1100011 | 110110 |
Color Harmonies of #FE7016
Complementary color
Monochromatic Colors of #FE7016
Black with #FE7016
Text Example
Text Example
White with #FE7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7016; }
p { color: rgb(254,112,22); }
H1.HeaderClassName
{
color: #FE7016;
}
.AnyTagClassName
{
color: #FE7016;
}
</style>
background-color css
<style>
a { background-color: #FE7016; }
a { background-color: rgb(254,112,22); }
div.DivClassName
{
background-color: #FE7016;
}
.BgClassName
{
background-color: #FE7016;
}
</style>
border-color css
<style>
span { border-color: #FE7016; }
span { border-color: rgb(254,112,22); }
td.TdClassName
{
border-color: #FE7016;
}
.TagClassName
{
border-color: #FE7016;
}
</style>