Shades of Pumpkin #FE7E12
Tints of Pumpkin #FE7E12
RGB
CMYK
RGB Variations
Color information
#FE7E12 (or 0xFE7E12) is known color: Pumpkin. HEX triplet: FE, 7E and 12. RGB value is (254,126,18). Sum of RGB (Red+Green+Blue) = 254+126+18=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7E12 is #0181ED. Grayscale: #989898. Windows color (decimal): -98798 or 1212158. OLE color: 1212158.
HSL color Cylindrical-coordinate representation of color #FE7E12: hue angle of 27.46º 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 #FE7E12 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 18 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.00 |
| HSL | 27.46º | 0.99% | 0.53% | - |
| HSV(B) | 27.46º | 0.93% | 1% | - |
| XYZ | 48.44 | 36.04 | 4.97 | - |
| YUV | 151.96 | 52.41 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 18 | 0 | 0.50 | 0.93 | 0.00 | 27.46 | 0.99 | 0.53 |
| Hex | FE | 7E | 12 | 0 | 32 | 5D | 0 | 1B | 63 | 35 |
| Octal | 376 | 176 | 22 | 0 | 62 | 135 | 0 | 33 | 143 | 65 |
| Binary | 11111110 | 1111110 | 10010 | 0 | 110010 | 1011101 | 0 | 11011 | 1100011 | 110101 |
Color Harmonies of #FE7E12
Complementary color
Monochromatic Colors of #FE7E12
Black with #FE7E12
Text Example
Text Example
White with #FE7E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E12; }
p { color: rgb(254,126,18); }
H1.HeaderClassName
{
color: #FE7E12;
}
.AnyTagClassName
{
color: #FE7E12;
}
</style>
background-color css
<style>
a { background-color: #FE7E12; }
a { background-color: rgb(254,126,18); }
div.DivClassName
{
background-color: #FE7E12;
}
.BgClassName
{
background-color: #FE7E12;
}
</style>
border-color css
<style>
span { border-color: #FE7E12; }
span { border-color: rgb(254,126,18); }
td.TdClassName
{
border-color: #FE7E12;
}
.TagClassName
{
border-color: #FE7E12;
}
</style>