Shades of Pumpkin #FE7010
Tints of Pumpkin #FE7010
RGB
CMYK
RGB Variations
Color information
#FE7010 (or 0xFE7010) is known color: Pumpkin. HEX triplet: FE, 70 and 10. RGB value is (254,112,16). Sum of RGB (Red+Green+Blue) = 254+112+16=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7010 is #018FEF. Grayscale: #909090. Windows color (decimal): -102384 or 1077502. OLE color: 1077502.
HSL color Cylindrical-coordinate representation of color #FE7010: hue angle of 24.2º 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 #FE7010 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 16 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.00 |
| HSL | 24.2º | 0.99% | 0.53% | - |
| HSV(B) | 24.2º | 0.94% | 1% | - |
| XYZ | 46.76 | 32.7 | 4.34 | - |
| YUV | 143.51 | 56.04 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 16 | 0 | 0.56 | 0.94 | 0.00 | 24.2 | 0.99 | 0.53 |
| Hex | FE | 70 | 10 | 0 | 38 | 5E | 0 | 18 | 63 | 35 |
| Octal | 376 | 160 | 20 | 0 | 70 | 136 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1110000 | 10000 | 0 | 111000 | 1011110 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE7010
Complementary color
Monochromatic Colors of #FE7010
Black with #FE7010
Text Example
Text Example
White with #FE7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7010; }
p { color: rgb(254,112,16); }
H1.HeaderClassName
{
color: #FE7010;
}
.AnyTagClassName
{
color: #FE7010;
}
</style>
background-color css
<style>
a { background-color: #FE7010; }
a { background-color: rgb(254,112,16); }
div.DivClassName
{
background-color: #FE7010;
}
.BgClassName
{
background-color: #FE7010;
}
</style>
border-color css
<style>
span { border-color: #FE7010; }
span { border-color: rgb(254,112,16); }
td.TdClassName
{
border-color: #FE7010;
}
.TagClassName
{
border-color: #FE7010;
}
</style>