Shades of Pumpkin #FE7607
Tints of Pumpkin #FE7607
RGB
CMYK
RGB Variations
Color information
#FE7607 (or 0xFE7607) is known color: Pumpkin. HEX triplet: FE, 76 and 07. RGB value is (254,118,7). Sum of RGB (Red+Green+Blue) = 254+118+7=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7607 is #0189F8. Grayscale: #929292. Windows color (decimal): -100857 or 489214. OLE color: 489214.
HSL color Cylindrical-coordinate representation of color #FE7607: hue angle of 26.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE7607 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.00 |
| HSL | 26.96º | 0.99% | 0.51% | - |
| HSV(B) | 26.96º | 0.97% | 1% | - |
| XYZ | 47.39 | 34.04 | 4.27 | - |
| YUV | 146.01 | 49.56 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 7 | 0 | 0.54 | 0.97 | 0.00 | 26.96 | 0.99 | 0.51 |
| Hex | FE | 76 | 7 | 0 | 36 | 61 | 0 | 1B | 63 | 33 |
| Octal | 376 | 166 | 7 | 0 | 66 | 141 | 0 | 33 | 143 | 63 |
| Binary | 11111110 | 1110110 | 111 | 0 | 110110 | 1100001 | 0 | 11011 | 1100011 | 110011 |
Color Harmonies of #FE7607
Complementary color
Monochromatic Colors of #FE7607
Black with #FE7607
Text Example
Text Example
White with #FE7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7607; }
p { color: rgb(254,118,7); }
H1.HeaderClassName
{
color: #FE7607;
}
.AnyTagClassName
{
color: #FE7607;
}
</style>
background-color css
<style>
a { background-color: #FE7607; }
a { background-color: rgb(254,118,7); }
div.DivClassName
{
background-color: #FE7607;
}
.BgClassName
{
background-color: #FE7607;
}
</style>
border-color css
<style>
span { border-color: #FE7607; }
span { border-color: rgb(254,118,7); }
td.TdClassName
{
border-color: #FE7607;
}
.TagClassName
{
border-color: #FE7607;
}
</style>