Shades of Pumpkin #FE7D1D
Tints of Pumpkin #FE7D1D
RGB
CMYK
RGB Variations
Color information
#FE7D1D (or 0xFE7D1D) is known color: Pumpkin. HEX triplet: FE, 7D and 1D. RGB value is (254,125,29). Sum of RGB (Red+Green+Blue) = 254+125+29=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D1D is #0182E2. Grayscale: #999999. Windows color (decimal): -99043 or 1932798. OLE color: 1932798.
HSL color Cylindrical-coordinate representation of color #FE7D1D: hue angle of 25.6º 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 #FE7D1D is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 29 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.00 |
| HSL | 25.6º | 0.99% | 0.55% | - |
| HSV(B) | 25.6º | 0.89% | 1% | - |
| XYZ | 48.43 | 35.83 | 5.53 | - |
| YUV | 152.63 | 58.24 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 29 | 0 | 0.51 | 0.89 | 0.00 | 25.6 | 0.99 | 0.55 |
| Hex | FE | 7D | 1D | 0 | 33 | 59 | 0 | 1A | 63 | 37 |
| Octal | 376 | 175 | 35 | 0 | 63 | 131 | 0 | 32 | 143 | 67 |
| Binary | 11111110 | 1111101 | 11101 | 0 | 110011 | 1011001 | 0 | 11010 | 1100011 | 110111 |
Color Harmonies of #FE7D1D
Complementary color
Monochromatic Colors of #FE7D1D
Black with #FE7D1D
Text Example
Text Example
White with #FE7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D1D; }
p { color: rgb(254,125,29); }
H1.HeaderClassName
{
color: #FE7D1D;
}
.AnyTagClassName
{
color: #FE7D1D;
}
</style>
background-color css
<style>
a { background-color: #FE7D1D; }
a { background-color: rgb(254,125,29); }
div.DivClassName
{
background-color: #FE7D1D;
}
.BgClassName
{
background-color: #FE7D1D;
}
</style>
border-color css
<style>
span { border-color: #FE7D1D; }
span { border-color: rgb(254,125,29); }
td.TdClassName
{
border-color: #FE7D1D;
}
.TagClassName
{
border-color: #FE7D1D;
}
</style>