Shades of Pumpkin #FE7612
Tints of Pumpkin #FE7612
RGB
CMYK
RGB Variations
Color information
#FE7612 (or 0xFE7612) is known color: Pumpkin. HEX triplet: FE, 76 and 12. RGB value is (254,118,18). Sum of RGB (Red+Green+Blue) = 254+118+18=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7612 is #0189ED. Grayscale: #939393. Windows color (decimal): -100846 or 1210110. OLE color: 1210110.
HSL color Cylindrical-coordinate representation of color #FE7612: hue angle of 25.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE7612 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.00 |
| HSL | 25.42º | 0.99% | 0.53% | - |
| HSV(B) | 25.42º | 0.93% | 1% | - |
| XYZ | 47.46 | 34.07 | 4.65 | - |
| YUV | 147.26 | 55.06 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 18 | 0 | 0.54 | 0.93 | 0.00 | 25.42 | 0.99 | 0.53 |
| Hex | FE | 76 | 12 | 0 | 36 | 5D | 0 | 19 | 63 | 35 |
| Octal | 376 | 166 | 22 | 0 | 66 | 135 | 0 | 31 | 143 | 65 |
| Binary | 11111110 | 1110110 | 10010 | 0 | 110110 | 1011101 | 0 | 11001 | 1100011 | 110101 |
Color Harmonies of #FE7612
Complementary color
Monochromatic Colors of #FE7612
Black with #FE7612
Text Example
Text Example
White with #FE7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7612; }
p { color: rgb(254,118,18); }
H1.HeaderClassName
{
color: #FE7612;
}
.AnyTagClassName
{
color: #FE7612;
}
</style>
background-color css
<style>
a { background-color: #FE7612; }
a { background-color: rgb(254,118,18); }
div.DivClassName
{
background-color: #FE7612;
}
.BgClassName
{
background-color: #FE7612;
}
</style>
border-color css
<style>
span { border-color: #FE7612; }
span { border-color: rgb(254,118,18); }
td.TdClassName
{
border-color: #FE7612;
}
.TagClassName
{
border-color: #FE7612;
}
</style>