Shades of Pumpkin #FE7610
Tints of Pumpkin #FE7610
RGB
CMYK
RGB Variations
Color information
#FE7610 (or 0xFE7610) is known color: Pumpkin. HEX triplet: FE, 76 and 10. RGB value is (254,118,16). Sum of RGB (Red+Green+Blue) = 254+118+16=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7610 is #0189EF. Grayscale: #939393. Windows color (decimal): -100848 or 1079038. OLE color: 1079038.
HSL color Cylindrical-coordinate representation of color #FE7610: hue angle of 25.71º 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 #FE7610 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 16 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.00 |
| HSL | 25.71º | 0.99% | 0.53% | - |
| HSV(B) | 25.71º | 0.94% | 1% | - |
| XYZ | 47.45 | 34.07 | 4.56 | - |
| YUV | 147.04 | 54.06 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 16 | 0 | 0.54 | 0.94 | 0.00 | 25.71 | 0.99 | 0.53 |
| Hex | FE | 76 | 10 | 0 | 36 | 5E | 0 | 1A | 63 | 35 |
| Octal | 376 | 166 | 20 | 0 | 66 | 136 | 0 | 32 | 143 | 65 |
| Binary | 11111110 | 1110110 | 10000 | 0 | 110110 | 1011110 | 0 | 11010 | 1100011 | 110101 |
Color Harmonies of #FE7610
Complementary color
Monochromatic Colors of #FE7610
Black with #FE7610
Text Example
Text Example
White with #FE7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7610; }
p { color: rgb(254,118,16); }
H1.HeaderClassName
{
color: #FE7610;
}
.AnyTagClassName
{
color: #FE7610;
}
</style>
background-color css
<style>
a { background-color: #FE7610; }
a { background-color: rgb(254,118,16); }
div.DivClassName
{
background-color: #FE7610;
}
.BgClassName
{
background-color: #FE7610;
}
</style>
border-color css
<style>
span { border-color: #FE7610; }
span { border-color: rgb(254,118,16); }
td.TdClassName
{
border-color: #FE7610;
}
.TagClassName
{
border-color: #FE7610;
}
</style>