Shades of Pumpkin #FE7C0E
Tints of Pumpkin #FE7C0E
RGB
CMYK
RGB Variations
Color information
#FE7C0E (or 0xFE7C0E) is known color: Pumpkin. HEX triplet: FE, 7C and 0E. RGB value is (254,124,14). Sum of RGB (Red+Green+Blue) = 254+124+14=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7C0E is #0183F1. Grayscale: #969696. Windows color (decimal): -99314 or 949502. OLE color: 949502.
HSL color Cylindrical-coordinate representation of color #FE7C0E: hue angle of 27.5º 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 #FE7C0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.00 |
| HSL | 27.5º | 0.99% | 0.53% | - |
| HSV(B) | 27.5º | 0.94% | 1% | - |
| XYZ | 48.16 | 35.52 | 4.73 | - |
| YUV | 150.33 | 51.07 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 14 | 0 | 0.51 | 0.94 | 0.00 | 27.5 | 0.99 | 0.53 |
| Hex | FE | 7C | E | 0 | 33 | 5E | 0 | 1C | 63 | 35 |
| Octal | 376 | 174 | 16 | 0 | 63 | 136 | 0 | 34 | 143 | 65 |
| Binary | 11111110 | 1111100 | 1110 | 0 | 110011 | 1011110 | 0 | 11100 | 1100011 | 110101 |
Color Harmonies of #FE7C0E
Complementary color
Monochromatic Colors of #FE7C0E
Black with #FE7C0E
Text Example
Text Example
White with #FE7C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C0E; }
p { color: rgb(254,124,14); }
H1.HeaderClassName
{
color: #FE7C0E;
}
.AnyTagClassName
{
color: #FE7C0E;
}
</style>
background-color css
<style>
a { background-color: #FE7C0E; }
a { background-color: rgb(254,124,14); }
div.DivClassName
{
background-color: #FE7C0E;
}
.BgClassName
{
background-color: #FE7C0E;
}
</style>
border-color css
<style>
span { border-color: #FE7C0E; }
span { border-color: rgb(254,124,14); }
td.TdClassName
{
border-color: #FE7C0E;
}
.TagClassName
{
border-color: #FE7C0E;
}
</style>