Shades of Pumpkin #FE7D29
Tints of Pumpkin #FE7D29
RGB
CMYK
RGB Variations
Color information
#FE7D29 (or 0xFE7D29) is known color: Pumpkin. HEX triplet: FE, 7D and 29. RGB value is (254,125,41). Sum of RGB (Red+Green+Blue) = 254+125+41=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D29 is #0182D6. Grayscale: #9A9A9A. Windows color (decimal): -99031 or 2719230. OLE color: 2719230.
HSL color Cylindrical-coordinate representation of color #FE7D29: hue angle of 23.66º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE7D29 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 41 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.00 |
| HSL | 23.66º | 0.99% | 0.58% | - |
| HSV(B) | 23.66º | 0.84% | 1% | - |
| XYZ | 48.61 | 35.9 | 6.46 | - |
| YUV | 154 | 64.24 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 41 | 0 | 0.51 | 0.84 | 0.00 | 23.66 | 0.99 | 0.58 |
| Hex | FE | 7D | 29 | 0 | 33 | 54 | 0 | 18 | 63 | 3A |
| Octal | 376 | 175 | 51 | 0 | 63 | 124 | 0 | 30 | 143 | 72 |
| Binary | 11111110 | 1111101 | 101001 | 0 | 110011 | 1010100 | 0 | 11000 | 1100011 | 111010 |
Color Harmonies of #FE7D29
Complementary color
Monochromatic Colors of #FE7D29
Black with #FE7D29
Text Example
Text Example
White with #FE7D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D29; }
p { color: rgb(254,125,41); }
H1.HeaderClassName
{
color: #FE7D29;
}
.AnyTagClassName
{
color: #FE7D29;
}
</style>
background-color css
<style>
a { background-color: #FE7D29; }
a { background-color: rgb(254,125,41); }
div.DivClassName
{
background-color: #FE7D29;
}
.BgClassName
{
background-color: #FE7D29;
}
</style>
border-color css
<style>
span { border-color: #FE7D29; }
span { border-color: rgb(254,125,41); }
td.TdClassName
{
border-color: #FE7D29;
}
.TagClassName
{
border-color: #FE7D29;
}
</style>