Shades of Pumpkin #FE7310
Tints of Pumpkin #FE7310
RGB
CMYK
RGB Variations
Color information
#FE7310 (or 0xFE7310) is known color: Pumpkin. HEX triplet: FE, 73 and 10. RGB value is (254,115,16). Sum of RGB (Red+Green+Blue) = 254+115+16=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7310 is #018CEF. Grayscale: #919191. Windows color (decimal): -101616 or 1078270. OLE color: 1078270.
HSL color Cylindrical-coordinate representation of color #FE7310: hue angle of 24.96º 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 #FE7310 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 16 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.00 |
| HSL | 24.96º | 0.99% | 0.53% | - |
| HSV(B) | 24.96º | 0.94% | 1% | - |
| XYZ | 47.1 | 33.37 | 4.45 | - |
| YUV | 145.28 | 55.05 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 16 | 0 | 0.55 | 0.94 | 0.00 | 24.96 | 0.99 | 0.53 |
| Hex | FE | 73 | 10 | 0 | 37 | 5E | 0 | 19 | 63 | 35 |
| Octal | 376 | 163 | 20 | 0 | 67 | 136 | 0 | 31 | 143 | 65 |
| Binary | 11111110 | 1110011 | 10000 | 0 | 110111 | 1011110 | 0 | 11001 | 1100011 | 110101 |
Color Harmonies of #FE7310
Complementary color
Monochromatic Colors of #FE7310
Black with #FE7310
Text Example
Text Example
White with #FE7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7310; }
p { color: rgb(254,115,16); }
H1.HeaderClassName
{
color: #FE7310;
}
.AnyTagClassName
{
color: #FE7310;
}
</style>
background-color css
<style>
a { background-color: #FE7310; }
a { background-color: rgb(254,115,16); }
div.DivClassName
{
background-color: #FE7310;
}
.BgClassName
{
background-color: #FE7310;
}
</style>
border-color css
<style>
span { border-color: #FE7310; }
span { border-color: rgb(254,115,16); }
td.TdClassName
{
border-color: #FE7310;
}
.TagClassName
{
border-color: #FE7310;
}
</style>