Shades of Pumpkin #FE7A1D
Tints of Pumpkin #FE7A1D
RGB
CMYK
RGB Variations
Color information
#FE7A1D (or 0xFE7A1D) is known color: Pumpkin. HEX triplet: FE, 7A and 1D. RGB value is (254,122,29). Sum of RGB (Red+Green+Blue) = 254+122+29=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A1D is #0185E2. Grayscale: #979797. Windows color (decimal): -99811 or 1932030. OLE color: 1932030.
HSL color Cylindrical-coordinate representation of color #FE7A1D: hue angle of 24.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE7A1D is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 29 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.00 |
| HSL | 24.8º | 0.99% | 0.55% | - |
| HSV(B) | 24.8º | 0.89% | 1% | - |
| XYZ | 48.05 | 35.08 | 5.4 | - |
| YUV | 150.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 29 | 0 | 0.52 | 0.89 | 0.00 | 24.8 | 0.99 | 0.55 |
| Hex | FE | 7A | 1D | 0 | 34 | 59 | 0 | 19 | 63 | 37 |
| Octal | 376 | 172 | 35 | 0 | 64 | 131 | 0 | 31 | 143 | 67 |
| Binary | 11111110 | 1111010 | 11101 | 0 | 110100 | 1011001 | 0 | 11001 | 1100011 | 110111 |
Color Harmonies of #FE7A1D
Complementary color
Monochromatic Colors of #FE7A1D
Black with #FE7A1D
Text Example
Text Example
White with #FE7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A1D; }
p { color: rgb(254,122,29); }
H1.HeaderClassName
{
color: #FE7A1D;
}
.AnyTagClassName
{
color: #FE7A1D;
}
</style>
background-color css
<style>
a { background-color: #FE7A1D; }
a { background-color: rgb(254,122,29); }
div.DivClassName
{
background-color: #FE7A1D;
}
.BgClassName
{
background-color: #FE7A1D;
}
</style>
border-color css
<style>
span { border-color: #FE7A1D; }
span { border-color: rgb(254,122,29); }
td.TdClassName
{
border-color: #FE7A1D;
}
.TagClassName
{
border-color: #FE7A1D;
}
</style>